summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--quickReader/res/values-es/strings.xml13
-rw-r--r--quickReader/res/values-fi/strings.xml13
-rw-r--r--quickReader/res/values-fr/strings.xml1
-rw-r--r--quickReader/res/values-hr/strings.xml13
-rw-r--r--quickReader/res/values-pl/strings.xml2
-rw-r--r--quickReader/res/values-ru/strings.xml13
-rw-r--r--res/values-be-rBY/strings.xml25
-rw-r--r--res/values-cs/qcomstrings.xml5
-rw-r--r--res/values-cs/strings.xml25
-rw-r--r--res/values-es/qcomstrings.xml19
-rw-r--r--res/values-fi/qcomstrings.xml5
-rw-r--r--res/values-fr/qcomstrings.xml5
-rw-r--r--res/values-gl-rES/qcomstrings.xml5
-rw-r--r--res/values-hr/cm_strings.xml1
-rw-r--r--res/values-hr/qcomstrings.xml104
-rw-r--r--res/values-hr/strings.xml15
-rw-r--r--res/values-iw/qcomstrings.xml5
-rw-r--r--res/values-pl/qcomstrings.xml5
-rw-r--r--res/values-pl/strings.xml25
-rw-r--r--res/values-pt-rPT/strings.xml10
-rw-r--r--res/values-ru/strings.xml9
-rw-r--r--res/values-sk/strings.xml17
-rw-r--r--res/values-sr/qcomstrings.xml5
-rw-r--r--res/values-sv/cm_strings.xml2
-rw-r--r--res/values-ug/strings.xml15
-rw-r--r--res/values-uk/strings.xml25
26 files changed, 249 insertions, 133 deletions
diff --git a/quickReader/res/values-es/strings.xml b/quickReader/res/values-es/strings.xml
index 0039d5696..1369a8043 100644
--- a/quickReader/res/values-es/strings.xml
+++ b/quickReader/res/values-es/strings.xml
@@ -16,16 +16,29 @@
-->
<resources>
<!-- QuickReader: switcher item for qr -->
+ <string name="accessibility_switch_to_qr">Lector QR</string>
<!-- QuickReader: dismiss button for dialogs -->
+ <string name="quick_reader_action_dismiss">Descartar</string>
<!-- QuickReader: toast shown when there's no app installed to open the qr code content -->
+ <string name="quick_reader_no_activity_found">Ninguna aplicación instalada puede abrir este contenido</string>
<!-- QuickReader: permission error dialog title -->
+ <string name="quick_reader_permission_error_title">Error de permiso</string>
<!-- QuickReader: permission error dialog message when permission can be asked again -->
+ <string name="quick_reader_permission_rationale_message">Se necesita acceso a la cámara para escanear el código de barras</string>
<!-- QuickReader: permission error dialog positive action when permission can be asked again -->
+ <string name="quick_reader_permission_rationale_positive">Preguntar de nuevo</string>
<!-- QuickReader: permission error dialog message when permission can't be asked again -->
+ <string name="quick_reader_permission_fatal_message">Se ha denegado el acceso a la cámara. Permítalo en la configuración de la aplicación</string>
<!-- QuickReader: permission error dialog positive action when permission can't be asked again -->
+ <string name="quick_reader_permission_fatal_positive">Abrir la configuración</string>
<!-- QuickReader: scanned text dialog title -->
+ <string name="quick_reader_scanned_text_title">Texto escaneado</string>
<!-- QuickReader: scanned text dialog positive button (copy to clipboard) -->
+ <string name="quick_reader_scanned_text_positive">Copiar</string>
<!-- QuickReader: scanned text dialog negative button (share) -->
+ <string name="quick_reader_scanned_text_negative">Compartir</string>
<!-- QuickReader: scanned text shared activity selector title -->
+ <string name="quick_reader_share_title">Compartir con\u2026</string>
<!-- QuickReader: toast shown when the scanned text has been copied to the clipboard -->
+ <string name="quick_reader_copied_message">Copiado al portapapeles</string>
</resources>
diff --git a/quickReader/res/values-fi/strings.xml b/quickReader/res/values-fi/strings.xml
index 0039d5696..0d52d2fcf 100644
--- a/quickReader/res/values-fi/strings.xml
+++ b/quickReader/res/values-fi/strings.xml
@@ -16,16 +16,29 @@
-->
<resources>
<!-- QuickReader: switcher item for qr -->
+ <string name="accessibility_switch_to_qr">QR-lukija</string>
<!-- QuickReader: dismiss button for dialogs -->
+ <string name="quick_reader_action_dismiss">Hylkää</string>
<!-- QuickReader: toast shown when there's no app installed to open the qr code content -->
+ <string name="quick_reader_no_activity_found">Mikään asennettu sovellus ei tue tätä sisältöä</string>
<!-- QuickReader: permission error dialog title -->
+ <string name="quick_reader_permission_error_title">Käyttöoikeusvirhe</string>
<!-- QuickReader: permission error dialog message when permission can be asked again -->
+ <string name="quick_reader_permission_rationale_message">Kameran käyttöoikeus tarvitaan viivakoodin lukemiseen</string>
<!-- QuickReader: permission error dialog positive action when permission can be asked again -->
+ <string name="quick_reader_permission_rationale_positive">Kysy uudelleen</string>
<!-- QuickReader: permission error dialog message when permission can't be asked again -->
+ <string name="quick_reader_permission_fatal_message">Kameran käyttöoikeus hylättiin. Salli käyttöoikeus sovelluksen asetuksista</string>
<!-- QuickReader: permission error dialog positive action when permission can't be asked again -->
+ <string name="quick_reader_permission_fatal_positive">Avaa asetukset</string>
<!-- QuickReader: scanned text dialog title -->
+ <string name="quick_reader_scanned_text_title">Skannattu teksti</string>
<!-- QuickReader: scanned text dialog positive button (copy to clipboard) -->
+ <string name="quick_reader_scanned_text_positive">Kopioi</string>
<!-- QuickReader: scanned text dialog negative button (share) -->
+ <string name="quick_reader_scanned_text_negative">Jaa</string>
<!-- QuickReader: scanned text shared activity selector title -->
+ <string name="quick_reader_share_title">Jaa\u2026</string>
<!-- QuickReader: toast shown when the scanned text has been copied to the clipboard -->
+ <string name="quick_reader_copied_message">Kopioitu leikepöydälle</string>
</resources>
diff --git a/quickReader/res/values-fr/strings.xml b/quickReader/res/values-fr/strings.xml
index e92515e1d..0f245a22d 100644
--- a/quickReader/res/values-fr/strings.xml
+++ b/quickReader/res/values-fr/strings.xml
@@ -32,6 +32,7 @@
<!-- QuickReader: permission error dialog positive action when permission can't be asked again -->
<string name="quick_reader_permission_fatal_positive">Ouvrir les paramètres</string>
<!-- QuickReader: scanned text dialog title -->
+ <string name="quick_reader_scanned_text_title">Texte numérisé</string>
<!-- QuickReader: scanned text dialog positive button (copy to clipboard) -->
<string name="quick_reader_scanned_text_positive">Copier</string>
<!-- QuickReader: scanned text dialog negative button (share) -->
diff --git a/quickReader/res/values-hr/strings.xml b/quickReader/res/values-hr/strings.xml
index 0039d5696..17f626951 100644
--- a/quickReader/res/values-hr/strings.xml
+++ b/quickReader/res/values-hr/strings.xml
@@ -16,16 +16,29 @@
-->
<resources>
<!-- QuickReader: switcher item for qr -->
+ <string name="accessibility_switch_to_qr">QR čitač</string>
<!-- QuickReader: dismiss button for dialogs -->
+ <string name="quick_reader_action_dismiss">Odbaci</string>
<!-- QuickReader: toast shown when there's no app installed to open the qr code content -->
+ <string name="quick_reader_no_activity_found">Nema instaliranih aplikacija koje mogu otvoriti ovaj sadržaj</string>
<!-- QuickReader: permission error dialog title -->
+ <string name="quick_reader_permission_error_title">Pogreška dopuštenja</string>
<!-- QuickReader: permission error dialog message when permission can be asked again -->
+ <string name="quick_reader_permission_rationale_message">Potreban je pristup Kameri za skeniranje crtičnog koda</string>
<!-- QuickReader: permission error dialog positive action when permission can be asked again -->
+ <string name="quick_reader_permission_rationale_positive">Pitaj ponovno</string>
<!-- QuickReader: permission error dialog message when permission can't be asked again -->
+ <string name="quick_reader_permission_fatal_message">Pristup Kameri je odbijen. Omogućite ga u postavkama aplikacije</string>
<!-- QuickReader: permission error dialog positive action when permission can't be asked again -->
+ <string name="quick_reader_permission_fatal_positive">Otvori postavke</string>
<!-- QuickReader: scanned text dialog title -->
+ <string name="quick_reader_scanned_text_title">Skenirani tekst</string>
<!-- QuickReader: scanned text dialog positive button (copy to clipboard) -->
+ <string name="quick_reader_scanned_text_positive">Kopiraj</string>
<!-- QuickReader: scanned text dialog negative button (share) -->
+ <string name="quick_reader_scanned_text_negative">Podijeli</string>
<!-- QuickReader: scanned text shared activity selector title -->
+ <string name="quick_reader_share_title">Podijeli pomoću\u2026</string>
<!-- QuickReader: toast shown when the scanned text has been copied to the clipboard -->
+ <string name="quick_reader_copied_message">Kopirano u međuspremnik</string>
</resources>
diff --git a/quickReader/res/values-pl/strings.xml b/quickReader/res/values-pl/strings.xml
index ecbe05c05..782730e5c 100644
--- a/quickReader/res/values-pl/strings.xml
+++ b/quickReader/res/values-pl/strings.xml
@@ -28,6 +28,7 @@
<!-- QuickReader: permission error dialog positive action when permission can be asked again -->
<string name="quick_reader_permission_rationale_positive">Zapytaj ponownie</string>
<!-- QuickReader: permission error dialog message when permission can't be asked again -->
+ <string name="quick_reader_permission_fatal_message">Dostęp do aparatu został zablokowany. Proszę nadać uprawnienia w ustawieniach aplikacji</string>
<!-- QuickReader: permission error dialog positive action when permission can't be asked again -->
<string name="quick_reader_permission_fatal_positive">Otwórz ustawienia</string>
<!-- QuickReader: scanned text dialog title -->
@@ -37,6 +38,7 @@
<!-- QuickReader: scanned text dialog negative button (share) -->
<string name="quick_reader_scanned_text_negative">Udostępnij</string>
<!-- QuickReader: scanned text shared activity selector title -->
+ <string name="quick_reader_share_title">Udostępnij z\u2026</string>
<!-- 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-ru/strings.xml b/quickReader/res/values-ru/strings.xml
index 0039d5696..deebfa1fd 100644
--- a/quickReader/res/values-ru/strings.xml
+++ b/quickReader/res/values-ru/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-be-rBY/strings.xml b/res/values-be-rBY/strings.xml
index ffb1e143f..23fabcb3f 100644
--- a/res/values-be-rBY/strings.xml
+++ b/res/values-be-rBY/strings.xml
@@ -29,11 +29,6 @@
<!-- Details dialog "OK" button. Dismisses dialog. -->
<string name="delete">Выдалiць</string>
<!-- String Delete the selected media item(s) [CHAR LIMIT=50] -->
- <plurals name="delete_selection">
- <item quantity="one">Выдаліць абраны файл?</item>
- <item quantity="few">Выдаліць абраныя файлы?</item>
- <item quantity="other">Выдаліць абраныя файлы?</item>
- </plurals>
<string name="share">Падзяліцца</string>
<string name="share_panorama">Падзяліцца панарамай</string>
<string name="share_as_photo">Падзяліцца фотаздымкам</string>
@@ -45,25 +40,10 @@
<string name="close">Зачыніць</string>
<!-- String indicating how many media item(s) is(are) selected
eg. 1 selected [CHAR LIMIT=30] -->
- <plurals name="number_of_items_selected">
- <item quantity="one">%1$d абраны</item>
- <item quantity="few">%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="one">%1$d абраны</item>
- <item quantity="few">%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="one">%1$d абраны</item>
- <item quantity="few">%1$d абраны</item>
- <item quantity="other">%1$d абраныя</item>
- </plurals>
<!-- String indicating timestamp of photo or video -->
<string name="show_on_map">Паказаць на мапе</string>
<string name="rotate_left">Павярнуць налева</string>
@@ -174,11 +154,6 @@
<!-- Title for countdown timer on camera settings screen [CHAR LIMIT=30]-->
<string name="pref_camera_timer_title">Аўтаспуск</string>
<!-- Entry for countdown timer setting. e.g. 1 second, 10 seconds, etc. [CHAR LIMIT=30]-->
- <plurals name="pref_camera_timer_entry">
- <item quantity="one">1 секунда</item>
- <item quantity="few">%d секунды</item>
- <item quantity="other">%d секундаў</item>
- </plurals>
<!-- Text followed by a checkbox to turn on/off sound effects during the countdown. [CHAR LIMIT = 24]-->
<string name="pref_camera_timer_sound_title">Гукавы сігнал падчас зваротнага адліку</string>
<!-- Entry of camera save path -->
diff --git a/res/values-cs/qcomstrings.xml b/res/values-cs/qcomstrings.xml
index 4be98359d..bfc7d0422 100644
--- a/res/values-cs/qcomstrings.xml
+++ b/res/values-cs/qcomstrings.xml
@@ -421,6 +421,7 @@
<string name="pref_camera2_camera2_entry_enable">Použít</string>
<string name="pref_camera2_camera2_entry_disable">Nepoužít</string>
<string name="pref_camera2_mono_only_title">Pouze Mono</string>
+ <string name="pref_camera2_mono_only_entry_on">Zapnuto</string>
<string name="pref_camera2_mono_only_entry_off">Vypnuto</string>
<string name="pref_camera2_mono_preview_title">Náhled Mono</string>
<string name="pref_camera2_mono_preview_entry_on">Zapnout</string>
@@ -433,6 +434,7 @@
<string name="pref_camera2_mpo_entry_on">Zapnout</string>
<string name="pref_camera2_mpo_entry_off">Vypnuto</string>
<string name="pref_camera2_makeup_title">Makeup</string>
+ <string name="pref_camera2_makeup_entry_on">Zapnuto</string>
<string name="pref_camera2_makeup_entry_off">Vypnuto</string>
<string name="pref_camera2_noise_reduction_title">Redukce šumu</string>
<string name="pref_camera2_noise_reduction_entry_off">Vypnuto</string>
@@ -442,6 +444,7 @@
<string name="pref_camera2_videosnap_entry_enable">Použít</string>
<string name="pref_camera2_videosnap_entry_disable">Zakázat</string>
<string name="pref_camera2_trackingfocus_title">Sledování zaostření</string>
+ <string name="pref_camera2_trackingfocus_entry_on">Zapnuto</string>
<string name="pref_camera2_trackingfocus_entry_off">Vypnuto</string>
<string name="pref_camera_scenemode_entry_bestpicture">Nejlepší obraz</string>
<string name="bestpicture_done">HOTOVO</string>
@@ -449,5 +452,7 @@
<string name="pref_camera2_shutter_sound_entry_on">Zapnuto</string>
<string name="pref_camera2_shutter_sound_entry_off">Vypnuto</string>
<string name="pref_camera2_shutter_sound_title">Zvuk závěrky</string>
+ <string name="pref_camera2_initial_camera_entry_bayer">Bayer</string>
<string name="pref_camera2_initial_camera_entry_mono">Černobílý</string>
+ <string name="pref_camera2_initial_camera_entry_front">Přední</string>
</resources>
diff --git a/res/values-cs/strings.xml b/res/values-cs/strings.xml
index 09bdae3a7..c9c4fbd26 100644
--- a/res/values-cs/strings.xml
+++ b/res/values-cs/strings.xml
@@ -29,11 +29,6 @@
<!-- Details dialog "OK" button. Dismisses dialog. -->
<string name="delete">Smazat</string>
<!-- String Delete the selected media item(s) [CHAR LIMIT=50] -->
- <plurals name="delete_selection">
- <item quantity="one">Smazat vybranou položku?</item>
- <item quantity="few">Smazat vybrané položky?</item>
- <item quantity="other">Smazat vybrané položky?</item>
- </plurals>
<string name="share">Sdílet</string>
<string name="share_panorama">Sdílet panorama</string>
<string name="share_as_photo">Sdílet jako fotku</string>
@@ -45,25 +40,10 @@
<string name="close">Zavřít</string>
<!-- String indicating how many media item(s) is(are) selected
eg. 1 selected [CHAR LIMIT=30] -->
- <plurals name="number_of_items_selected">
- <item quantity="one">%1$d vybrán</item>
- <item quantity="few">%1$d vybrány</item>
- <item quantity="other">%1$d vybraných</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="one">%1$d vybráno</item>
- <item quantity="few">%1$d vybrány</item>
- <item quantity="other">%1$d vybraných</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="one">%1$d vybrána</item>
- <item quantity="few">%1$d vybrány</item>
- <item quantity="other">%1$d vybraných</item>
- </plurals>
<!-- String indicating timestamp of photo or video -->
<string name="show_on_map">Zobrazit na mapě</string>
<string name="rotate_left">Otočit doleva</string>
@@ -175,11 +155,6 @@
<!-- Title for countdown timer on camera settings screen [CHAR LIMIT=30]-->
<string name="pref_camera_timer_title">Časovač odpočítávání</string>
<!-- Entry for countdown timer setting. e.g. 1 second, 10 seconds, etc. [CHAR LIMIT=30]-->
- <plurals name="pref_camera_timer_entry">
- <item quantity="one">1 s</item>
- <item quantity="few">%d s</item>
- <item quantity="other">%d s</item>
- </plurals>
<!-- 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 při odpočtu</string>
<!-- Entry of camera save path -->
diff --git a/res/values-es/qcomstrings.xml b/res/values-es/qcomstrings.xml
index 8b3b4d959..727f6e39c 100644
--- a/res/values-es/qcomstrings.xml
+++ b/res/values-es/qcomstrings.xml
@@ -161,21 +161,21 @@
<string name="pref_camera_shuttersound_entry_enable">Activado</string>
<string name="pref_camera_shuttersound_entry_disable">Desactivado</string>
<!-- The message is shown in toast when the app encounters an unsupported selection for HFR/HSR mode -->
- <string name="error_app_unsupported_hfr_selection">La grabación de alta velocidad de fotogramas no es compatible cuando se usa la estabilización/TimeLapse/HDR.</string>
+ <string name="error_app_unsupported_hfr_selection">La grabación de alta velocidad de fotogramas es incompatible cuando se usa la estabilización/TimeLapse/HDR.</string>
<!-- The message is shown in dialog when the app encounters an unsupported resolution for HFR mode -->
- <string name="error_app_unsupported_hfr">El modo de cámara lenta no es compatible con el tamaño del vídeo seleccionado. Selecciona un tamaño de video inferior</string>
+ <string name="error_app_unsupported_hfr">El modo de cámara lenta es incompatible con el tamaño del vídeo seleccionado. Selecciona un tamaño de video inferior</string>
<!-- The message is shown in toast when the app encounters an unsupported resolution for DIS mode -->
- <string name="error_app_unsupported_dis">La estabilización no es compatible con el tamaño del vídeo seleccionado. Selecciona un tamaño de video inferior</string>
+ <string name="error_app_unsupported_dis">La estabilización es incompatible con el tamaño del vídeo seleccionado. Selecciona un tamaño de video inferior</string>
<!-- The message is shown in dialog when the app encounters an unsupported resolution for HSR mode -->
- <string name="error_app_unsupported_hsr">El modo de alta velocidad no es compatible con el tamaño del vídeo seleccionado. Selecciona un tamaño de video inferior</string>
+ <string name="error_app_unsupported_hsr">El modo de alta velocidad es incompatible con el tamaño del vídeo seleccionado. Selecciona un tamaño de video inferior</string>
<!-- The message is shown in dialog when the app encounters an unsupported video codec for HFR mode -->
<string name="error_app_unsupported_hfr_codec">El códec H264 solo está soportado cuando el modo de vídeo de alta velocidad está activado</string>
<!-- The message is shown in dialog when the app encounters an unsupported video resolution-->
- <string name="error_app_unsupported">La resolución de vídeo no es compatible con este tipo de códec</string>
+ <string name="error_app_unsupported">La resolución de vídeo es incompatible con este tipo de códec</string>
<!-- The message is shown in dialog when the app encounters an unsupported video profile-->
<string name="error_app_unsupported_profile">Perfil de vídeo no soportado</string>
<!--The message is shown in dialog when the raw snapshot is selected in zsl mode-->
- <string name="error_app_unsupported_raw">El formato de imagen RAW no es compatible con el retraso de obturador en modo cero. Selecciona JPEG</string>
+ <string name="error_app_unsupported_raw">El formato de imagen RAW es incompatible con el retraso de obturador en modo cero. Selecciona JPEG</string>
<!-- Settings screen, AE bracketing and HDR location dialog choices -->
<string name="pref_camera_ae_bracket_hdr_entry_ae_bracket">Bracketing de exposición automática</string>
<string name="pref_camera_ae_bracket_hdr_title">Bracketing de exposición automática</string>
@@ -349,7 +349,7 @@
<string name="pref_camera_longshot_title">Disparo continuo</string>
<string name="msg_cancel_longshot_for_limited_memory">Se está terminando la memoria, cancelando el disparo continuo</string>
<!-- Toast showing non-supported functionality for flash in AE bracket -->
- <string name="flash_aebracket_message">El flash no es compatible con el modo AE bracketing</string>
+ <string name="flash_aebracket_message">El flash es incompatible con el modo AE bracketing</string>
<!-- Settings screen, setting title text for Auto HDR-->
<string name="pref_camera_auto_hdr_title">HDR Automático</string>
<!-- Settings screen, Auto HDR location dialog choices -->
@@ -421,6 +421,7 @@
<string name="pref_camera2_camera2_entry_enable">Activar</string>
<string name="pref_camera2_camera2_entry_disable">Desactivar</string>
<string name="pref_camera2_mono_only_title">Sólo monocromo</string>
+ <string name="pref_camera2_mono_only_entry_on">Encendido</string>
<string name="pref_camera2_mono_only_entry_off">Apagar</string>
<string name="pref_camera2_mono_preview_title">Previsualización Mono</string>
<string name="pref_camera2_mono_preview_entry_on">Activado</string>
@@ -433,6 +434,7 @@
<string name="pref_camera2_mpo_entry_on">Activado</string>
<string name="pref_camera2_mpo_entry_off">Apagar</string>
<string name="pref_camera2_makeup_title">Maquillaje</string>
+ <string name="pref_camera2_makeup_entry_on">Encendido</string>
<string name="pref_camera2_makeup_entry_off">Apagar</string>
<string name="pref_camera2_noise_reduction_title">Reducción de ruido</string>
<string name="pref_camera2_noise_reduction_entry_off">Apagar</string>
@@ -442,6 +444,7 @@
<string name="pref_camera2_videosnap_entry_enable">Activar</string>
<string name="pref_camera2_videosnap_entry_disable">Desactivar</string>
<string name="pref_camera2_trackingfocus_title">Seguimiento del enfoque</string>
+ <string name="pref_camera2_trackingfocus_entry_on">Encendido</string>
<string name="pref_camera2_trackingfocus_entry_off">Apagar</string>
<string name="pref_camera_scenemode_entry_bestpicture">Mejor imagen</string>
<string name="bestpicture_done">HECHO</string>
@@ -449,5 +452,7 @@
<string name="pref_camera2_shutter_sound_entry_on">Activado</string>
<string name="pref_camera2_shutter_sound_entry_off">Apagar</string>
<string name="pref_camera2_shutter_sound_title">Sonido del 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-fi/qcomstrings.xml b/res/values-fi/qcomstrings.xml
index 3ccd849e1..7a9289273 100644
--- a/res/values-fi/qcomstrings.xml
+++ b/res/values-fi/qcomstrings.xml
@@ -421,6 +421,7 @@
<string name="pref_camera2_camera2_entry_enable">Ota käyttöön</string>
<string name="pref_camera2_camera2_entry_disable">Poista käytöstä</string>
<string name="pref_camera2_mono_only_title">Vain mustavalkoinen</string>
+ <string name="pref_camera2_mono_only_entry_on">Käytössä</string>
<string name="pref_camera2_mono_only_entry_off">Pois käyt.</string>
<string name="pref_camera2_mono_preview_title">Mustavalkoinen esikatselu</string>
<string name="pref_camera2_mono_preview_entry_on">Käytössä</string>
@@ -433,6 +434,7 @@
<string name="pref_camera2_mpo_entry_on">Käytössä</string>
<string name="pref_camera2_mpo_entry_off">Pois käyt.</string>
<string name="pref_camera2_makeup_title">Meikki</string>
+ <string name="pref_camera2_makeup_entry_on">Käytössä</string>
<string name="pref_camera2_makeup_entry_off">Pois käyt.</string>
<string name="pref_camera2_noise_reduction_title">Kohinanvaimennus</string>
<string name="pref_camera2_noise_reduction_entry_off">Pois käyt.</string>
@@ -442,6 +444,7 @@
<string name="pref_camera2_videosnap_entry_enable">Ota käyttöön</string>
<string name="pref_camera2_videosnap_entry_disable">Poista käytöstä</string>
<string name="pref_camera2_trackingfocus_title">Tarkennuksen seuranta</string>
+ <string name="pref_camera2_trackingfocus_entry_on">Käytössä</string>
<string name="pref_camera2_trackingfocus_entry_off">Pois käyt.</string>
<string name="pref_camera_scenemode_entry_bestpicture">Paras kuva</string>
<string name="bestpicture_done">VALMIS</string>
@@ -449,5 +452,7 @@
<string name="pref_camera2_shutter_sound_entry_on">Käytössä</string>
<string name="pref_camera2_shutter_sound_entry_off">Pois käyt.</string>
<string name="pref_camera2_shutter_sound_title">Sulkijan ääni</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">Etupuoli</string>
</resources>
diff --git a/res/values-fr/qcomstrings.xml b/res/values-fr/qcomstrings.xml
index a59a9afe1..87f913fa3 100644
--- a/res/values-fr/qcomstrings.xml
+++ b/res/values-fr/qcomstrings.xml
@@ -421,6 +421,7 @@
<string name="pref_camera2_camera2_entry_enable">Activer</string>
<string name="pref_camera2_camera2_entry_disable">Désactiver</string>
<string name="pref_camera2_mono_only_title">Mono uniquement</string>
+ <string name="pref_camera2_mono_only_entry_on">Activé</string>
<string name="pref_camera2_mono_only_entry_off">Désactivé</string>
<string name="pref_camera2_mono_preview_title">Aperçu mono</string>
<string name="pref_camera2_mono_preview_entry_on">Activé</string>
@@ -433,6 +434,7 @@
<string name="pref_camera2_mpo_entry_on">Activé</string>
<string name="pref_camera2_mpo_entry_off">Désactivé</string>
<string name="pref_camera2_makeup_title">Maquillage</string>
+ <string name="pref_camera2_makeup_entry_on">Activé</string>
<string name="pref_camera2_makeup_entry_off">Désactivé</string>
<string name="pref_camera2_noise_reduction_title">Réduction du bruit</string>
<string name="pref_camera2_noise_reduction_entry_off">Désactivé</string>
@@ -442,6 +444,7 @@
<string name="pref_camera2_videosnap_entry_enable">Activer</string>
<string name="pref_camera2_videosnap_entry_disable">Désactiver</string>
<string name="pref_camera2_trackingfocus_title">Mise au point automatique par suivi du sujet</string>
+ <string name="pref_camera2_trackingfocus_entry_on">Activé</string>
<string name="pref_camera2_trackingfocus_entry_off">Désactivé</string>
<string name="pref_camera_scenemode_entry_bestpicture">Image optimale</string>
<string name="bestpicture_done">TERMINÉ</string>
@@ -449,5 +452,7 @@
<string name="pref_camera2_shutter_sound_entry_on">Activé</string>
<string name="pref_camera2_shutter_sound_entry_off">Désactivé</string>
<string name="pref_camera2_shutter_sound_title">Son de l\'obturateur</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">Avant</string>
</resources>
diff --git a/res/values-gl-rES/qcomstrings.xml b/res/values-gl-rES/qcomstrings.xml
index 2c15c714a..4a5bec111 100644
--- a/res/values-gl-rES/qcomstrings.xml
+++ b/res/values-gl-rES/qcomstrings.xml
@@ -421,6 +421,7 @@
<string name="pref_camera2_camera2_entry_enable">Activado</string>
<string name="pref_camera2_camera2_entry_disable">Desactivado</string>
<string name="pref_camera2_mono_only_title">Solo mono</string>
+ <string name="pref_camera2_mono_only_entry_on">Activado</string>
<string name="pref_camera2_mono_only_entry_off">Apagado</string>
<string name="pref_camera2_mono_preview_title">Mono Preview</string>
<string name="pref_camera2_mono_preview_entry_on">Encendido</string>
@@ -433,6 +434,7 @@
<string name="pref_camera2_mpo_entry_on">Encendido</string>
<string name="pref_camera2_mpo_entry_off">Apagado</string>
<string name="pref_camera2_makeup_title">Maquillage</string>
+ <string name="pref_camera2_makeup_entry_on">Activado</string>
<string name="pref_camera2_makeup_entry_off">Apagado</string>
<string name="pref_camera2_noise_reduction_title">Redución do ruído</string>
<string name="pref_camera2_noise_reduction_entry_off">Apagado</string>
@@ -442,6 +444,7 @@
<string name="pref_camera2_videosnap_entry_enable">Activado</string>
<string name="pref_camera2_videosnap_entry_disable">Desactivado</string>
<string name="pref_camera2_trackingfocus_title">Enfoque do seguimiento</string>
+ <string name="pref_camera2_trackingfocus_entry_on">Activado</string>
<string name="pref_camera2_trackingfocus_entry_off">Apagado</string>
<string name="pref_camera_scenemode_entry_bestpicture">Mellor foto</string>
<string name="bestpicture_done">FEITO</string>
@@ -449,5 +452,7 @@
<string name="pref_camera2_shutter_sound_entry_on">Acender</string>
<string name="pref_camera2_shutter_sound_entry_off">Apagado</string>
<string name="pref_camera2_shutter_sound_title">So do 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-hr/cm_strings.xml b/res/values-hr/cm_strings.xml
index 2e1b2bf1e..eff1b41b4 100644
--- a/res/values-hr/cm_strings.xml
+++ b/res/values-hr/cm_strings.xml
@@ -47,6 +47,7 @@
<string name="pref_camera_scenemode_entry_fireworks">Vatromet</string>
<string name="pref_camera_scenemode_entry_flowers">Cvijeće</string>
<string name="pref_camera_scenemode_entry_handheldtwilight">Sumrak (držano rukama)</string>
+ <string name="pref_camera_scenemode_entry_highsensitivity">Visoka osjetljivost</string>
<string name="pref_camera_scenemode_entry_indoor">Unutarnje</string>
<string name="pref_camera_scenemode_entry_landscape">Krajolik</string>
<string name="pref_camera_scenemode_entry_mix_illuminant">Mješovita rasvjeta</string>
diff --git a/res/values-hr/qcomstrings.xml b/res/values-hr/qcomstrings.xml
index 20c7f6d6d..ce151a886 100644
--- a/res/values-hr/qcomstrings.xml
+++ b/res/values-hr/qcomstrings.xml
@@ -26,7 +26,10 @@
<!-- Video quality setting entry. Videos will be recorded in QVGA quality. [CHAR LIMIT=24] -->
<!-- Video quality setting entry. Videos will be recorded in QCIF quality. [CHAR LIMIT=24] -->
<!-- Settings screen, Power Mode title -->
+ <string name="pref_camera_powermode_title">Način potrošnje</string>
<!-- Settings screen, Power mode dialog radio button choices -->
+ <string name="pref_camera_powermode_entry_lp">Niska potrošnja</string>
+ <string name="pref_camera_powermode_entry_np">Normalna potrošnja</string>
<!-- Settings screen, Power mode dialog radio button choices -->
<!-- Default Power mode.. -->
<!-- Default auto exposure setting. Do not translate. -->
@@ -52,6 +55,8 @@
<!-- Settings screen, Select Skin Tone Enhancement title -->
<string name="pref_camera_skinToneEnhancement_title">Poboljšanje boje kože</string>
<!-- Settings screen, Skin Tone Enhancement radio button choices -->
+ <string name="pref_camera_skinToneEnhancement_entry_enable">Omogući</string>
+ <string name="pref_camera_skinToneEnhancement_entry_disable">Onemogući</string>
<!-- Skin Tone Enhancement entry values. Do not translate. -->
<!-- Settings screen, setting title text for ZSL-->
<string name="pref_camera_zsl_title">Nula laga okidača</string>
@@ -87,21 +92,35 @@
<string name="pref_camera_manual_focus_entry_diopter_mode">Način dioptrije</string>
<string name="pref_camera_manual_focus_entry_off">Isključen</string>
<!-- Instant Capture entry -->
+ <string name="pref_camera_instant_capture_title" translatable="true">Instantno snimanje</string>
+ <string name="pref_camera_instant_capture_entry_aggressive_aec" translatable="true">Agresivan AEC</string>
+ <string name="pref_camera_instant_capture_entry_fast_aec" translatable="true">Brio AEC</string>
+ <string name="pref_camera_instant_capture_entry_disable" translatable="true">Onemogući</string>
<!-- Instant Capture entry values -->
<!-- Settings screen, ZSL location dialog choices -->
<string name="pref_camera_zsl_entry_off">Isključen</string>
+ <string name="pref_camera_zsl_entry_on">Uklj.</string>
<!-- The message is shown in toast when HDR or scene mode is enabled -->
+ <string name="hdr_enable_message">HDR je omogućen, podržan je samo način automatske scene</string>
+ <string name="scene_enable_message">HDR nije podržan ni u jednom načinu scena osim u automatskom</string>
<!-- Settings screen, Video HDR location dialog choices -->
<string name="pref_camera_video_hdr_entry_off">Isključen</string>
+ <string name="pref_camera_video_hdr_entry_on">Uklj.</string>
<!-- Settings screen, CDS location dialog choices -->
<string name="pref_camera_cds_entry_off">Isključen</string>
+ <string name="pref_camera_cds_entry_on">Uklj.</string>
<string name="pref_camera_cds_entry_auto">Automatski</string>
<!-- Settings screen, video CDS location dialog choices -->
<string name="pref_camera_video_cds_entry_off">Isključen</string>
+ <string name="pref_camera_video_cds_entry_on">Uklj.</string>
<string name="pref_camera_video_cds_entry_auto">Automatski</string>
<!-- Settings screen, TNR location dialog choices -->
+ <string name="pref_camera_tnr_entry_disable">Onemogući</string>
+ <string name="pref_camera_tnr_entry_enable">Omogući</string>
<!-- Settings screen, TNR location dialog choices -->
<!-- Settings screen, video TNR location dialog choices -->
+ <string name="pref_camera_video_tnr_entry_disable">Onemogući</string>
+ <string name="pref_camera_video_tnr_entry_enable">Omogući</string>
<!-- Settings screen, video TNR location dialog choices -->
<!-- Settings screen, setting title text for Video HDR-->
<string name="pref_camera_video_hdr_title">Video HDR</string>
@@ -122,15 +141,25 @@
<string name="pref_camera_facedetection_title">Prepoznavanje lica</string>
<!-- Settings menu, Face Detection choices -->
<string name="pref_camera_facedetection_entry_off">Isključen</string>
+ <string name="pref_camera_facedetection_entry_on">Uklj.</string>
<!-- Default Selfie Flash setting. -->
<!-- Settings screen, Selfie Flash Detection -->
<string name="pref_selfie_flash_title">Selfie flash</string>
<!-- Settings menu, Selfie Flash choices -->
<string name="pref_selfie_flash_entry_off">Isključen</string>
+ <string name="pref_selfie_flash_entry_on">Uklj.</string>
<!-- Default redeye reduction setting. -->
<!-- Settings screen, Select Redeye Reduction -->
<string name="pref_camera_redeyereduction_title">Smanjenje efekta crvenih očiju</string>
<!-- Settings menu, redeye reduction choices -->
+ <string name="pref_camera_redeyereduction_entry_enable">Omogući</string>
+ <string name="pref_camera_redeyereduction_entry_disable">Onemogući</string>
+ <string name="pref_camera_selfiemirror_title" translatable="true">Selfie ogledalo</string>
+ <string name="pref_camera_selfiemirror_entry_enable">Omogući</string>
+ <string name="pref_camera_selfiemirror_entry_disable">Onemogući</string>
+ <string name="pref_camera_shuttersound_title" translatable="true">Zvuk okidača</string>
+ <string name="pref_camera_shuttersound_entry_enable">Omogućeno</string>
+ <string name="pref_camera_shuttersound_entry_disable">Onemogućeno</string>
<!-- The message is shown in toast when the app encounters an unsupported selection for HFR/HSR mode -->
<string name="error_app_unsupported_hfr_selection">Usporeni snimak nije podržan za DIS i Timelapse.</string>
<!-- The message is shown in dialog when the app encounters an unsupported resolution for HFR mode -->
@@ -144,14 +173,20 @@
<!-- The message is shown in dialog when the app encounters an unsupported video resolution-->
<string name="error_app_unsupported">Rezolucija nije podržana za ovaj tip kodeka</string>
<!-- The message is shown in dialog when the app encounters an unsupported video profile-->
+ <string name="error_app_unsupported_profile">Nepodržani profil videa</string>
<!--The message is shown in dialog when the raw snapshot is selected in zsl mode-->
<string name="error_app_unsupported_raw">Raw format slike nije podržan u režimu Nula laga okidača. Odaberite JPEG</string>
<!-- Settings screen, AE bracketing and HDR location dialog choices -->
<string name="pref_camera_ae_bracket_hdr_entry_ae_bracket">Držanje automatske ekspozicije</string>
<string name="pref_camera_ae_bracket_hdr_title">Držanje automatske ekspozicije</string>
+ <string name="pref_camera_ae_bracket_hdr_entry_on">Uklj.</string>
+ <string name="err_app_unsupport_ae_bracket_code">AE bracketing još nije podržan</string>
<!-- The messsage shown if user selects a snapshot resolution lower than the current video size. -->
+ <string name="snapshot_lower_than_video">Rezolucija brzinskog snimka je niža od rezolucije videa. Izaberite rezoluciju veću ili jednaku trenutnoj veličini videa.</string>
<!-- The messsage shown if user selects a snapshot resolution in low power mode. -->
+ <string name="snapshotsize_low_powermode">Promjena veličine slike nije podržana u načinu niske potrošnje. Snimit će se brzinski snimak. Odaberite način normalne potrošnje kako biste mogli mijenjati veličinu slike.</string>
<!-- The messsage shown if user tries to take snapshot during D1/QCIF resolution. -->
+ <string name="snapshot_qcif_and_d1">U ovoj su rezoluciji brzinski snimci podržani samo u rezoluciji videa.</string>
<!-- Default hfr setting. Do not translate. -->
<!-- Settings screen, Select hfr title -->
<string name="pref_camera_hfr_title">Usporeni snimak</string>
@@ -164,22 +199,27 @@
<string name="pref_camera_hfr_entry_hsr_60">Visoka brzina 60 FPS</string>
<string name="pref_camera_hfr_entry_hsr_90">Visoka brzina 90 FPS</string>
<string name="pref_camera_hfr_entry_hsr_120">Visoka brzina 120 FPS</string>
+ <string name="pref_camera_hfr_entry_hsr_240">Visoka brzina 120 FPS</string>
<!-- HFR entry values. Do not translate. -->
<!-- Default noise reduction setting. Do not translate. -->
<!-- Settings screen, Select See More title -->
+ <string name="pref_camera_noise_reduction_title">Smanjenje šuma</string>
<!-- Settings screen, see more radio button choices -->
<string name="pref_camera_noise_reduction_entry_off">Isključen</string>
<string name="pref_camera_noise_reduction_entry_fast">Brzo</string>
+ <string name="pref_camera_noise_reduction_entry_high_quality">Visoka kvaliteta</string>
<!-- see more entry values. Do not translate. -->
<!-- Default see more setting. Do not translate. -->
<!-- Settings screen, Select See More title -->
<!-- Settings screen, see more radio button choices -->
<string name="pref_camera_see_more_entry_off">Isključen</string>
+ <string name="pref_camera_see_more_entry_on">Uklj.</string>
<!-- see more entry values. Do not translate. -->
<!-- Denoise Settings screen, setting title text -->
<string name="pref_camera_denoise_title">Uklanjanje šuma</string>
<!-- Denoise Settings screen, Record location dialog choices -->
<string name="pref_camera_denoise_entry_off">Isključen</string>
+ <string name="pref_camera_denoise_entry_on">Uklj.</string>
<!-- Default iso setting. Do not translate. -->
<!-- Settings screen, Select Iso title -->
<string name="pref_camera_iso_title">ISO</string>
@@ -201,6 +241,7 @@
<string name="pref_camera_antibanding_entry_2">60 Hz (SAD)</string>
<string name="pref_camera_antibanding_entry_3">Automatski</string>
<!-- Default color effect setting. -->
+ <string name="pref_camera_filter_mode_entry_on">Uklj.</string>
<string name="pref_camera_filter_mode_entry_off">Isključen</string>
<!-- Settings screen, Select Color effect title -->
<string name="pref_camera_coloreffect_title">Efekt boje</string>
@@ -224,14 +265,17 @@
<string name="pref_camera_coloreffect_entry_greentint">Zeleno obojano</string>
<!-- Settings screen, Touch AF/AEC dialog radio button choices -->
<string name="pref_camera_touchafaec_entry_off">Isključen</string>
+ <string name="pref_camera_touchafaec_entry_on">Uklj.</string>
<!-- Select IS title -->
<string name="pref_camera_dis_title">Stabilizacija</string>
<!-- DIS choices -->
<string name="pref_camera_dis_entry_off">Isključen</string>
+ <string name="pref_camera_dis_entry_on">Uklj.</string>
<!-- Select Face Recognition title -->
<string name="pref_camera_facerc_title">Prepoznavanje lica</string>
<!-- Face Recognition choices -->
<string name="pref_camera_facerc_entry_off">Isključen</string>
+ <string name="pref_camera_facerc_entry_on">Uklj.</string>
<!-- Settings screen, Multiple levels entries -->
<string name="pref_camera_sharpness_entry_level0">Razina 0</string>
<string name="pref_camera_sharpness_entry_level1">Razina 1</string>
@@ -282,10 +326,15 @@
<!-- Settings screen, Picture quality title -->
<string name="pref_camera_jpegquality_title">Kvaliteta slike</string>
<!-- Settings screen, Picture quality dialog radio button choices -->
+ <string name="pref_camera_jpegquality_entry_0">Niska</string>
+ <string name="pref_camera_jpegquality_entry_1">Standardna</string>
+ <string name="pref_camera_jpegquality_entry_2">Visoka</string>
<!-- Default auto histogram setting. Do not translate. -->
<!-- Settings screen, Select Histogram title -->
<string name="pref_camera_histogram_title">Histogram</string>
<!-- Settings screen, Histogram radio button choices -->
+ <string name="pref_camera_histogram_entry_enable">Omogući</string>
+ <string name="pref_camera_histogram_entry_disable">Onemogući</string>
<!-- Histogram entry values. Do not translate. -->
<!-- Default auto scene detection setting. -->
<!-- Settings screen, Select Auto Scene Detection -->
@@ -293,7 +342,9 @@
<!-- Settings menu, auto scene detection choices -->
<string name="pref_camera_scenedetect_entry_off">Isključen</string>
<!-- Scene detection set to on - supports backlight and snow cloudy detection. -->
+ <string name="pref_camera_scenedetect_entry_on">Uklj.</string>
<!-- Toast showing error if invalid size selected for time lapse [CHAR LIMIT=65] -->
+ <string name="time_lapse_error">Neodgovarajuća postavka rezolucije videa za time-lapse snimanje.</string>
<!-- longshot value -->
<string name="pref_camera_longshot_title">Kontinuirano snimanje</string>
<string name="msg_cancel_longshot_for_limited_memory">Ponestaje memorije, isključivanje neprekidnog slikanja</string>
@@ -302,6 +353,8 @@
<!-- Settings screen, setting title text for Auto HDR-->
<string name="pref_camera_auto_hdr_title">Auto HDR</string>
<!-- Settings screen, Auto HDR location dialog choices -->
+ <string name="pref_camera_auto_hdr_entry_enable">Omogući</string>
+ <string name="pref_camera_auto_hdr_entry_disable">Onemogući</string>
<!-- toast message for storage location switch -->
<string name="on_switch_save_path_to_sdcard">Prostor interne pohrane nije dovoljan, prebačena lokacija pohrane na SD karticu</string>
<!-- Settings screen, Selectable HDR mode title -->
@@ -314,6 +367,7 @@
<!--Settings screen, video rotation title-->
<string name="pref_camera_video_rotation_title">Rotacija videa</string>
<!--Menu, video rotation label-->
+ <string name="pref_camera_video_rotation_label">ROTACIJA VIDEA</string>
<!-- Settings screen, Video rotation dialog radio button choices -->
<string name="pref_camera_video_rotation_entry_0">0 stupnjeva</string>
<string name="pref_camera_video_rotation_entry_90">90 stupnjeva</string>
@@ -327,28 +381,78 @@
<string name="advance_feature_enable_msg">Neprekidno slikanje nije podržano pri uključenim naprednim mogućnostima</string>
<!-- The alas of CameraActivity for gesture operation -->
<string name="camera_gesture_title">Pokreni kameru</string>
+ <string name="pref_camera_tsmakeup_title">Uljepšavanje</string>
+ <string name="pref_camera_tsmakeup_entry_on">Uklj.</string>
<string name="pref_camera_tsmakeup_entry_off">Isključen</string>
+ <string name="pref_camera_tsmakeup_entry_low">Nisko</string>
+ <string name="pref_camera_tsmakeup_entry_mid">Srednje</string>
+ <string name="pref_camera_tsmakeup_entry_high">Visoko</string>
+ <string name="pref_camera_tsmakeup_custom">Prilagođeno</string>
+ <string name="pref_camera_tsmakeup_level_whiten">Izbjeljivanje</string>
+ <string name="pref_camera_tsmakeup_level_clean">Omekšavanje</string>
+ <string name="text_tsmakeup_alert_title">Upozorenje</string>
+ <string name="text_tsmakeup_alert_msg">Da biste se mogli koristiti značajkom uljepšavanja morate omogućiti otkrivanje lica. Želite li nastaviti?</string>
+ <string name="text_tsmakeup_alert_continue">Nastavi</string>
+ <string name="text_tsmakeup_alert_quit">Odustani</string>
+ <string name="text_tsmakeup_beautify_toast">Uljepšaj</string>
<string name="all_in_focus">Sve u fokusu</string>
<string name="refocus_toast">Za ponovo fokusiranje zadnje slike, dodirnite ovdje</string>
+ <string name="refocus_prompt_message">Sa UbiFocus-om, fotoaparat će snimiti 5 fotografija, svaki put kad pritisnete okidač. 5 fotografija će biti spojene u 1 fotografiju, sa svime u fokusu. Možete odabrati ponovno fokusiranje, nakon što snimite fotografiju.</string>
+ <string name="camera_thermal_shutdown">Telefon pregrijan, zatvaranje fotoaparata.</string>
+ <string name="camera_server_died">Medijski poslužitelj zatvoren, zatvaranje fotoaparata.</string>
+ <string name="camera_unknown_error">Nepoznata pogreška, zatvaranje fotoaparata.</string>
+ <string name="mute_button_desc">Tipka za isključivanje zvuka</string>
<!-- Help menu strings -->
+ <string name="help_menu_ok">U redu</string>
+ <string name="help_menu_scene_mode_1">Odaberi</string>
+ <string name="help_menu_scene_mode_2">Način scene</string>
+ <string name="help_menu_scene_mode_3">za bolje slike</string>
+ <string name="help_menu_color_filter_1">Primijeni boju</string>
+ <string name="help_menu_color_filter_2">filteri</string>
+ <string name="help_menu_color_filter_3">do</string>
+ <string name="help_menu_color_filter_4">poboljšanje slika</string>
+ <string name="help_menu_beautify_1">Poboljšanje portreta</string>
+ <string name="help_menu_beautify_2">sa</string>
+ <string name="help_menu_beautify_3">Značajka Uljepšati</string>
+ <string name="help_menu_switcher_1">Promjeni</string>
+ <string name="help_menu_switcher_2">između</string>
+ <string name="help_menu_switcher_3">kamera, video i panorama</string>
+ <string name="pref_camera2_camera2_title">Camera2 način</string>
<string name="pref_camera2_camera2_entry_enable">Uključi</string>
<string name="pref_camera2_camera2_entry_disable">Isključi</string>
+ <string name="pref_camera2_mono_only_title">Mono samo</string>
+ <string name="pref_camera2_mono_only_entry_on">Uklj.</string>
<string name="pref_camera2_mono_only_entry_off">Isključen</string>
+ <string name="pref_camera2_mono_preview_title">Mono pregled</string>
<string name="pref_camera2_mono_preview_entry_on">Uključen</string>
<string name="pref_camera2_mono_preview_entry_off">Isključen</string>
<string name="pref_camera2_clearsight_entry_on">Uključen</string>
<string name="pref_camera2_clearsight_entry_off">Isključen</string>
<string name="clearsight_capture_success">ClearSight snimanje upješno</string>
<string name="clearsight_capture_fail">ClearSight snimanje nije uspjelo</string>
+ <string name="pref_camera2_mpo_title">MPO format</string>
<string name="pref_camera2_mpo_entry_on">Uključen</string>
<string name="pref_camera2_mpo_entry_off">Isključen</string>
<string name="pref_camera2_makeup_title">Šminka</string>
+ <string name="pref_camera2_makeup_entry_on">Uklj.</string>
<string name="pref_camera2_makeup_entry_off">Isključen</string>
+ <string name="pref_camera2_noise_reduction_title">Smanjenje šuma</string>
<string name="pref_camera2_noise_reduction_entry_off">Isključen</string>
<string name="pref_camera2_noise_reduction_entry_fast">Brzo</string>
+ <string name="pref_camera2_noise_reduction_entry_high_quality">Visoka kvaliteta</string>
+ <string name="pref_camera2_videosnap_title">Auto snapshot veličina</string>
<string name="pref_camera2_videosnap_entry_enable">Uključi</string>
<string name="pref_camera2_videosnap_entry_disable">Isključi</string>
+ <string name="pref_camera2_trackingfocus_title">Praćenje fokusa</string>
+ <string name="pref_camera2_trackingfocus_entry_on">Uklj.</string>
<string name="pref_camera2_trackingfocus_entry_off">Isključen</string>
+ <string name="pref_camera_scenemode_entry_bestpicture">Najbolja slika</string>
+ <string name="bestpicture_done">GOTOVO</string>
+ <string name="bestpicture_at_least_one_picture">Najmanje jedna slika mora biti odabrana.</string>
+ <string name="pref_camera2_shutter_sound_entry_on">Uključeno</string>
<string name="pref_camera2_shutter_sound_entry_off">Isključen</string>
+ <string name="pref_camera2_shutter_sound_title">Zvuk okidača</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">Prednja</string>
</resources>
diff --git a/res/values-hr/strings.xml b/res/values-hr/strings.xml
index eaecacf04..1cfc59f4b 100644
--- a/res/values-hr/strings.xml
+++ b/res/values-hr/strings.xml
@@ -169,6 +169,7 @@
<!-- In select camera setting, front-facing camera. [CHAR LIMIT=14] -->
<string name="pref_camera_id_entry_front">Prednji</string>
<!-- Settings screen, setting title text -->
+ <string name="pref_camera_recordlocation_title">GPS lokacija</string>
<!-- Label for record location preference [CHAR LIMIT=50] -->
<string name="pref_camera_location_label">LOKACIJA</string>
<!-- Title for countdown timer on camera settings screen [CHAR LIMIT=30]-->
@@ -182,6 +183,9 @@
<!-- 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 odbrojavanja</string>
<!-- Entry of camera save path -->
+ <string name="pref_camera_savepath_title">Pohrana</string>
+ <string name="pref_camera_savepath_entry_0">Telefon</string>
+ <string name="pref_camera_savepath_entry_1">SD kartica</string>
<!-- Entry of a on/off setting. The setting is turned off. [CHAR LIMIT=15] -->
<string name="setting_off">Isključeno</string>
<!-- Entry of a on/off setting. The setting is turned on. [CHAR LIMIT=15] -->
@@ -302,14 +306,23 @@
<!-- Toast after trying to select a setting that is not allowed to change in scene mode [CHAR LIMIT=NONE] -->
<string name="not_selectable_in_scene_mode">Ne može se odabrati u načinu scene.</string>
<!-- Toast after enable HDR function to inform Continuous Shot has disabled -->
+ <string name="HDR_disable_continuous_shot">HDR će onemogućiti neprekidno fotografiranje.</string>
<!-- Toast after enable Advanced Capture function to inform Continuous Shot has disabled -->
+ <string name="advanced_capture_disable_continuous_shot">Napredno slikanje onemogućit će neprekidno fotografiranje.</string>
<!-- Toast after enable 2k4k video quality to inform IS has disabled -->
+ <string name="video_quality_4k_disable_IS">4K kvaliteta videa onemogućit će stabilizaciju slike.</string>
<!-- Toast after 2k4k video is enabled to inform SeeMore has been disabled -->
+ <string name="video_quality_4k_disable_SeeMore">SeeMore ne može se omogućiti tijekom 4K videa.</string>
<!-- Toast after High Quality Noise Reduction has been enabled to show CDS is disabled -->
+ <string name="disable_CDS_during_HighQualityNoiseReduction">Visokokvalitetno smanjenje šuma onemogućit će CDS.</string>
<!-- Toast after High Quality Noise Reduction has been enabled to show TNR is disabled -->
+ <string name="disable_TNR_during_HighQualityNoiseReduction">Visokokvalitetno smanjenje šuma onemogućit će TNR.</string>
<!-- Toast after SeeMore has been enabled to show CDS is disabled -->
+ <string name="disable_CDS_during_SeeMore">SeeMore će onemogućiti CDS.</string>
<!-- Toast after SeeMore has been enabled to show TNR is disabled -->
+ <string name="disable_TNR_during_SeeMore">SeeMore će onemogućiti TNR.</string>
<!-- Toast after SeeMore has been enabled to show NR is disabled -->
+ <string name="disable_NR_during_SeeMore">SeeMore će onemogućiti smanjenje šuma.</string>
<!-- Exposure settings in preference -->
<string name="pref_exposure_title">Ekspozicija</string>
<!-- menu label exposure compensation [CHAR LIMIT=50] -->
@@ -541,4 +554,6 @@ CHAR LIMIT = NONE] -->
<!-- String shown when setting the homepage wallpaper in the background [CHAR LIMIT=NONE] -->
<string name="setting_wallpaper">Postavljanje pozadinske slike</string>
<!-- Menu, Video rotation labels [CHAR LIMIT=50] -->
+ <string name="remaining_photos_format">%d preostalo</string>
+ <string name="makeup_video_size_limit">Makeup radi samo pod VGA veličinom u snimanju videa.</string>
</resources>
diff --git a/res/values-iw/qcomstrings.xml b/res/values-iw/qcomstrings.xml
index 77497f227..9f13ff250 100644
--- a/res/values-iw/qcomstrings.xml
+++ b/res/values-iw/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">איפור (Makeup)</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-pl/qcomstrings.xml b/res/values-pl/qcomstrings.xml
index ab026b954..a01afdc11 100644
--- a/res/values-pl/qcomstrings.xml
+++ b/res/values-pl/qcomstrings.xml
@@ -421,6 +421,7 @@
<string name="pref_camera2_camera2_entry_enable">Włącz</string>
<string name="pref_camera2_camera2_entry_disable">Wyłącz</string>
<string name="pref_camera2_mono_only_title">Tylko monochromatyczny</string>
+ <string name="pref_camera2_mono_only_entry_on">Włączone</string>
<string name="pref_camera2_mono_only_entry_off">Wyłączone</string>
<string name="pref_camera2_mono_preview_title">Podgląd monochromatyczny</string>
<string name="pref_camera2_mono_preview_entry_on">Włączone</string>
@@ -433,6 +434,7 @@
<string name="pref_camera2_mpo_entry_on">Włączone</string>
<string name="pref_camera2_mpo_entry_off">Wyłączone</string>
<string name="pref_camera2_makeup_title">Makijaż</string>
+ <string name="pref_camera2_makeup_entry_on">Włączone</string>
<string name="pref_camera2_makeup_entry_off">Wyłączone</string>
<string name="pref_camera2_noise_reduction_title">Redukcja szumów</string>
<string name="pref_camera2_noise_reduction_entry_off">Wyłączone</string>
@@ -442,6 +444,7 @@
<string name="pref_camera2_videosnap_entry_enable">Wł.</string>
<string name="pref_camera2_videosnap_entry_disable">Wył.</string>
<string name="pref_camera2_trackingfocus_title">Śledzenie ostrości</string>
+ <string name="pref_camera2_trackingfocus_entry_on">Włączone</string>
<string name="pref_camera2_trackingfocus_entry_off">Wyłączone</string>
<string name="pref_camera_scenemode_entry_bestpicture">Najlepsze zdjęcie</string>
<string name="bestpicture_done">GOTOWE</string>
@@ -449,5 +452,7 @@
<string name="pref_camera2_shutter_sound_entry_on">Włączone</string>
<string name="pref_camera2_shutter_sound_entry_off">Wyłączone</string>
<string name="pref_camera2_shutter_sound_title">Dźwięk migawki</string>
+ <string name="pref_camera2_initial_camera_entry_bayer">Filtr Bayera</string>
<string name="pref_camera2_initial_camera_entry_mono">Monochromatyczny</string>
+ <string name="pref_camera2_initial_camera_entry_front">Przód</string>
</resources>
diff --git a/res/values-pl/strings.xml b/res/values-pl/strings.xml
index ac109034c..babdb13b9 100644
--- a/res/values-pl/strings.xml
+++ b/res/values-pl/strings.xml
@@ -29,11 +29,6 @@
<!-- Details dialog "OK" button. Dismisses dialog. -->
<string name="delete">Usuń</string>
<!-- String Delete the selected media item(s) [CHAR LIMIT=50] -->
- <plurals name="delete_selection">
- <item quantity="one">Usunąć wybrany element?</item>
- <item quantity="few">Usunąć wybrane elementy?</item>
- <item quantity="other">Usunąć wybranych elementów?</item>
- </plurals>
<string name="share">Udostępnij</string>
<string name="share_panorama">Udostępnij panoramę</string>
<string name="share_as_photo">Udostępnij jako zdjęcie</string>
@@ -45,25 +40,10 @@
<string name="close">Zamknij</string>
<!-- String indicating how many media item(s) is(are) selected
eg. 1 selected [CHAR LIMIT=30] -->
- <plurals name="number_of_items_selected">
- <item quantity="one">%1$d wybrany</item>
- <item quantity="few">%1$d wybrane</item>
- <item quantity="other">%1$d wybranych</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="one">%1$d wybrany</item>
- <item quantity="few">%1$d wybrane</item>
- <item quantity="other">%1$d wybranych</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="one">%1$d wybrana</item>
- <item quantity="few">%1$d wybrane</item>
- <item quantity="other">%1$d wybranych</item>
- </plurals>
<!-- String indicating timestamp of photo or video -->
<string name="show_on_map">Pokaż na mapie</string>
<string name="rotate_left">Obróć w lewo</string>
@@ -175,11 +155,6 @@
<!-- Title for countdown timer on camera settings screen [CHAR LIMIT=30]-->
<string name="pref_camera_timer_title">Samowyzwalacz</string>
<!-- Entry for countdown timer setting. e.g. 1 second, 10 seconds, etc. [CHAR LIMIT=30]-->
- <plurals name="pref_camera_timer_entry">
- <item quantity="one">1 sekunda</item>
- <item quantity="few">%d sekundy</item>
- <item quantity="other">%d sekund</item>
- </plurals>
<!-- Text followed by a checkbox to turn on/off sound effects during the countdown. [CHAR LIMIT = 24]-->
<string name="pref_camera_timer_sound_title">Sygnał odliczania</string>
<!-- Entry of camera save path -->
diff --git a/res/values-pt-rPT/strings.xml b/res/values-pt-rPT/strings.xml
index f47826ad2..10e0bc347 100644
--- a/res/values-pt-rPT/strings.xml
+++ b/res/values-pt-rPT/strings.xml
@@ -27,17 +27,17 @@
that is to be "set as" (e.g. set as contact photo or set as wallpaper) -->
<string name="set_image">Definir imagem como:</string>
<!-- Details dialog "OK" button. Dismisses dialog. -->
- <string name="delete">Eliminar</string>
+ <string name="delete">Apagar</string>
<!-- String Delete the selected media item(s) [CHAR LIMIT=50] -->
<plurals name="delete_selection">
- <item quantity="one">Eliminar o item selecionado?</item>
- <item quantity="other">Eliminar os itens selecionados?</item>
+ <item quantity="one">Apagar o item selecionado?</item>
+ <item quantity="other">Apagar os itens selecionados?</item>
</plurals>
<string name="share">Partilhar</string>
<string name="share_panorama">Partilhar panorama</string>
<string name="share_as_photo">Partilhar como fotografia</string>
<!-- The label shown after an image is deleted [CHAR LIMIT=16] -->
- <string name="deleted">Eliminada</string>
+ <string name="deleted">Apagada</string>
<!-- The label on the button which when clicked will undo a deletion of image [CHAR LIMIT=16]-->
<string name="undo">ANULAR</string>
<string name="details">Detalhes</string>
@@ -333,7 +333,7 @@
<!-- Dialog "OK" button. Dismisses dialog. -->
<string name="dialog_ok">OK</string>
<!-- Low-memory dialog message [CHAR LIMIT=NONE] -->
- <string name="spaceIsLow_content" product="default">Está a ficar sem espaço no cartão SD. Altere as definições de qualidade ou elimine algumas imagens ou outros ficheiros.</string>
+ <string name="spaceIsLow_content" product="default">Está a ficar sem espaço no cartão SD. Altere as definições de qualidade ou apague algumas imagens ou outros ficheiros.</string>
<!-- Camera format string for new image files. Passed to java.text.SimpleDateFormat. -->
<!-- Video Camera format string for new video files. Passed to java.text.SimpleDateFormat. -->
<!-- Filename prefix for panorama output. -->
diff --git a/res/values-ru/strings.xml b/res/values-ru/strings.xml
index d5daf0a38..ebd67d84b 100644
--- a/res/values-ru/strings.xml
+++ b/res/values-ru/strings.xml
@@ -32,6 +32,7 @@
<plurals name="delete_selection">
<item quantity="one">Удалить выбранный файл?</item>
<item quantity="few">Удалить выбранные файлы?</item>
+ <item quantity="many">Удалить выбранные файлы?</item>
<item quantity="other">Удалить выбранные файлы?</item>
</plurals>
<string name="share">Отправить</string>
@@ -48,6 +49,7 @@
<plurals name="number_of_items_selected">
<item quantity="one">Выбрано: %1$d</item>
<item quantity="few">Выбрано: %1$d</item>
+ <item quantity="many">Выбрано: %1$d</item>
<item quantity="other">Выбрано: %1$d</item>
</plurals>
<!-- String indicating how many media album(s) is(are) selected
@@ -55,6 +57,7 @@
<plurals name="number_of_albums_selected">
<item quantity="one">Выбрано: %1$d</item>
<item quantity="few">Выбрано: %1$d</item>
+ <item quantity="many">Выбрано: %1$d</item>
<item quantity="other">Выбрано: %1$d</item>
</plurals>
<!-- String indicating how many media group(s) is(are) selected
@@ -62,6 +65,7 @@
<plurals name="number_of_groups_selected">
<item quantity="one">Выбрано: %1$d</item>
<item quantity="few">Выбрано: %1$d</item>
+ <item quantity="many">Выбрано: %1$d</item>
<item quantity="other">Выбрано: %1$d</item>
</plurals>
<!-- String indicating timestamp of photo or video -->
@@ -180,6 +184,7 @@
<plurals name="pref_camera_timer_entry">
<item quantity="one">1 секунда</item>
<item quantity="few">%d секунды</item>
+ <item quantity="many">%d секунд</item>
<item quantity="other">%d секунд</item>
</plurals>
<!-- Text followed by a checkbox to turn on/off sound effects during the countdown. [CHAR LIMIT = 24]-->
@@ -556,6 +561,10 @@ CHAR LIMIT = NONE] -->
<!-- String shown when setting the homepage wallpaper in the background [CHAR LIMIT=NONE] -->
<string name="setting_wallpaper">Установка обоев…</string>
<!-- Menu, Video rotation labels [CHAR LIMIT=50] -->
+ <string name="pref_camera_video_rotation_label_90">90</string>
+ <string name="pref_camera_video_rotation_label_180">180</string>
+ <string name="pref_camera_video_rotation_label_270">270</string>
<string name="remaining_photos_format">Осталось: %d</string>
+ <string name="initial_recording_seconds">00:00</string>
<string name="makeup_video_size_limit">Функция Makeup работает только при записи видео в VGA.</string>
</resources>
diff --git a/res/values-sk/strings.xml b/res/values-sk/strings.xml
index 787af469b..486c91c5f 100644
--- a/res/values-sk/strings.xml
+++ b/res/values-sk/strings.xml
@@ -30,8 +30,9 @@
<string name="delete">Odstrániť</string>
<!-- String Delete the selected media item(s) [CHAR LIMIT=50] -->
<plurals name="delete_selection">
- <item quantity="one">Odstrániť vybratú položku?</item>
- <item quantity="few">Odstrániť vybraté položky?</item>
+ <item quantity="one">Vymazať vybranú položku?</item>
+ <item quantity="few">Odstrániť vybrané položky?</item>
+ <item quantity="many">Odstrániť vybrané položky?</item>
<item quantity="other">Odstrániť vybrané položky?</item>
</plurals>
<string name="share">Zdieľať</string>
@@ -48,20 +49,23 @@
<plurals name="number_of_items_selected">
<item quantity="one">%1$d vybraná</item>
<item quantity="few">%1$d vybrané</item>
+ <item quantity="many">%1$d vybraných</item>
<item quantity="other">%1$d vybraných</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="one">Počet vybratých položiek: %1$d</item>
- <item quantity="few">Počet vybratých položiek: %1$d</item>
+ <item quantity="one">%1$d vybraná</item>
+ <item quantity="few">%1$d vybrané</item>
+ <item quantity="many">%1$d vybraných</item>
<item quantity="other">%1$d vybraných</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="one">Počet vybratých položiek: %1$d</item>
- <item quantity="few">Počet vybratých položiek: %1$d</item>
+ <item quantity="one">%1$d vybraná</item>
+ <item quantity="few">%1$d vybrané</item>
+ <item quantity="many">%1$d vybraných</item>
<item quantity="other">%1$d vybraných</item>
</plurals>
<!-- String indicating timestamp of photo or video -->
@@ -178,6 +182,7 @@
<plurals name="pref_camera_timer_entry">
<item quantity="one">1 sekunda</item>
<item quantity="few">%d sekundy</item>
+ <item quantity="many">%d sekúnd</item>
<item quantity="other">%d sekúnd</item>
</plurals>
<!-- Text followed by a checkbox to turn on/off sound effects during the countdown. [CHAR LIMIT = 24]-->
diff --git a/res/values-sr/qcomstrings.xml b/res/values-sr/qcomstrings.xml
index 3aa06b033..40c426303 100644
--- a/res/values-sr/qcomstrings.xml
+++ b/res/values-sr/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-sv/cm_strings.xml b/res/values-sv/cm_strings.xml
index 0ac20338d..16cf0172b 100644
--- a/res/values-sv/cm_strings.xml
+++ b/res/values-sv/cm_strings.xml
@@ -102,4 +102,6 @@
<string name="pref_camera_shutter_speed_title">Slutartid</string>
<string name="auto_hdr_enabled">Auto HDR aktiverad</string>
<!-- Advanced options -->
+ <string name="developer_menu_enabled">Du har aktiverat avancerade kameraalternativ</string>
+ <string name="developer_menu_disabled">Du har avaktiverat avancerade kameraalternativ</string>
</resources>
diff --git a/res/values-ug/strings.xml b/res/values-ug/strings.xml
index af2b862ed..6a006e83b 100644
--- a/res/values-ug/strings.xml
+++ b/res/values-ug/strings.xml
@@ -29,9 +29,6 @@
<!-- Details dialog "OK" button. Dismisses dialog. -->
<string name="delete">ئۆچۈر</string>
<!-- String Delete the selected media item(s) [CHAR LIMIT=50] -->
- <plurals name="delete_selection">
- <item quantity="other">تاللىغان تۈرنى ئۆچۈرەمدۇ؟</item>
- </plurals>
<string name="share">ھەمبەھىر</string>
<string name="share_panorama">پۈتۈن مەنزىرە ھەمبەھىر</string>
<string name="share_as_photo">سۈرەت سۈپىتىدە ھەمبەھىر</string>
@@ -43,19 +40,10 @@
<string name="close">تاقاش</string>
<!-- 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>
- </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>
- </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>
- </plurals>
<!-- String indicating timestamp of photo or video -->
<string name="show_on_map">خەرىتىدە كۆرسەت</string>
<string name="rotate_left">سولغا ئايلاندۇرۇش</string>
@@ -164,9 +152,6 @@
<!-- Title for countdown timer on camera settings screen [CHAR LIMIT=30]-->
<string name="pref_camera_timer_title">تەتۈر سانىغۇچ ۋاقىت خاتىرىلىگۈچ</string>
<!-- Entry for countdown timer setting. e.g. 1 second, 10 seconds, etc. [CHAR LIMIT=30]-->
- <plurals name="pref_camera_timer_entry">
- <item quantity="other">1 سېكۇنت</item>
- </plurals>
<!-- Text followed by a checkbox to turn on/off sound effects during the countdown. [CHAR LIMIT = 24]-->
<string name="pref_camera_timer_sound_title">تەتۈر ساناۋاتقاندا ئەسكەرتىش ئاۋازى چىقار</string>
<!-- Entry of camera save path -->
diff --git a/res/values-uk/strings.xml b/res/values-uk/strings.xml
index f45d0a71b..4a9791c33 100644
--- a/res/values-uk/strings.xml
+++ b/res/values-uk/strings.xml
@@ -29,11 +29,6 @@
<!-- Details dialog "OK" button. Dismisses dialog. -->
<string name="delete">Видалити</string>
<!-- String Delete the selected media item(s) [CHAR LIMIT=50] -->
- <plurals name="delete_selection">
- <item quantity="one">Видалити вибраний елемент?</item>
- <item quantity="few">Видалити вибрані елементи?</item>
- <item quantity="other">Видалити вибрані елементи?</item>
- </plurals>
<string name="share">Поділитися</string>
<string name="share_panorama">Поділитися панорамою</string>
<string name="share_as_photo">Поділитися як фотографією</string>
@@ -45,25 +40,10 @@
<string name="close">Закрити</string>
<!-- String indicating how many media item(s) is(are) selected
eg. 1 selected [CHAR LIMIT=30] -->
- <plurals name="number_of_items_selected">
- <item quantity="one">Вибрано %1$d</item>
- <item quantity="few">Вибрано %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="one">Вибрано %1$d</item>
- <item quantity="few">Вибрано %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="one">Вибрано %1$d</item>
- <item quantity="few">Вибрано %1$d</item>
- <item quantity="other">Вибрано %1$d</item>
- </plurals>
<!-- String indicating timestamp of photo or video -->
<string name="show_on_map">Показати на карті</string>
<string name="rotate_left">Повернути ліворуч</string>
@@ -177,11 +157,6 @@
<!-- Title for countdown timer on camera settings screen [CHAR LIMIT=30]-->
<string name="pref_camera_timer_title">Таймер зворотного відліку</string>
<!-- Entry for countdown timer setting. e.g. 1 second, 10 seconds, etc. [CHAR LIMIT=30]-->
- <plurals name="pref_camera_timer_entry">
- <item quantity="one">1 секунда</item>
- <item quantity="few">%d секунди</item>
- <item quantity="other">%d секунд</item>
- </plurals>
<!-- Text followed by a checkbox to turn on/off sound effects during the countdown. [CHAR LIMIT = 24]-->
<string name="pref_camera_timer_sound_title">Звуковий сигнал під час зворотного відліку</string>
<!-- Entry of camera save path -->