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:
Evgeny Poberezkin
2022-05-07 21:09:57 +01:00
committed by GitHub
parent 8773a058bf
commit 58b37bf114
8 changed files with 16 additions and 12 deletions
@@ -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>