summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael W <baddaemon87@gmail.com>2018-02-17 14:33:46 +0100
committerMichael W <baddaemon87@gmail.com>2018-02-17 13:41:34 +0000
commit7c269a9cda7f6094f7641f672e850fa5537e7397 (patch)
tree97e7e9a8506934e579cee06af1a9fa1a9e6d8b69
parent6758b588f544d1cc0d299685653013907538e9e6 (diff)
downloadandroid_packages_apps_Snap-7c269a9cda7f6094f7641f672e850fa5537e7397.tar.gz
android_packages_apps_Snap-7c269a9cda7f6094f7641f672e850fa5537e7397.tar.bz2
android_packages_apps_Snap-7c269a9cda7f6094f7641f672e850fa5537e7397.zip
Automatic translation import
Change-Id: Ia49509a2cfa5c67b4243c38ff3b51410407861e9
-rw-r--r--quickReader/res/values-in/strings.xml3
-rw-r--r--quickReader/res/values-pl/strings.xml1
-rw-r--r--quickReader/res/values-sv/strings.xml6
-rw-r--r--quickReader/res/values-uk/strings.xml13
-rw-r--r--res/values-bg/qcomstrings.xml5
-rw-r--r--res/values-ca/qcomstrings.xml5
-rw-r--r--res/values-de/qcomstrings.xml5
-rw-r--r--res/values-en-rAU/qcomstrings.xml5
-rw-r--r--res/values-en-rGB/qcomstrings.xml5
-rw-r--r--res/values-en-rIN/qcomstrings.xml5
-rw-r--r--res/values-eu-rES/qcomstrings.xml11
-rw-r--r--res/values-it/qcomstrings.xml5
-rw-r--r--res/values-ko/qcomstrings.xml5
-rw-r--r--res/values-nl/qcomstrings.xml5
-rw-r--r--res/values-pt-rBR/qcomstrings.xml5
-rw-r--r--res/values-pt-rPT/qcomstrings.xml5
-rw-r--r--res/values-ro/qcomstrings.xml5
-rw-r--r--res/values-ru/qcomstrings.xml5
-rw-r--r--res/values-sk/qcomstrings.xml5
-rw-r--r--res/values-sk/strings.xml3
-rw-r--r--res/values-sl/qcomstrings.xml5
-rw-r--r--res/values-tr/cm_strings.xml4
-rw-r--r--res/values-tr/qcomstrings.xml5
-rw-r--r--res/values-vi/qcomstrings.xml5
-rw-r--r--res/values-zh-rCN/qcomstrings.xml7
-rw-r--r--res/values-zh-rCN/strings.xml4
-rw-r--r--res/values-zh-rTW/qcomstrings.xml5
-rw-r--r--res/values-zh-rTW/strings.xml8
28 files changed, 135 insertions, 15 deletions
diff --git a/quickReader/res/values-in/strings.xml b/quickReader/res/values-in/strings.xml
index afe9c74f3..263cda7d9 100644
--- a/quickReader/res/values-in/strings.xml
+++ b/quickReader/res/values-in/strings.xml
@@ -19,6 +19,7 @@
<!-- QuickReader: dismiss button for dialogs -->
<string name="quick_reader_action_dismiss">Tutup</string>
<!-- QuickReader: toast shown when there's no app installed to open the qr code content -->
+ <string name="quick_reader_no_activity_found">Tidak ada aplikasi yang terpasang untuk membuka konten ini</string>
<!-- QuickReader: permission error dialog title -->
<string name="quick_reader_permission_error_title">Kesalahan perizinan</string>
<!-- QuickReader: permission error dialog message when permission can be asked again -->
@@ -26,11 +27,13 @@
<!-- QuickReader: permission error dialog message when permission can't be asked again -->
<!-- QuickReader: permission error dialog positive action when permission can't be asked again -->
<!-- QuickReader: scanned text dialog title -->
+ <string name="quick_reader_scanned_text_title">Teks pindaian</string>
<!-- QuickReader: scanned text dialog positive button (copy to clipboard) -->
<string name="quick_reader_scanned_text_positive">Salin</string>
<!-- QuickReader: scanned text dialog negative button (share) -->
<string name="quick_reader_scanned_text_negative">Bagikan</string>
<!-- QuickReader: scanned text shared activity selector title -->
+ <string name="quick_reader_share_title">Berbagi dengan\u2026</string>
<!-- QuickReader: toast shown when the scanned text has been copied to the clipboard -->
<string name="quick_reader_copied_message">Disalin ke clipboard</string>
</resources>
diff --git a/quickReader/res/values-pl/strings.xml b/quickReader/res/values-pl/strings.xml
index 78b58ca8b..ecbe05c05 100644
--- a/quickReader/res/values-pl/strings.xml
+++ b/quickReader/res/values-pl/strings.xml
@@ -38,4 +38,5 @@
<string name="quick_reader_scanned_text_negative">Udostępnij</string>
<!-- QuickReader: scanned text shared activity selector title -->
<!-- QuickReader: toast shown when the scanned text has been copied to the clipboard -->
+ <string name="quick_reader_copied_message">Skopiowano do schowka</string>
</resources>
diff --git a/quickReader/res/values-sv/strings.xml b/quickReader/res/values-sv/strings.xml
index 0039d5696..bf7e668db 100644
--- a/quickReader/res/values-sv/strings.xml
+++ b/quickReader/res/values-sv/strings.xml
@@ -16,16 +16,22 @@
-->
<resources>
<!-- QuickReader: switcher item for qr -->
+ <string name="accessibility_switch_to_qr">QR-läsare</string>
<!-- QuickReader: dismiss button for dialogs -->
+ <string name="quick_reader_action_dismiss">Avvisa</string>
<!-- QuickReader: toast shown when there's no app installed to open the qr code content -->
<!-- QuickReader: permission error dialog title -->
<!-- QuickReader: permission error dialog message when permission can be asked again -->
<!-- QuickReader: permission error dialog positive action when permission can be asked again -->
+ <string name="quick_reader_permission_rationale_positive">Fråga igen</string>
<!-- QuickReader: permission error dialog message when permission can't be asked again -->
<!-- QuickReader: permission error dialog positive action when permission can't be asked again -->
<!-- QuickReader: scanned text dialog title -->
<!-- QuickReader: scanned text dialog positive button (copy to clipboard) -->
+ <string name="quick_reader_scanned_text_positive">Kopiera</string>
<!-- QuickReader: scanned text dialog negative button (share) -->
+ <string name="quick_reader_scanned_text_negative">Dela</string>
<!-- QuickReader: scanned text shared activity selector title -->
+ <string name="quick_reader_share_title">Dela med\u2026</string>
<!-- QuickReader: toast shown when the scanned text has been copied to the clipboard -->
</resources>
diff --git a/quickReader/res/values-uk/strings.xml b/quickReader/res/values-uk/strings.xml
index 0039d5696..acf3a1415 100644
--- a/quickReader/res/values-uk/strings.xml
+++ b/quickReader/res/values-uk/strings.xml
@@ -16,16 +16,29 @@
-->
<resources>
<!-- QuickReader: switcher item for qr -->
+ <string name="accessibility_switch_to_qr">QR сканер</string>
<!-- QuickReader: dismiss button for dialogs -->
+ <string name="quick_reader_action_dismiss">Відхилити</string>
<!-- QuickReader: toast shown when there's no app installed to open the qr code content -->
+ <string name="quick_reader_no_activity_found">Не встановлено додатку, який може відкрити даний вміст</string>
<!-- QuickReader: permission error dialog title -->
+ <string name="quick_reader_permission_error_title">Помилка доступу</string>
<!-- QuickReader: permission error dialog message when permission can be asked again -->
+ <string name="quick_reader_permission_rationale_message">Для сканування штрихкоду необхідний дозвіл на використання камери</string>
<!-- QuickReader: permission error dialog positive action when permission can be asked again -->
+ <string name="quick_reader_permission_rationale_positive">Запитати знову</string>
<!-- QuickReader: permission error dialog message when permission can't be asked again -->
+ <string name="quick_reader_permission_fatal_message">Немає доступу до камери. Будь ласка, надайте дозвіл в налаштуваннях додатку</string>
<!-- QuickReader: permission error dialog positive action when permission can't be asked again -->
+ <string name="quick_reader_permission_fatal_positive">Відкрити налаштування</string>
<!-- QuickReader: scanned text dialog title -->
+ <string name="quick_reader_scanned_text_title">Відсканований текст</string>
<!-- QuickReader: scanned text dialog positive button (copy to clipboard) -->
+ <string name="quick_reader_scanned_text_positive">Копіювати</string>
<!-- QuickReader: scanned text dialog negative button (share) -->
+ <string name="quick_reader_scanned_text_negative">Поділитись</string>
<!-- QuickReader: scanned text shared activity selector title -->
+ <string name="quick_reader_share_title">Поділитись через\u2026</string>
<!-- QuickReader: toast shown when the scanned text has been copied to the clipboard -->
+ <string name="quick_reader_copied_message">Скопійовано до буфера обміну</string>
</resources>
diff --git a/res/values-bg/qcomstrings.xml b/res/values-bg/qcomstrings.xml
index db0f66c13..97c0eefe7 100644
--- a/res/values-bg/qcomstrings.xml
+++ b/res/values-bg/qcomstrings.xml
@@ -421,6 +421,7 @@
<string name="pref_camera2_camera2_entry_enable">Разрешено</string>
<string name="pref_camera2_camera2_entry_disable">Деактивирай</string>
<string name="pref_camera2_mono_only_title">Моно само</string>
+ <string name="pref_camera2_mono_only_entry_on">Включено</string>
<string name="pref_camera2_mono_only_entry_off">Изкл.</string>
<string name="pref_camera2_mono_preview_title">Моно визуализация</string>
<string name="pref_camera2_mono_preview_entry_on">Включване</string>
@@ -433,6 +434,7 @@
<string name="pref_camera2_mpo_entry_on">Вкл.</string>
<string name="pref_camera2_mpo_entry_off">Изкл.</string>
<string name="pref_camera2_makeup_title">Грим</string>
+ <string name="pref_camera2_makeup_entry_on">Вкл.</string>
<string name="pref_camera2_makeup_entry_off">Изкл.</string>
<string name="pref_camera2_noise_reduction_title">Намаляване на шума</string>
<string name="pref_camera2_noise_reduction_entry_off">Изкл.</string>
@@ -442,6 +444,7 @@
<string name="pref_camera2_videosnap_entry_enable">Разрешено</string>
<string name="pref_camera2_videosnap_entry_disable">Деактивирай</string>
<string name="pref_camera2_trackingfocus_title">Проследяващ фокус</string>
+ <string name="pref_camera2_trackingfocus_entry_on">Вкл.</string>
<string name="pref_camera2_trackingfocus_entry_off">Изкл.</string>
<string name="pref_camera_scenemode_entry_bestpicture">Най-добра снимка</string>
<string name="bestpicture_done">ГОТОВО</string>
@@ -449,5 +452,7 @@
<string name="pref_camera2_shutter_sound_entry_on">Вкл.</string>
<string name="pref_camera2_shutter_sound_entry_off">Изкл.</string>
<string name="pref_camera2_shutter_sound_title">Зкук на затвора</string>
+ <string name="pref_camera2_initial_camera_entry_bayer">Bayer</string>
<string name="pref_camera2_initial_camera_entry_mono">Моно</string>
+ <string name="pref_camera2_initial_camera_entry_front">Предна</string>
</resources>
diff --git a/res/values-ca/qcomstrings.xml b/res/values-ca/qcomstrings.xml
index 53440a454..1f452efde 100644
--- a/res/values-ca/qcomstrings.xml
+++ b/res/values-ca/qcomstrings.xml
@@ -421,6 +421,7 @@
<string name="pref_camera2_camera2_entry_enable">Habilita</string>
<string name="pref_camera2_camera2_entry_disable">Deshabilita</string>
<string name="pref_camera2_mono_only_title">Només Mono</string>
+ <string name="pref_camera2_mono_only_entry_on">Sí</string>
<string name="pref_camera2_mono_only_entry_off">Desactivat</string>
<string name="pref_camera2_mono_preview_title">Vista prèvia Mono</string>
<string name="pref_camera2_mono_preview_entry_on">Sí</string>
@@ -433,6 +434,7 @@
<string name="pref_camera2_mpo_entry_on">Sí</string>
<string name="pref_camera2_mpo_entry_off">Desactivat</string>
<string name="pref_camera2_makeup_title">Maquillatge</string>
+ <string name="pref_camera2_makeup_entry_on">Sí</string>
<string name="pref_camera2_makeup_entry_off">Desactivat</string>
<string name="pref_camera2_noise_reduction_title">Reducció de soroll</string>
<string name="pref_camera2_noise_reduction_entry_off">Desactivat</string>
@@ -442,6 +444,7 @@
<string name="pref_camera2_videosnap_entry_enable">Habilita</string>
<string name="pref_camera2_videosnap_entry_disable">Deshabilita</string>
<string name="pref_camera2_trackingfocus_title">Seguiment del focus</string>
+ <string name="pref_camera2_trackingfocus_entry_on">Sí</string>
<string name="pref_camera2_trackingfocus_entry_off">Desactivat</string>
<string name="pref_camera_scenemode_entry_bestpicture">Millor fotografia</string>
<string name="bestpicture_done">FET</string>
@@ -449,5 +452,7 @@
<string name="pref_camera2_shutter_sound_entry_on">Sí</string>
<string name="pref_camera2_shutter_sound_entry_off">Desactivat</string>
<string name="pref_camera2_shutter_sound_title">So de l\'obturador</string>
+ <string name="pref_camera2_initial_camera_entry_bayer">Bayer</string>
<string name="pref_camera2_initial_camera_entry_mono">Mono</string>
+ <string name="pref_camera2_initial_camera_entry_front">Frontal</string>
</resources>
diff --git a/res/values-de/qcomstrings.xml b/res/values-de/qcomstrings.xml
index b53977811..6509e50ee 100644
--- a/res/values-de/qcomstrings.xml
+++ b/res/values-de/qcomstrings.xml
@@ -421,6 +421,7 @@
<string name="pref_camera2_camera2_entry_enable">Aktivieren</string>
<string name="pref_camera2_camera2_entry_disable">Deaktivieren</string>
<string name="pref_camera2_mono_only_title">Nur Mono</string>
+ <string name="pref_camera2_mono_only_entry_on">An</string>
<string name="pref_camera2_mono_only_entry_off">Aus</string>
<string name="pref_camera2_mono_preview_title">Mono-Vorschau</string>
<string name="pref_camera2_mono_preview_entry_on">An</string>
@@ -433,6 +434,7 @@
<string name="pref_camera2_mpo_entry_on">An</string>
<string name="pref_camera2_mpo_entry_off">Aus</string>
<string name="pref_camera2_makeup_title">Make-up</string>
+ <string name="pref_camera2_makeup_entry_on">An</string>
<string name="pref_camera2_makeup_entry_off">Aus</string>
<string name="pref_camera2_noise_reduction_title">Rauschunterdrückung</string>
<string name="pref_camera2_noise_reduction_entry_off">Aus</string>
@@ -442,6 +444,7 @@
<string name="pref_camera2_videosnap_entry_enable">Aktivieren</string>
<string name="pref_camera2_videosnap_entry_disable">Deaktivieren</string>
<string name="pref_camera2_trackingfocus_title">Fokusnachführung</string>
+ <string name="pref_camera2_trackingfocus_entry_on">An</string>
<string name="pref_camera2_trackingfocus_entry_off">Aus</string>
<string name="pref_camera_scenemode_entry_bestpicture">Optimales Bild</string>
<string name="bestpicture_done">FERTIG</string>
@@ -449,5 +452,7 @@
<string name="pref_camera2_shutter_sound_entry_on">An</string>
<string name="pref_camera2_shutter_sound_entry_off">Aus</string>
<string name="pref_camera2_shutter_sound_title">Auslöser-Ton</string>
+ <string name="pref_camera2_initial_camera_entry_bayer">Bayer</string>
<string name="pref_camera2_initial_camera_entry_mono">Schwarzweiß</string>
+ <string name="pref_camera2_initial_camera_entry_front">Frontkamera</string>
</resources>
diff --git a/res/values-en-rAU/qcomstrings.xml b/res/values-en-rAU/qcomstrings.xml
index ed864f9c5..eca37bc51 100644
--- a/res/values-en-rAU/qcomstrings.xml
+++ b/res/values-en-rAU/qcomstrings.xml
@@ -422,6 +422,7 @@
<string name="pref_camera2_camera2_entry_enable">Enable</string>
<string name="pref_camera2_camera2_entry_disable">Disable</string>
<string name="pref_camera2_mono_only_title">Mono only</string>
+ <string name="pref_camera2_mono_only_entry_on">On</string>
<string name="pref_camera2_mono_only_entry_off">Off</string>
<string name="pref_camera2_mono_preview_title">Mono preview</string>
<string name="pref_camera2_mono_preview_entry_on">On</string>
@@ -434,6 +435,7 @@
<string name="pref_camera2_mpo_entry_on">On</string>
<string name="pref_camera2_mpo_entry_off">Off</string>
<string name="pref_camera2_makeup_title">Makeup</string>
+ <string name="pref_camera2_makeup_entry_on">On</string>
<string name="pref_camera2_makeup_entry_off">Off</string>
<string name="pref_camera2_noise_reduction_title">Noise reduction</string>
<string name="pref_camera2_noise_reduction_entry_off">Off</string>
@@ -443,6 +445,7 @@
<string name="pref_camera2_videosnap_entry_enable">Enable</string>
<string name="pref_camera2_videosnap_entry_disable">Disable</string>
<string name="pref_camera2_trackingfocus_title">Tracking focus</string>
+ <string name="pref_camera2_trackingfocus_entry_on">On</string>
<string name="pref_camera2_trackingfocus_entry_off">Off</string>
<string name="pref_camera_scenemode_entry_bestpicture">Best picture</string>
<string name="bestpicture_done">DONE</string>
@@ -450,5 +453,7 @@
<string name="pref_camera2_shutter_sound_entry_on">On</string>
<string name="pref_camera2_shutter_sound_entry_off">Off</string>
<string name="pref_camera2_shutter_sound_title">Shutter sound</string>
+ <string name="pref_camera2_initial_camera_entry_bayer">Bayer</string>
<string name="pref_camera2_initial_camera_entry_mono">Mono</string>
+ <string name="pref_camera2_initial_camera_entry_front">Front</string>
</resources>
diff --git a/res/values-en-rGB/qcomstrings.xml b/res/values-en-rGB/qcomstrings.xml
index 6aaa042a7..d8c0566ca 100644
--- a/res/values-en-rGB/qcomstrings.xml
+++ b/res/values-en-rGB/qcomstrings.xml
@@ -421,6 +421,7 @@
<string name="pref_camera2_camera2_entry_enable">Enable</string>
<string name="pref_camera2_camera2_entry_disable">Disable</string>
<string name="pref_camera2_mono_only_title">Mono only</string>
+ <string name="pref_camera2_mono_only_entry_on">On</string>
<string name="pref_camera2_mono_only_entry_off">Off</string>
<string name="pref_camera2_mono_preview_title">Mono preview</string>
<string name="pref_camera2_mono_preview_entry_on">On</string>
@@ -433,6 +434,7 @@
<string name="pref_camera2_mpo_entry_on">On</string>
<string name="pref_camera2_mpo_entry_off">Off</string>
<string name="pref_camera2_makeup_title">Makeup</string>
+ <string name="pref_camera2_makeup_entry_on">On</string>
<string name="pref_camera2_makeup_entry_off">Off</string>
<string name="pref_camera2_noise_reduction_title">Noise reduction</string>
<string name="pref_camera2_noise_reduction_entry_off">Off</string>
@@ -442,6 +444,7 @@
<string name="pref_camera2_videosnap_entry_enable">Enable</string>
<string name="pref_camera2_videosnap_entry_disable">Disable</string>
<string name="pref_camera2_trackingfocus_title">Tracking focus</string>
+ <string name="pref_camera2_trackingfocus_entry_on">On</string>
<string name="pref_camera2_trackingfocus_entry_off">Off</string>
<string name="pref_camera_scenemode_entry_bestpicture">Best picture</string>
<string name="bestpicture_done">DONE</string>
@@ -449,5 +452,7 @@
<string name="pref_camera2_shutter_sound_entry_on">On</string>
<string name="pref_camera2_shutter_sound_entry_off">Off</string>
<string name="pref_camera2_shutter_sound_title">Shutter sound</string>
+ <string name="pref_camera2_initial_camera_entry_bayer">Bayer</string>
<string name="pref_camera2_initial_camera_entry_mono">Mono</string>
+ <string name="pref_camera2_initial_camera_entry_front">Front</string>
</resources>
diff --git a/res/values-en-rIN/qcomstrings.xml b/res/values-en-rIN/qcomstrings.xml
index 835c98499..097c4d0ad 100644
--- a/res/values-en-rIN/qcomstrings.xml
+++ b/res/values-en-rIN/qcomstrings.xml
@@ -422,6 +422,7 @@
<string name="pref_camera2_camera2_entry_enable">Enable</string>
<string name="pref_camera2_camera2_entry_disable">Disable</string>
<string name="pref_camera2_mono_only_title">Mono only</string>
+ <string name="pref_camera2_mono_only_entry_on">On</string>
<string name="pref_camera2_mono_only_entry_off">Off</string>
<string name="pref_camera2_mono_preview_title">Mono preview</string>
<string name="pref_camera2_mono_preview_entry_on">On</string>
@@ -434,6 +435,7 @@
<string name="pref_camera2_mpo_entry_on">On</string>
<string name="pref_camera2_mpo_entry_off">Off</string>
<string name="pref_camera2_makeup_title">Makeup</string>
+ <string name="pref_camera2_makeup_entry_on">On</string>
<string name="pref_camera2_makeup_entry_off">Off</string>
<string name="pref_camera2_noise_reduction_title">Noise reduction</string>
<string name="pref_camera2_noise_reduction_entry_off">Off</string>
@@ -443,6 +445,7 @@
<string name="pref_camera2_videosnap_entry_enable">Enable</string>
<string name="pref_camera2_videosnap_entry_disable">Disable</string>
<string name="pref_camera2_trackingfocus_title">Tracking focus</string>
+ <string name="pref_camera2_trackingfocus_entry_on">On</string>
<string name="pref_camera2_trackingfocus_entry_off">Off</string>
<string name="pref_camera_scenemode_entry_bestpicture">Best picture</string>
<string name="bestpicture_done">DONE</string>
@@ -450,5 +453,7 @@
<string name="pref_camera2_shutter_sound_entry_on">On</string>
<string name="pref_camera2_shutter_sound_entry_off">Off</string>
<string name="pref_camera2_shutter_sound_title">Shutter sound</string>
+ <string name="pref_camera2_initial_camera_entry_bayer">Bayer</string>
<string name="pref_camera2_initial_camera_entry_mono">Mono</string>
+ <string name="pref_camera2_initial_camera_entry_front">Front</string>
</resources>
diff --git a/res/values-eu-rES/qcomstrings.xml b/res/values-eu-rES/qcomstrings.xml
index be4100351..50eb6fc38 100644
--- a/res/values-eu-rES/qcomstrings.xml
+++ b/res/values-eu-rES/qcomstrings.xml
@@ -38,7 +38,7 @@
<!-- Settings screen, auto exposure dialog radio button choices -->
<string name="pref_camera_autoexposure_entry_frameaverage">Fotogramaren batezbestekoa</string>
<string name="pref_camera_autoexposure_entry_centerweighted">Erdialdean haztatua</string>
- <string name="pref_camera_autoexposure_entry_spotmetering">Puntuala</string>
+ <string name="pref_camera_autoexposure_entry_spotmetering">Neurketa puntuala</string>
<!-- Auto exposure entry values. Do not translate. -->
<!-- Settings screen, Video encoder title -->
<string name="pref_camera_videoencoder_title">Bideo kodeka</string>
@@ -65,7 +65,7 @@
<string name="pref_camera_selectablezoneaf_title">Fokatze automatiko modua</string>
<!-- Settings screen, Selectable Zone Af dialog radio button choices -->
<string name="pref_camera_selectablezoneaf_entry_auto">Automatikoa</string>
- <string name="pref_camera_selectablezoneaf_entry_spotmetering">Puntuala</string>
+ <string name="pref_camera_selectablezoneaf_entry_spotmetering">Neurketa puntuala</string>
<string name="pref_camera_selectablezoneaf_entry_centerweighted">Erdialdean haztatua</string>
<string name="pref_camera_selectablezoneaf_entry_frameaverage">Fotogramaren batezbestekoa</string>
<!-- Auto exposure entry values. Do not translate. -->
@@ -395,7 +395,7 @@
<string name="text_tsmakeup_alert_continue">Jarraitu</string>
<string name="text_tsmakeup_alert_quit">Utzi</string>
<string name="text_tsmakeup_beautify_toast">Edertu</string>
- <string name="all_in_focus">Dena fokatuta</string>
+ <string name="all_in_focus">Dena fokuan</string>
<string name="refocus_toast">Azken argazkia birfokatzeko, sakatu hemen</string>
<string name="refocus_prompt_message">UbiFocus erabilita zure kamerak 5 argazki aterako ditu botoia zapaltzen duzun bakoitzean. 5 argazkiak bakarrean batuko dira, dena ongi enfokatuta egon dadin. Argazkia atera eta gero fokua aldatu dezakezu.</string>
<string name="camera_thermal_shutdown">Telefonoa beroegi dago, kamara itzaltzen.</string>
@@ -421,6 +421,7 @@
<string name="pref_camera2_camera2_entry_enable">Gaitu</string>
<string name="pref_camera2_camera2_entry_disable">Desgaitu</string>
<string name="pref_camera2_mono_only_title">Mono besterik ez</string>
+ <string name="pref_camera2_mono_only_entry_on">Bai</string>
<string name="pref_camera2_mono_only_entry_off">Ez</string>
<string name="pref_camera2_mono_preview_title">Mono aurrebista</string>
<string name="pref_camera2_mono_preview_entry_on">Bai</string>
@@ -433,6 +434,7 @@
<string name="pref_camera2_mpo_entry_on">Bai</string>
<string name="pref_camera2_mpo_entry_off">Ez</string>
<string name="pref_camera2_makeup_title">Makillajea</string>
+ <string name="pref_camera2_makeup_entry_on">Bai</string>
<string name="pref_camera2_makeup_entry_off">Ez</string>
<string name="pref_camera2_noise_reduction_title">Zarata murrizketa</string>
<string name="pref_camera2_noise_reduction_entry_off">Ez</string>
@@ -442,6 +444,7 @@
<string name="pref_camera2_videosnap_entry_enable">Gaitu</string>
<string name="pref_camera2_videosnap_entry_disable">Desgaitu</string>
<string name="pref_camera2_trackingfocus_title">Fokua jarraitzen</string>
+ <string name="pref_camera2_trackingfocus_entry_on">Bai</string>
<string name="pref_camera2_trackingfocus_entry_off">Ez</string>
<string name="pref_camera_scenemode_entry_bestpicture">Argazkirik onena</string>
<string name="bestpicture_done">EGINDA</string>
@@ -449,5 +452,7 @@
<string name="pref_camera2_shutter_sound_entry_on">Bai</string>
<string name="pref_camera2_shutter_sound_entry_off">Ez</string>
<string name="pref_camera2_shutter_sound_title">Obturadorearen soinua</string>
+ <string name="pref_camera2_initial_camera_entry_bayer">Bayer</string>
<string name="pref_camera2_initial_camera_entry_mono">Mono</string>
+ <string name="pref_camera2_initial_camera_entry_front">Aurrekoa</string>
</resources>
diff --git a/res/values-it/qcomstrings.xml b/res/values-it/qcomstrings.xml
index 4c8327d87..8e376a6f3 100644
--- a/res/values-it/qcomstrings.xml
+++ b/res/values-it/qcomstrings.xml
@@ -421,6 +421,7 @@
<string name="pref_camera2_camera2_entry_enable">Attiva</string>
<string name="pref_camera2_camera2_entry_disable">Disattiva</string>
<string name="pref_camera2_mono_only_title">Solo mono</string>
+ <string name="pref_camera2_mono_only_entry_on">On</string>
<string name="pref_camera2_mono_only_entry_off">Off</string>
<string name="pref_camera2_mono_preview_title">Anteprima mono</string>
<string name="pref_camera2_mono_preview_entry_on">On</string>
@@ -433,6 +434,7 @@
<string name="pref_camera2_mpo_entry_on">On</string>
<string name="pref_camera2_mpo_entry_off">Off</string>
<string name="pref_camera2_makeup_title">Makeup</string>
+ <string name="pref_camera2_makeup_entry_on">On</string>
<string name="pref_camera2_makeup_entry_off">Off</string>
<string name="pref_camera2_noise_reduction_title">Riduzione rumore</string>
<string name="pref_camera2_noise_reduction_entry_off">Off</string>
@@ -442,6 +444,7 @@
<string name="pref_camera2_videosnap_entry_enable">Attiva</string>
<string name="pref_camera2_videosnap_entry_disable">Disattiva</string>
<string name="pref_camera2_trackingfocus_title">Traccia il fuoco</string>
+ <string name="pref_camera2_trackingfocus_entry_on">On</string>
<string name="pref_camera2_trackingfocus_entry_off">Off</string>
<string name="pref_camera_scenemode_entry_bestpicture">Immagine migliore</string>
<string name="bestpicture_done">FATTO</string>
@@ -449,5 +452,7 @@
<string name="pref_camera2_shutter_sound_entry_on">On</string>
<string name="pref_camera2_shutter_sound_entry_off">Off</string>
<string name="pref_camera2_shutter_sound_title">Suono otturatore</string>
+ <string name="pref_camera2_initial_camera_entry_bayer">Bayer</string>
<string name="pref_camera2_initial_camera_entry_mono">Mono</string>
+ <string name="pref_camera2_initial_camera_entry_front">Davanti</string>
</resources>
diff --git a/res/values-ko/qcomstrings.xml b/res/values-ko/qcomstrings.xml
index 1ff4c6759..f82fd6e71 100644
--- a/res/values-ko/qcomstrings.xml
+++ b/res/values-ko/qcomstrings.xml
@@ -421,6 +421,7 @@
<string name="pref_camera2_camera2_entry_enable">사용</string>
<string name="pref_camera2_camera2_entry_disable">사용 안 함</string>
<string name="pref_camera2_mono_only_title">흑백만 사용</string>
+ <string name="pref_camera2_mono_only_entry_on">켜짐</string>
<string name="pref_camera2_mono_only_entry_off">끄기</string>
<string name="pref_camera2_mono_preview_title">흑백으로 미리보기</string>
<string name="pref_camera2_mono_preview_entry_on">켜짐</string>
@@ -433,6 +434,7 @@
<string name="pref_camera2_mpo_entry_on">켜짐</string>
<string name="pref_camera2_mpo_entry_off">끄기</string>
<string name="pref_camera2_makeup_title">메이크업</string>
+ <string name="pref_camera2_makeup_entry_on">켜짐</string>
<string name="pref_camera2_makeup_entry_off">끄기</string>
<string name="pref_camera2_noise_reduction_title">노이즈 감소</string>
<string name="pref_camera2_noise_reduction_entry_off">끄기</string>
@@ -442,6 +444,7 @@
<string name="pref_camera2_videosnap_entry_enable">사용</string>
<string name="pref_camera2_videosnap_entry_disable">사용 안 함</string>
<string name="pref_camera2_trackingfocus_title">초점 추적</string>
+ <string name="pref_camera2_trackingfocus_entry_on">켜짐</string>
<string name="pref_camera2_trackingfocus_entry_off">끄기</string>
<string name="pref_camera_scenemode_entry_bestpicture">잘 찍은 사진</string>
<string name="bestpicture_done">완료</string>
@@ -449,5 +452,7 @@
<string name="pref_camera2_shutter_sound_entry_on">켜짐</string>
<string name="pref_camera2_shutter_sound_entry_off">끄기</string>
<string name="pref_camera2_shutter_sound_title">촬영음</string>
+ <string name="pref_camera2_initial_camera_entry_bayer">Bayer</string>
<string name="pref_camera2_initial_camera_entry_mono">모노</string>
+ <string name="pref_camera2_initial_camera_entry_front">전면</string>
</resources>
diff --git a/res/values-nl/qcomstrings.xml b/res/values-nl/qcomstrings.xml
index 673dcbc8b..91d221249 100644
--- a/res/values-nl/qcomstrings.xml
+++ b/res/values-nl/qcomstrings.xml
@@ -421,6 +421,7 @@
<string name="pref_camera2_camera2_entry_enable">Inschakelen</string>
<string name="pref_camera2_camera2_entry_disable">Uitschakelen</string>
<string name="pref_camera2_mono_only_title">Alleen mono</string>
+ <string name="pref_camera2_mono_only_entry_on">Aan</string>
<string name="pref_camera2_mono_only_entry_off">Uit</string>
<string name="pref_camera2_mono_preview_title">Mono preview</string>
<string name="pref_camera2_mono_preview_entry_on">Aan</string>
@@ -433,6 +434,7 @@
<string name="pref_camera2_mpo_entry_on">Aan</string>
<string name="pref_camera2_mpo_entry_off">Uit</string>
<string name="pref_camera2_makeup_title">Make-up</string>
+ <string name="pref_camera2_makeup_entry_on">Aan</string>
<string name="pref_camera2_makeup_entry_off">Uit</string>
<string name="pref_camera2_noise_reduction_title">Ruisonderdrukking</string>
<string name="pref_camera2_noise_reduction_entry_off">Uit</string>
@@ -442,6 +444,7 @@
<string name="pref_camera2_videosnap_entry_enable">Inschakelen</string>
<string name="pref_camera2_videosnap_entry_disable">Uitschakelen</string>
<string name="pref_camera2_trackingfocus_title">Focus volgt object</string>
+ <string name="pref_camera2_trackingfocus_entry_on">Aan</string>
<string name="pref_camera2_trackingfocus_entry_off">Uit</string>
<string name="pref_camera_scenemode_entry_bestpicture">Beste foto</string>
<string name="bestpicture_done">KLAAR</string>
@@ -449,5 +452,7 @@
<string name="pref_camera2_shutter_sound_entry_on">Aan</string>
<string name="pref_camera2_shutter_sound_entry_off">Uit</string>
<string name="pref_camera2_shutter_sound_title">Sluitergeluid</string>
+ <string name="pref_camera2_initial_camera_entry_bayer">Bayer</string>
<string name="pref_camera2_initial_camera_entry_mono">Monochroom</string>
+ <string name="pref_camera2_initial_camera_entry_front">Voorzijde</string>
</resources>
diff --git a/res/values-pt-rBR/qcomstrings.xml b/res/values-pt-rBR/qcomstrings.xml
index e825dff75..56ee4ba9f 100644
--- a/res/values-pt-rBR/qcomstrings.xml
+++ b/res/values-pt-rBR/qcomstrings.xml
@@ -421,6 +421,7 @@
<string name="pref_camera2_camera2_entry_enable">Ativar</string>
<string name="pref_camera2_camera2_entry_disable">Desativar</string>
<string name="pref_camera2_mono_only_title">Somente monocromático</string>
+ <string name="pref_camera2_mono_only_entry_on">Ligado</string>
<string name="pref_camera2_mono_only_entry_off">Desl.</string>
<string name="pref_camera2_mono_preview_title">Pré-visualização em monocromático</string>
<string name="pref_camera2_mono_preview_entry_on">Ativado</string>
@@ -433,6 +434,7 @@
<string name="pref_camera2_mpo_entry_on">Ativado</string>
<string name="pref_camera2_mpo_entry_off">Desl.</string>
<string name="pref_camera2_makeup_title">Maquiagem</string>
+ <string name="pref_camera2_makeup_entry_on">Ligado</string>
<string name="pref_camera2_makeup_entry_off">Desl.</string>
<string name="pref_camera2_noise_reduction_title">Redução de ruídos</string>
<string name="pref_camera2_noise_reduction_entry_off">Desl.</string>
@@ -442,6 +444,7 @@
<string name="pref_camera2_videosnap_entry_enable">Ativar</string>
<string name="pref_camera2_videosnap_entry_disable">Desativar</string>
<string name="pref_camera2_trackingfocus_title">Rastreamento de foco</string>
+ <string name="pref_camera2_trackingfocus_entry_on">Ligado</string>
<string name="pref_camera2_trackingfocus_entry_off">Desl.</string>
<string name="pref_camera_scenemode_entry_bestpicture">Melhor imagem</string>
<string name="bestpicture_done">CONCLUÍDO</string>
@@ -449,5 +452,7 @@
<string name="pref_camera2_shutter_sound_entry_on">Ativado</string>
<string name="pref_camera2_shutter_sound_entry_off">Desl.</string>
<string name="pref_camera2_shutter_sound_title">Som de captura</string>
+ <string name="pref_camera2_initial_camera_entry_bayer">Bayer</string>
<string name="pref_camera2_initial_camera_entry_mono">Monocromático</string>
+ <string name="pref_camera2_initial_camera_entry_front">Frontal</string>
</resources>
diff --git a/res/values-pt-rPT/qcomstrings.xml b/res/values-pt-rPT/qcomstrings.xml
index 183b65271..297eccd40 100644
--- a/res/values-pt-rPT/qcomstrings.xml
+++ b/res/values-pt-rPT/qcomstrings.xml
@@ -421,6 +421,7 @@
<string name="pref_camera2_camera2_entry_enable">Ativar</string>
<string name="pref_camera2_camera2_entry_disable">Desativar</string>
<string name="pref_camera2_mono_only_title">Apenas Monocromático</string>
+ <string name="pref_camera2_mono_only_entry_on">Ligado</string>
<string name="pref_camera2_mono_only_entry_off">Desativada</string>
<string name="pref_camera2_mono_preview_title">Pré-visualização em Monocromático</string>
<string name="pref_camera2_mono_preview_entry_on">Ligado</string>
@@ -433,6 +434,7 @@
<string name="pref_camera2_mpo_entry_on">Ligado</string>
<string name="pref_camera2_mpo_entry_off">Desativada</string>
<string name="pref_camera2_makeup_title">Maquilhagem</string>
+ <string name="pref_camera2_makeup_entry_on">Ligada</string>
<string name="pref_camera2_makeup_entry_off">Desativada</string>
<string name="pref_camera2_noise_reduction_title">Redução de ruído</string>
<string name="pref_camera2_noise_reduction_entry_off">Desativada</string>
@@ -442,6 +444,7 @@
<string name="pref_camera2_videosnap_entry_enable">Ativar</string>
<string name="pref_camera2_videosnap_entry_disable">Desativar</string>
<string name="pref_camera2_trackingfocus_title">Rastreamento de foco</string>
+ <string name="pref_camera2_trackingfocus_entry_on">Ligado</string>
<string name="pref_camera2_trackingfocus_entry_off">Desativada</string>
<string name="pref_camera_scenemode_entry_bestpicture">Melhor imagem</string>
<string name="bestpicture_done">CONCLUÍDO</string>
@@ -449,5 +452,7 @@
<string name="pref_camera2_shutter_sound_entry_on">Ligado</string>
<string name="pref_camera2_shutter_sound_entry_off">Desativada</string>
<string name="pref_camera2_shutter_sound_title">Som do obturador</string>
+ <string name="pref_camera2_initial_camera_entry_bayer">Bayer</string>
<string name="pref_camera2_initial_camera_entry_mono">Monocromático</string>
+ <string name="pref_camera2_initial_camera_entry_front">Frontal</string>
</resources>
diff --git a/res/values-ro/qcomstrings.xml b/res/values-ro/qcomstrings.xml
index 3baa1fa95..c6d0dc693 100644
--- a/res/values-ro/qcomstrings.xml
+++ b/res/values-ro/qcomstrings.xml
@@ -421,6 +421,7 @@
<string name="pref_camera2_camera2_entry_enable">Activați</string>
<string name="pref_camera2_camera2_entry_disable">Dezactivați</string>
<string name="pref_camera2_mono_only_title">Doar mono</string>
+ <string name="pref_camera2_mono_only_entry_on">Activat</string>
<string name="pref_camera2_mono_only_entry_off">Oprit</string>
<string name="pref_camera2_mono_preview_title">Previzualizare mono</string>
<string name="pref_camera2_mono_preview_entry_on">Activat</string>
@@ -433,6 +434,7 @@
<string name="pref_camera2_mpo_entry_on">Activat</string>
<string name="pref_camera2_mpo_entry_off">Oprit</string>
<string name="pref_camera2_makeup_title">Machiaj</string>
+ <string name="pref_camera2_makeup_entry_on">Activat</string>
<string name="pref_camera2_makeup_entry_off">Oprit</string>
<string name="pref_camera2_noise_reduction_title">Reducere zgomot</string>
<string name="pref_camera2_noise_reduction_entry_off">Oprit</string>
@@ -442,6 +444,7 @@
<string name="pref_camera2_videosnap_entry_enable">Activați</string>
<string name="pref_camera2_videosnap_entry_disable">Dezactivați</string>
<string name="pref_camera2_trackingfocus_title">Urmărire focalizare</string>
+ <string name="pref_camera2_trackingfocus_entry_on">Activat</string>
<string name="pref_camera2_trackingfocus_entry_off">Oprit</string>
<string name="pref_camera_scenemode_entry_bestpicture">Cea mai bună fotografie</string>
<string name="bestpicture_done">EFECTUAT</string>
@@ -449,5 +452,7 @@
<string name="pref_camera2_shutter_sound_entry_on">Activat</string>
<string name="pref_camera2_shutter_sound_entry_off">Oprit</string>
<string name="pref_camera2_shutter_sound_title">Sunet obturator</string>
+ <string name="pref_camera2_initial_camera_entry_bayer">Bayer</string>
<string name="pref_camera2_initial_camera_entry_mono">Mono</string>
+ <string name="pref_camera2_initial_camera_entry_front">Frontal</string>
</resources>
diff --git a/res/values-ru/qcomstrings.xml b/res/values-ru/qcomstrings.xml
index 033e8fa14..caed82bb3 100644
--- a/res/values-ru/qcomstrings.xml
+++ b/res/values-ru/qcomstrings.xml
@@ -421,6 +421,7 @@
<string name="pref_camera2_camera2_entry_enable">Включить</string>
<string name="pref_camera2_camera2_entry_disable">Выключить</string>
<string name="pref_camera2_mono_only_title">Только Моно</string>
+ <string name="pref_camera2_mono_only_entry_on">Вкл</string>
<string name="pref_camera2_mono_only_entry_off">Отключить</string>
<string name="pref_camera2_mono_preview_title">Предпросмотр Моно</string>
<string name="pref_camera2_mono_preview_entry_on">Включено</string>
@@ -433,6 +434,7 @@
<string name="pref_camera2_mpo_entry_on">Включено</string>
<string name="pref_camera2_mpo_entry_off">Отключить</string>
<string name="pref_camera2_makeup_title">Макияж</string>
+ <string name="pref_camera2_makeup_entry_on">Вкл</string>
<string name="pref_camera2_makeup_entry_off">Отключить</string>
<string name="pref_camera2_noise_reduction_title">Шумоподавление</string>
<string name="pref_camera2_noise_reduction_entry_off">Отключить</string>
@@ -442,6 +444,7 @@
<string name="pref_camera2_videosnap_entry_enable">Включить</string>
<string name="pref_camera2_videosnap_entry_disable">Выключить</string>
<string name="pref_camera2_trackingfocus_title">Следящий автофокус</string>
+ <string name="pref_camera2_trackingfocus_entry_on">Вкл</string>
<string name="pref_camera2_trackingfocus_entry_off">Отключить</string>
<string name="pref_camera_scenemode_entry_bestpicture">Лучший снимок</string>
<string name="bestpicture_done">Готово</string>
@@ -449,5 +452,7 @@
<string name="pref_camera2_shutter_sound_entry_on">Вкл</string>
<string name="pref_camera2_shutter_sound_entry_off">Отключить</string>
<string name="pref_camera2_shutter_sound_title">Звук затвора</string>
+ <string name="pref_camera2_initial_camera_entry_bayer">Байер</string>
<string name="pref_camera2_initial_camera_entry_mono">Ч/Б</string>
+ <string name="pref_camera2_initial_camera_entry_front">Фронтальная</string>
</resources>
diff --git a/res/values-sk/qcomstrings.xml b/res/values-sk/qcomstrings.xml
index fdaadc42b..5927269ea 100644
--- a/res/values-sk/qcomstrings.xml
+++ b/res/values-sk/qcomstrings.xml
@@ -421,6 +421,7 @@
<string name="pref_camera2_camera2_entry_enable">Použiť</string>
<string name="pref_camera2_camera2_entry_disable">Nepoužiť</string>
<string name="pref_camera2_mono_only_title">Iba Mono</string>
+ <string name="pref_camera2_mono_only_entry_on">Zap.</string>
<string name="pref_camera2_mono_only_entry_off">Vypnutá</string>
<string name="pref_camera2_mono_preview_title">Náhľad Mono</string>
<string name="pref_camera2_mono_preview_entry_on">Zapnúť</string>
@@ -433,6 +434,7 @@
<string name="pref_camera2_mpo_entry_on">Zapnúť</string>
<string name="pref_camera2_mpo_entry_off">Vypnutá</string>
<string name="pref_camera2_makeup_title">Makeup</string>
+ <string name="pref_camera2_makeup_entry_on">Zap.</string>
<string name="pref_camera2_makeup_entry_off">Vypnutá</string>
<string name="pref_camera2_noise_reduction_title">Redukcia šumu</string>
<string name="pref_camera2_noise_reduction_entry_off">Vypnutá</string>
@@ -442,6 +444,7 @@
<string name="pref_camera2_videosnap_entry_enable">Použiť</string>
<string name="pref_camera2_videosnap_entry_disable">Zakázať</string>
<string name="pref_camera2_trackingfocus_title">Sledovanie zameranie</string>
+ <string name="pref_camera2_trackingfocus_entry_on">Zap.</string>
<string name="pref_camera2_trackingfocus_entry_off">Vypnutá</string>
<string name="pref_camera_scenemode_entry_bestpicture">Najlepší obraz</string>
<string name="bestpicture_done">HOTOVO</string>
@@ -449,5 +452,7 @@
<string name="pref_camera2_shutter_sound_entry_on">Zapnúť</string>
<string name="pref_camera2_shutter_sound_entry_off">Vypnutá</string>
<string name="pref_camera2_shutter_sound_title">Zvuk uzávierky</string>
+ <string name="pref_camera2_initial_camera_entry_bayer">Bayer</string>
<string name="pref_camera2_initial_camera_entry_mono">Čiernobiely</string>
+ <string name="pref_camera2_initial_camera_entry_front">Predná</string>
</resources>
diff --git a/res/values-sk/strings.xml b/res/values-sk/strings.xml
index b63575d89..787af469b 100644
--- a/res/values-sk/strings.xml
+++ b/res/values-sk/strings.xml
@@ -180,7 +180,6 @@
<item quantity="few">%d sekundy</item>
<item quantity="other">%d sekúnd</item>
</plurals>
- <string name="pref_camera_timer_sound_default">@string/setting_on_value</string>
<!-- Text followed by a checkbox to turn on/off sound effects during the countdown. [CHAR LIMIT = 24]-->
<string name="pref_camera_timer_sound_title">Zvuk odpočítavania</string>
<!-- Entry of camera save path -->
@@ -330,9 +329,7 @@
<!-- menu label exposure compensation [CHAR LIMIT=50] -->
<string name="pref_exposure_label">EXPOZÍCIA</string>
<!-- Default HDR entry value -->
- <string name="pref_camera_hdr_default">@string/setting_off_value</string>
<!-- Default HDR+ entry value -->
- <string name="pref_camera_hdr_plus_default">@string/setting_off_value</string>
<!-- HDR label ON [CHAR LIMIT=60] -->
<string name="pref_camera_hdr_label">HDR</string>
<!-- switch camera label back [CHAR LIMIT=60] -->
diff --git a/res/values-sl/qcomstrings.xml b/res/values-sl/qcomstrings.xml
index f89fe9be0..c2cf24baa 100644
--- a/res/values-sl/qcomstrings.xml
+++ b/res/values-sl/qcomstrings.xml
@@ -421,6 +421,7 @@
<string name="pref_camera2_camera2_entry_enable">Omogoči</string>
<string name="pref_camera2_camera2_entry_disable">Onemogoči</string>
<string name="pref_camera2_mono_only_title">Samo mono</string>
+ <string name="pref_camera2_mono_only_entry_on">Vklopljeno</string>
<string name="pref_camera2_mono_only_entry_off">Izklopljeno</string>
<string name="pref_camera2_mono_preview_title">Predogled mono</string>
<string name="pref_camera2_mono_preview_entry_on">Vklopljeno</string>
@@ -433,6 +434,7 @@
<string name="pref_camera2_mpo_entry_on">Vklopljeno</string>
<string name="pref_camera2_mpo_entry_off">Izklopljeno</string>
<string name="pref_camera2_makeup_title">Ličilo</string>
+ <string name="pref_camera2_makeup_entry_on">Vklopljeno</string>
<string name="pref_camera2_makeup_entry_off">Izklopljeno</string>
<string name="pref_camera2_noise_reduction_title">Zmanjševanje šuma</string>
<string name="pref_camera2_noise_reduction_entry_off">Izklopljeno</string>
@@ -442,6 +444,7 @@
<string name="pref_camera2_videosnap_entry_enable">Omogoči</string>
<string name="pref_camera2_videosnap_entry_disable">Onemogoči</string>
<string name="pref_camera2_trackingfocus_title">Ostrenje s sledenjem</string>
+ <string name="pref_camera2_trackingfocus_entry_on">Vklopljeno</string>
<string name="pref_camera2_trackingfocus_entry_off">Izklopljeno</string>
<string name="pref_camera_scenemode_entry_bestpicture">Najboljša slika</string>
<string name="bestpicture_done">OPRAVLJENO</string>
@@ -449,5 +452,7 @@
<string name="pref_camera2_shutter_sound_entry_on">Vklopljeno</string>
<string name="pref_camera2_shutter_sound_entry_off">Izklopljeno</string>
<string name="pref_camera2_shutter_sound_title">Zvok sprožilca</string>
+ <string name="pref_camera2_initial_camera_entry_bayer">Bayer</string>
<string name="pref_camera2_initial_camera_entry_mono">Mono</string>
+ <string name="pref_camera2_initial_camera_entry_front">Sprednja</string>
</resources>
diff --git a/res/values-tr/cm_strings.xml b/res/values-tr/cm_strings.xml
index cf79ce1fd..f02d44ae4 100644
--- a/res/values-tr/cm_strings.xml
+++ b/res/values-tr/cm_strings.xml
@@ -31,8 +31,8 @@
<string name="pref_camera_scenemode_entry_asd">En iyi poz</string>
<string name="pref_camera_scenemode_entry_baby">Bebek</string>
<string name="pref_camera_scenemode_entry_backgroundblur">Arkaplan bulanıklığı</string>
- <string name="pref_camera_scenemode_entry_backlight">Arka aydınlatma</string>
- <string name="pref_camera_scenemode_entry_backlightportrait">Arka ışıklı portre</string>
+ <string name="pref_camera_scenemode_entry_backlight">Aydınlatma ışığı</string>
+ <string name="pref_camera_scenemode_entry_backlightportrait">Dikey aydınlatma ışığı</string>
<string name="pref_camera_scenemode_entry_barcode">Barkod</string>
<string name="pref_camera_scenemode_entry_beach">Plaj</string>
<string name="pref_camera_scenemode_entry_beauty">Güzellik</string>
diff --git a/res/values-tr/qcomstrings.xml b/res/values-tr/qcomstrings.xml
index e5415c102..087875f6a 100644
--- a/res/values-tr/qcomstrings.xml
+++ b/res/values-tr/qcomstrings.xml
@@ -421,6 +421,7 @@
<string name="pref_camera2_camera2_entry_enable">Etkinleştir</string>
<string name="pref_camera2_camera2_entry_disable">Devre dışı</string>
<string name="pref_camera2_mono_only_title">Sadece mono</string>
+ <string name="pref_camera2_mono_only_entry_on">Açık</string>
<string name="pref_camera2_mono_only_entry_off">Kapalı</string>
<string name="pref_camera2_mono_preview_title">Mono önizleme</string>
<string name="pref_camera2_mono_preview_entry_on">Açık</string>
@@ -433,6 +434,7 @@
<string name="pref_camera2_mpo_entry_on">Açık</string>
<string name="pref_camera2_mpo_entry_off">Kapalı</string>
<string name="pref_camera2_makeup_title">Makyaj</string>
+ <string name="pref_camera2_makeup_entry_on">Açık</string>
<string name="pref_camera2_makeup_entry_off">Kapalı</string>
<string name="pref_camera2_noise_reduction_title">Parazit azaltma</string>
<string name="pref_camera2_noise_reduction_entry_off">Kapalı</string>
@@ -442,6 +444,7 @@
<string name="pref_camera2_videosnap_entry_enable">Etkinleştir</string>
<string name="pref_camera2_videosnap_entry_disable">Devre dışı</string>
<string name="pref_camera2_trackingfocus_title">Odak izleme</string>
+ <string name="pref_camera2_trackingfocus_entry_on">Açık</string>
<string name="pref_camera2_trackingfocus_entry_off">Kapalı</string>
<string name="pref_camera_scenemode_entry_bestpicture">En iyi görüntü</string>
<string name="bestpicture_done">BİTTİ</string>
@@ -449,5 +452,7 @@
<string name="pref_camera2_shutter_sound_entry_on">Açık</string>
<string name="pref_camera2_shutter_sound_entry_off">Kapalı</string>
<string name="pref_camera2_shutter_sound_title">Deklanşör sesi</string>
+ <string name="pref_camera2_initial_camera_entry_bayer">Bayer</string>
<string name="pref_camera2_initial_camera_entry_mono">Mono</string>
+ <string name="pref_camera2_initial_camera_entry_front">Ön</string>
</resources>
diff --git a/res/values-vi/qcomstrings.xml b/res/values-vi/qcomstrings.xml
index 5ac7169a6..7361c6a2f 100644
--- a/res/values-vi/qcomstrings.xml
+++ b/res/values-vi/qcomstrings.xml
@@ -421,6 +421,7 @@
<string name="pref_camera2_camera2_entry_enable">Bật</string>
<string name="pref_camera2_camera2_entry_disable">Tắt</string>
<string name="pref_camera2_mono_only_title">Chỉ âm thanh đơn</string>
+ <string name="pref_camera2_mono_only_entry_on">Bật</string>
<string name="pref_camera2_mono_only_entry_off">Tắt</string>
<string name="pref_camera2_mono_preview_title">Xem trước âm thanh đơn</string>
<string name="pref_camera2_mono_preview_entry_on">Bật</string>
@@ -433,6 +434,7 @@
<string name="pref_camera2_mpo_entry_on">Bật</string>
<string name="pref_camera2_mpo_entry_off">Tắt</string>
<string name="pref_camera2_makeup_title">Làm đẹp</string>
+ <string name="pref_camera2_makeup_entry_on">Bật</string>
<string name="pref_camera2_makeup_entry_off">Tắt</string>
<string name="pref_camera2_noise_reduction_title">Giảm nhiễu</string>
<string name="pref_camera2_noise_reduction_entry_off">Tắt</string>
@@ -442,6 +444,7 @@
<string name="pref_camera2_videosnap_entry_enable">Bật</string>
<string name="pref_camera2_videosnap_entry_disable">Tắt</string>
<string name="pref_camera2_trackingfocus_title">Lấy nét bám đuổi</string>
+ <string name="pref_camera2_trackingfocus_entry_on">Bật</string>
<string name="pref_camera2_trackingfocus_entry_off">Tắt</string>
<string name="pref_camera_scenemode_entry_bestpicture">Hình ảnh tốt nhất</string>
<string name="bestpicture_done">XONG</string>
@@ -449,5 +452,7 @@
<string name="pref_camera2_shutter_sound_entry_on">Bật</string>
<string name="pref_camera2_shutter_sound_entry_off">Tắt</string>
<string name="pref_camera2_shutter_sound_title">Âm chụp ảnh</string>
+ <string name="pref_camera2_initial_camera_entry_bayer">Bayer</string>
<string name="pref_camera2_initial_camera_entry_mono">Đơn sắc</string>
+ <string name="pref_camera2_initial_camera_entry_front">Trước</string>
</resources>
diff --git a/res/values-zh-rCN/qcomstrings.xml b/res/values-zh-rCN/qcomstrings.xml
index 31bccda36..84f3e7d25 100644
--- a/res/values-zh-rCN/qcomstrings.xml
+++ b/res/values-zh-rCN/qcomstrings.xml
@@ -344,7 +344,7 @@
<!-- Scene detection set to on - supports backlight and snow cloudy detection. -->
<string name="pref_camera_scenedetect_entry_on">开启</string>
<!-- Toast showing error if invalid size selected for time lapse [CHAR LIMIT=65] -->
- <string name="time_lapse_error">延时录像的视频尺寸无效。</string>
+ <string name="time_lapse_error">延时摄影的视频尺寸无效。</string>
<!-- longshot value -->
<string name="pref_camera_longshot_title">连拍</string>
<string name="msg_cancel_longshot_for_limited_memory">内存消耗殆尽,正在取消连拍模式</string>
@@ -421,6 +421,7 @@
<string name="pref_camera2_camera2_entry_enable">启用</string>
<string name="pref_camera2_camera2_entry_disable">禁用</string>
<string name="pref_camera2_mono_only_title">仅单色</string>
+ <string name="pref_camera2_mono_only_entry_on">开</string>
<string name="pref_camera2_mono_only_entry_off">关闭</string>
<string name="pref_camera2_mono_preview_title">单色预览</string>
<string name="pref_camera2_mono_preview_entry_on">开</string>
@@ -433,6 +434,7 @@
<string name="pref_camera2_mpo_entry_on">开</string>
<string name="pref_camera2_mpo_entry_off">关闭</string>
<string name="pref_camera2_makeup_title">美颜</string>
+ <string name="pref_camera2_makeup_entry_on">开</string>
<string name="pref_camera2_makeup_entry_off">关闭</string>
<string name="pref_camera2_noise_reduction_title">降噪</string>
<string name="pref_camera2_noise_reduction_entry_off">关闭</string>
@@ -442,6 +444,7 @@
<string name="pref_camera2_videosnap_entry_enable">启用</string>
<string name="pref_camera2_videosnap_entry_disable">禁用</string>
<string name="pref_camera2_trackingfocus_title">焦点跟踪</string>
+ <string name="pref_camera2_trackingfocus_entry_on">开</string>
<string name="pref_camera2_trackingfocus_entry_off">关闭</string>
<string name="pref_camera_scenemode_entry_bestpicture">最佳图片</string>
<string name="bestpicture_done">完成</string>
@@ -449,5 +452,7 @@
<string name="pref_camera2_shutter_sound_entry_on">开启</string>
<string name="pref_camera2_shutter_sound_entry_off">关闭</string>
<string name="pref_camera2_shutter_sound_title">快门声音</string>
+ <string name="pref_camera2_initial_camera_entry_bayer">Bayer</string>
<string name="pref_camera2_initial_camera_entry_mono">黑白</string>
+ <string name="pref_camera2_initial_camera_entry_front">前</string>
</resources>
diff --git a/res/values-zh-rCN/strings.xml b/res/values-zh-rCN/strings.xml
index dd2952af3..3b3c9d44e 100644
--- a/res/values-zh-rCN/strings.xml
+++ b/res/values-zh-rCN/strings.xml
@@ -152,7 +152,7 @@
<!-- alert to the user that the camera fails to read or write the SD card. -->
<string name="access_sd_fail" product="default">无法访问 SD 卡。</string>
<!-- A label that overlays on top of the preview frame to indicate the camcorder is in time lapse mode [CHAR LIMIT=35] -->
- <string name="time_lapse_title">延时录影</string>
+ <string name="time_lapse_title">延时摄影</string>
<!-- Screen display message during image capture to indicate that the capture is in progress, like during HDR+. [CHAR LIMIT=20] -->
<string name="capturing">正在拍摄</string>
<!-- Settings screen, camera selection dialog title. Users can select a camera from the phone (front-facing or back-facing). [CHAR LIMIT=20] -->
@@ -508,7 +508,7 @@ CHAR LIMIT = NONE] -->
<!-- Title in time interval picker for setting time interval. [CHAR LIMIT = 30]-->
<string name="set_time_interval">设置时间间隔</string>
<!-- Help text that is shown when the time lapse feature is turned off. [CHAR LIMIT = 180]-->
- <string name="set_time_interval_help">延时拍摄功能已关闭,要设置时间间隔,请先开启该功能。</string>
+ <string name="set_time_interval_help">延时摄影功能已关闭,要设置时间间隔,请先开启该功能。</string>
<!-- Title in timer setting for setting the duration for the countdown timer. [CHAR LIMIT = 50]-->
<string name="set_duration">设置倒数时间(秒)</string>
<!-- On-screen hint during timer countdown for taking a photo. [CHAR LIMIT = 60]-->
diff --git a/res/values-zh-rTW/qcomstrings.xml b/res/values-zh-rTW/qcomstrings.xml
index 14eeb0cdf..06ba06cd3 100644
--- a/res/values-zh-rTW/qcomstrings.xml
+++ b/res/values-zh-rTW/qcomstrings.xml
@@ -421,6 +421,7 @@
<string name="pref_camera2_camera2_entry_enable">啟用</string>
<string name="pref_camera2_camera2_entry_disable">停用</string>
<string name="pref_camera2_mono_only_title">僅單色</string>
+ <string name="pref_camera2_mono_only_entry_on">開</string>
<string name="pref_camera2_mono_only_entry_off">關</string>
<string name="pref_camera2_mono_preview_title">單色預覽</string>
<string name="pref_camera2_mono_preview_entry_on">開</string>
@@ -433,6 +434,7 @@
<string name="pref_camera2_mpo_entry_on">開</string>
<string name="pref_camera2_mpo_entry_off">關</string>
<string name="pref_camera2_makeup_title">美顏模式</string>
+ <string name="pref_camera2_makeup_entry_on">開</string>
<string name="pref_camera2_makeup_entry_off">關</string>
<string name="pref_camera2_noise_reduction_title">降噪</string>
<string name="pref_camera2_noise_reduction_entry_off">關</string>
@@ -442,6 +444,7 @@
<string name="pref_camera2_videosnap_entry_enable">啟用</string>
<string name="pref_camera2_videosnap_entry_disable">停用</string>
<string name="pref_camera2_trackingfocus_title">追蹤對焦</string>
+ <string name="pref_camera2_trackingfocus_entry_on">開</string>
<string name="pref_camera2_trackingfocus_entry_off">關</string>
<string name="pref_camera_scenemode_entry_bestpicture">最佳相片</string>
<string name="bestpicture_done">完成</string>
@@ -449,5 +452,7 @@
<string name="pref_camera2_shutter_sound_entry_on">開</string>
<string name="pref_camera2_shutter_sound_entry_off">關</string>
<string name="pref_camera2_shutter_sound_title">快門音效</string>
+ <string name="pref_camera2_initial_camera_entry_bayer">Bayer</string>
<string name="pref_camera2_initial_camera_entry_mono">單色</string>
+ <string name="pref_camera2_initial_camera_entry_front">前面</string>
</resources>
diff --git a/res/values-zh-rTW/strings.xml b/res/values-zh-rTW/strings.xml
index f3d7f8061..0e20d925c 100644
--- a/res/values-zh-rTW/strings.xml
+++ b/res/values-zh-rTW/strings.xml
@@ -30,7 +30,7 @@
<string name="delete">刪除</string>
<!-- String Delete the selected media item(s) [CHAR LIMIT=50] -->
<plurals name="delete_selection">
- <item quantity="other">刪除已選取的項目?</item>
+ <item quantity="other">刪除已選擇的項目?</item>
</plurals>
<string name="share">分享</string>
<string name="share_panorama">分享全景</string>
@@ -44,17 +44,17 @@
<!-- String indicating how many media item(s) is(are) selected
eg. 1 selected [CHAR LIMIT=30] -->
<plurals name="number_of_items_selected">
- <item quantity="other">已選取 %1$d 個</item>
+ <item quantity="other">已選擇 %1$d 個</item>
</plurals>
<!-- String indicating how many media album(s) is(are) selected
eg. 1 selected [CHAR LIMIT=30] -->
<plurals name="number_of_albums_selected">
- <item quantity="other">已選取 %1$d 本</item>
+ <item quantity="other">已選擇 %1$d 本</item>
</plurals>
<!-- String indicating how many media group(s) is(are) selected
eg. 1 selected [CHAR LIMIT=30] -->
<plurals name="number_of_groups_selected">
- <item quantity="other">已選取 %1$d 個</item>
+ <item quantity="other">已選擇 %1$d 個</item>
</plurals>
<!-- String indicating timestamp of photo or video -->
<string name="show_on_map">在地圖上顯示</string>