mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2024-12-17 17:20:21 +01:00
mobile: add v2 to "choose file" label (#616)
* ios: add v2 to "choose file" label * android: add v2 to "choose file" label * fix translations
This commit is contained in:
committed by
GitHub
parent
8773a058bf
commit
58b37bf114
@@ -141,9 +141,9 @@
|
||||
|
||||
<!-- GetImageView -->
|
||||
<string name="toast_permission_denied">Разрешение не получено!</string>
|
||||
<string name="use_camera_button">Использовать камеру</string>
|
||||
<string name="from_gallery_button">Открыть галерею</string>
|
||||
<string name="choose_file">Выбрать файл</string>
|
||||
<string name="use_camera_button">Камера</string>
|
||||
<string name="from_gallery_button">Галерея</string>
|
||||
<string name="choose_file">Файлы\n(v2.0)</string>
|
||||
|
||||
<!-- help - ChatHelpView.kt -->
|
||||
<string name="thank_you_for_installing_simplex">Спасибо, что установили <xliff:g id="appNameFull">SimpleX Chat</xliff:g>!</string>
|
||||
|
||||
@@ -144,7 +144,7 @@
|
||||
<string name="toast_permission_denied">Permission Denied!</string>
|
||||
<string name="use_camera_button">Use Camera</string>
|
||||
<string name="from_gallery_button">From Gallery</string>
|
||||
<string name="choose_file">Choose file</string>
|
||||
<string name="choose_file">Choose file\n(new in v2.0)</string>
|
||||
|
||||
<!-- help - ChatHelpView.kt -->
|
||||
<string name="thank_you_for_installing_simplex">Thank you for installing <xliff:g id="appNameFull">SimpleX Chat</xliff:g>!</string>
|
||||
|
||||
Reference in New Issue
Block a user