MultiImageSelector/multi-image-selector/src/main/res/values/strings.xml

18 lines
1.2 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<resources>
<string name="mis_folder_all">Все изображения</string>
<string name="mis_preview">Предпросмотр</string>
<string name="mis_msg_no_camera">Не найдена камера</string>
<string name="mis_msg_amount_limit">Выбрано максимум изображений</string>
<string name="mis_action_done">Done</string>
<string name="mis_action_button_string">%1$s(%2$d/%3$d)</string>
<string name="mis_photo_unit">Снять</string>
<string name="mis_tip_take_photo">Сделать фото</string>
<string name="mis_error_image_not_exist">Ошибка изображения</string>
<string name="mis_error_no_permission">Нет разрешения</string>
<string name="mis_permission_dialog_title">Permission Deny</string>
<string name="mis_permission_dialog_ok">ОК</string>
<string name="mis_permission_dialog_cancel">ОТМЕНА</string>
<string name="mis_permission_rationale">Storage read permission is needed to pick files.</string>
<string name="mis_permission_rationale_write_storage">Storage write permission is needed to save the image.</string>
</resources>