summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bestas <mkbestas@lineageos.org>2018-03-09 00:35:45 +0200
committerMichael Bestas <mkbestas@lineageos.org>2018-03-09 00:35:45 +0200
commitfff57959003fbdcead9be891a33bf045f075035d (patch)
tree6871c03371496723be8b55a55bd7f39e2b7d7a31
parent72869bfe2d4474fe7653877422bfd06bd88fff6d (diff)
downloadandroid_packages_apps_Snap-fff57959003fbdcead9be891a33bf045f075035d.tar.gz
android_packages_apps_Snap-fff57959003fbdcead9be891a33bf045f075035d.tar.bz2
android_packages_apps_Snap-fff57959003fbdcead9be891a33bf045f075035d.zip
Automatic translation import
Change-Id: Iedec8fcf539447ddf15f8d56f7993dad2f1762b7
-rw-r--r--quickReader/res/values-fi/strings.xml13
-rw-r--r--quickReader/res/values-pl/strings.xml2
-rw-r--r--res/values-de/qcomstrings.xml9
-rw-r--r--res/values-de/strings.xml10
-rw-r--r--res/values-fi/qcomstrings.xml5
-rw-r--r--res/values-fr/strings.xml2
-rw-r--r--res/values-pl/qcomstrings.xml41
-rw-r--r--res/values-pl/strings.xml25
-rw-r--r--res/values-pt-rBR/qcomstrings.xml50
-rw-r--r--res/values-pt-rBR/strings.xml25
-rw-r--r--res/values-sk/strings.xml42
-rw-r--r--res/values-sr/qcomstrings.xml20
-rw-r--r--res/values-sr/strings.xml6
-rw-r--r--res/values-sv/strings.xml1
14 files changed, 250 insertions, 1 deletions
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-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/res/values-de/qcomstrings.xml b/res/values-de/qcomstrings.xml
index 44672a703..2a97b2c3a 100644
--- a/res/values-de/qcomstrings.xml
+++ b/res/values-de/qcomstrings.xml
@@ -450,8 +450,10 @@
<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="pref_camera_scenemode_entry_sharpshooter">SharpPhoto</string>
<string name="pref_camera_scenemode_entry_trackingfocus">Fokusnachführung</string>
<string name="pref_camera_scenemode_entry_panorama">Panorama</string>
+ <string name="pref_camera_scenemode_entry_promode">Pro-Modus</string>
<string name="bestpicture_done">FERTIG</string>
<string name="bestpicture_at_least_one_picture">Es muss mindestens ein Bild ausgewählt werden.</string>
<string name="pref_camera2_shutter_sound_entry_on">An</string>
@@ -461,12 +463,19 @@
<string name="pref_camera2_timer_entry_2sec">2 Sekunden</string>
<string name="pref_camera2_timer_entry_5sec">5 Sekunden</string>
<string name="pref_camera2_timer_entry_10sec">10 Sekunden</string>
+ <string name="pref_camera2_saveraw_title">Als Raw-Format speichern</string>
+ <string name="panocapture_direction_is_not_determined">Konstant in eine Richtung bewegen.</string>
+ <string name="panocapture_direction_is_changed">Richtung hat sich geändert, Panorama-Aufnahme wird gestoppt\u2026</string>
<string name="makeup_ui_ok_button">OK</string>
<string name="perf_camera2_version_info">Versionsinfo</string>
<string name="perf_camera2_preferences_category_general">Allgemein</string>
<string name="perf_camera2_preferences_category_photo">Fotokamera</string>
<string name="perf_camera2_preferences_category_video">Videokamera</string>
<string name="perf_camera2_preferences_category_system">System</string>
+ <string name="pref_camera2_scene_mode_dual_camera_instructional_content">Im Dual-Kamera-Modus werden Ihre Bilder klarer. Sie können auch Hintergrundeffekte anwenden, indem Sie Ihre Dual-Kamera-Bilder in der Galerie bearbeiten.</string>
+ <string name="pref_camera2_scene_mode_time_lapse_instructional_content">Mit Zeitraffer verwandeln Sie eine lange Videoaufzeichnung in ein Video von ein paar Sekunden Länge. Dieser Effekt kann auf Videos, aber nicht auf Fotos angewandt werden.</string>
+ <string name="pref_camera2_scene_mode_pro_instructional_content">Im Pro-Modus können Sie Einstellungen für ISO, Belichtung, Weißabgleich und Fokus manuell einstellen. Sie haben einfachen Zugriff auf alle erweiterten Einstellungen</string>
+ <string name="pref_camera2_not_show_again">Nicht erneut anzeigen</string>
<string name="pref_camera2_scene_mode_instructional_ok">OK</string>
<string name="pref_camera2_instant_aec_entry_disable">Deaktivieren</string>
<string name="pref_camera2_instant_aec_entry_aggressive">Aggressive Belichtungsautomatik</string>
diff --git a/res/values-de/strings.xml b/res/values-de/strings.xml
index b4de750e2..28f2e42b6 100644
--- a/res/values-de/strings.xml
+++ b/res/values-de/strings.xml
@@ -393,6 +393,7 @@
<!-- The shutter button. [CHAR LIMIT = NONE] -->
<string name="accessibility_shutter_button">Auslöser</string>
<!-- The exit best photo mode button. [CHAR LIMIT = NONE] -->
+ <string name="accessibility_exit_best_mode_button">Bestes Foto-Modus verlassen</string>
<!-- The menu button. [CHAR LIMIT = NONE] -->
<string name="accessibility_menu_button">Menüschaltfläche</string>
<!-- The mode picker to switch between camera, video and panorama. [CHAR LIMIT = NONE] -->
@@ -557,11 +558,20 @@ CHAR LIMIT = NONE] -->
<string name="pref_camera2_category_system">System</string>
<string name="pref_camera2_restore_default">Standard wiederherstellen</string>
<string name="pref_camera2_restore_default_hint">Kamera-Einstellungen werden auf die Standardeinstellungen zurückgesetzt</string>
+ <plurals name="save_best_dialog_content">
+ <item quantity="one">%1$d von 10 Bildern wird gespeichert und der Rest wird gelöscht.</item>
+ <item quantity="other">%1$d von 10 Bildern werden gespeichert und der Rest wird gelöscht</item>
+ </plurals>
<string name="save_best_dialog_title">Ausgewählte Bilder speichern?</string>
<string name="save_best_dialog_positive_bt">OK</string>
<string name="save_best_dialog_native_bt">Abbrechen</string>
+ <plurals name="save_best_image_toast">
+ <item quantity="one">%1$d von 10 Bildern gespeichert.</item>
+ <item quantity="other">%1$d von 10 Bildern gespeichert.</item>
+ </plurals>
<string name="dialog_do_not_show">Nicht wieder anzeigen</string>
<string name="delete_best_dialog_title">Alle löschen?</string>
+ <string name="delete_best_dialog_content">Sind Sie sicher, dass Sie alle 10 aufgenommenen Bilder löschen möchten?</string>
<string name="delete_best_dialog_native_bt">Abbrechen</string>
<string name="delete_best_dialog_positive_bt">Löschen</string>
<string name="delete_all_best_dialog_title">Alle löschen?</string>
diff --git a/res/values-fi/qcomstrings.xml b/res/values-fi/qcomstrings.xml
index e2a5886e1..26ce2161b 100644
--- a/res/values-fi/qcomstrings.xml
+++ b/res/values-fi/qcomstrings.xml
@@ -424,6 +424,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>
@@ -436,6 +437,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>
@@ -445,6 +447,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="pref_camera_scenemode_entry_trackingfocus">Tarkennuksen seuranta</string>
@@ -497,5 +500,7 @@
<string name="pref_camera2_zsl_entry_disable">Pois käyt.</string>
<!-- QCFA Title -->
<!-- QCFA choices -->
+ <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/strings.xml b/res/values-fr/strings.xml
index b9594c1ef..c68f3508a 100644
--- a/res/values-fr/strings.xml
+++ b/res/values-fr/strings.xml
@@ -567,6 +567,6 @@ CHAR LIMIT = NONE] -->
<string name="delete_all_best_dialog_native_bt">Annuler</string>
<string name="delete_all_best_dialog_positive_bt">Les supprimer toutes</string>
<string name="overflow_best_item1">Les enregistrer toutes</string>
- <string name="overflow_best_item2">Les supprimer toutes</string>
+ <string name="overflow_best_item2">Tout supprimer</string>
<string name="settings_title">Paramètres</string>
</resources>
diff --git a/res/values-pl/qcomstrings.xml b/res/values-pl/qcomstrings.xml
index a6af803ba..921d7fdb4 100644
--- a/res/values-pl/qcomstrings.xml
+++ b/res/values-pl/qcomstrings.xml
@@ -424,6 +424,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>
@@ -436,6 +437,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>
@@ -445,9 +447,13 @@
<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="pref_camera_scenemode_entry_sharpshooter">Wyostrz zdjęcie</string>
<string name="pref_camera_scenemode_entry_trackingfocus">Śledzenie ostrości</string>
+ <string name="pref_camera_scenemode_entry_panorama">Panorama</string>
+ <string name="pref_camera_scenemode_entry_promode">Tryb Pro</string>
<string name="bestpicture_done">GOTOWE</string>
<string name="bestpicture_at_least_one_picture">Musisz wybrać przynajmniej jedno zdjęcie.</string>
<string name="pref_camera2_shutter_sound_entry_on">Włączone</string>
@@ -457,8 +463,28 @@
<string name="pref_camera2_timer_entry_2sec">2 sekundy</string>
<string name="pref_camera2_timer_entry_5sec">5 sekund</string>
<string name="pref_camera2_timer_entry_10sec">10 sekund</string>
+ <string name="pref_camera2_saveraw_title">Zapisz w formacie RAW</string>
+ <string name="panocapture_direction_is_not_determined">Poruszaj się stale w jednym kierunku.</string>
+ <string name="panocapture_intro">Naciśnij przycisk aparatu, aby rozpocząć.</string>
+ <string name="makeup_ui_title">Wybierz siłę upiększenia.</string>
<string name="makeup_ui_ok_button">OK</string>
+ <string name="perf_camera2_version_info">Informacja o wersji</string>
+ <string name="perf_camera2_preferences_category_general">Ogólne</string>
+ <string name="perf_camera2_preferences_category_video">Kamera wideo</string>
+ <string name="perf_camera2_preferences_category_system">System</string>
+ <string name="pref_camera2_scene_mode_dual_camera_instructional_content">W trybie podwójnego aparatu, twoje zdjęcia będą lepsze. Można również zastosować efekty tła poprzez edycję zdjęć wykonanych trybem podwójnego aparatu w Galerii.</string>
+ <string name="pref_camera2_scene_mode_ubi_focus_instructional_content">W trybie UbiFocus aparat zrobi 5 zdjęć z których utworzy jedno najbardziej ostre. Możesz cofnąć wyostrzenie po wykonaniu zdjęcia.</string>
+ <string name="pref_camera2_scene_mode_sports_instructional_content">Tryb sportowy pomaga zrobić dokładniejsze zdjęcia w ruchu.\n\nPoprawi twoje zdjęcia, ale nie zadziała podczas kręcenia filmów.</string>
+ <string name="pref_camera2_scene_mode_hdr_instructional_content">Gdy jesteś w pomieszczeniu słabo oświetlonym włącz HDR, aby uzyskać możliwie najlepsze zdjęcia.</string>
+ <string name="pref_camera2_scene_mode_best_photo_instructional_content">Pozwala na wykonanie serii 10 zdjęć, z których można wybrać najlepsze.</string>
+ <string name="pref_camera2_scene_mode_chroma_flash_instructional_content">Za pomocą ChromaFlash oświetlenie na zdjęciach wykonanych z lampą błyskową, zostanie zoptymalizowane dla wszystkich ludzi i obiektów na twoich fotografiach. Ta funkcja działa tylko z tylnym aparatem.</string>
+ <string name="pref_camera2_scene_mode_sharp_photo_instructional_content">Ostre zdjęcie zmniejsza rozmycie spowodowane ruchem sceny lub ruchem ręki.</string>
+ <string name="pref_camera2_scene_mode_tracking_focus_instructional_content">Umożliwia śledzenie i ustawianie ostrości wybranej osoby lub obiektu podczas robienia zdjęć lub filmów. Aby rozpocząć, ustaw prostokąt ostrości na osobie lub obiekcie, który chcesz śledzić.</string>
+ <string name="pref_camera2_scene_mode_panorama_instructional_content">Pozwala przesuwać w lewo lub w prawo, aby zrobić zdjęcie krajobrazowe. Możesz przesuwać w górę lub w dół, aby zrobić duże zdjęcia.</string>
+ <string name="pref_camera2_scene_mode_pro_instructional_content">W trybie Pro można ręcznie sterować ustawieniami ISO, ekspozycji, balansu bieli i ostrości. Będziesz mieć łatwy dostęp do wszystkich tych zaawansowanych ustawień</string>
+ <string name="pref_camera2_not_show_again">Nie pokazuj ponownie</string>
<string name="pref_camera2_scene_mode_instructional_ok">OK</string>
+ <string name="pref_camera2_instant_aec_title">Natychmiastowy AEC</string>
<string name="pref_camera2_instant_aec_entry_disable">Wyłącz</string>
<string name="pref_camera2_instant_aec_entry_aggressive">Agresywne AEC</string>
<string name="pref_camera2_instant_aec_entry_fast">Szybkie AEC</string>
@@ -482,29 +508,44 @@
<string name="pref_camera2_histogram_title">Histogram</string>
<string name="pref_camera2_histogram_entry_enable">Włącz</string>
<string name="pref_camera2_histogram_entry_disable">Wyłącz</string>
+ <string name="pref_camera2_hdr_title">HDR</string>
<string name="pref_camera2_hdr_entry_enable">Włącz</string>
<string name="pref_camera2_hdr_entry_disable">Wyłącz</string>
<string name="pref_camera2_auto_hdr_title">Auto HDR</string>
<string name="pref_camera2_auto_hdr_entry_enable">Włącz</string>
<string name="pref_camera2_auto_hdr_entry_disable">Wyłącz</string>
+ <string name="pref_camera_bokeh_mode_title">Tryb Bokeh</string>
<string name="pref_camera_bokeh_mode_entry_enable">Włącz</string>
<string name="pref_camera_bokeh_mode_entry_disable">Wyłącz</string>
+ <string name="pref_camera_bokeh_mpo_title">Tryb Bokeh MPO</string>
<string name="pref_camera_bokeh_mpo_entry_enable">Włącz</string>
<string name="pref_camera_bokeh_mpo_entry_disable">Wyłącz</string>
+ <string name="pref_camera_bokeh_blur_degree_title">Wartość rozmycia Bokeh</string>
<!-- Default Zoom setting. -->
+ <string name="pref_camera_zoom_title">Powiększenie</string>
<!-- Settings menu, Zoom choices -->
<string name="pref_camera_zoom_entry_off">Wyłączone</string>
<string name="pref_camera_zoom_entry_1x">1x</string>
+ <string name="pref_camera_zoom_entry_2x">2x</string>
<string name="pref_camera_zoom_entry_3x">3x</string>
<string name="pref_camera_zoom_entry_4x">4x</string>
<string name="pref_camera_zoom_entry_5x">5x</string>
<string name="pref_camera_zoom_entry_6x">6x</string>
<string name="pref_camera_zoom_entry_7x">7x</string>
+ <string name="pref_camera_zoom_entry_8x">8x</string>
+ <string name="pref_camera_zoom_entry_9x">9x</string>
+ <string name="pref_camera_zoom_entry_10x">10x</string>
+ <string name="pref_camera2_bsgc_title">Wykrywanie uśmiechu / mrugnięcia / spojrzenia</string>
<string name="pref_camera2_bsgc_entry_enable">Włącz</string>
<string name="pref_camera2_bsgc_entry_disable">Wyłącz</string>
<string name="pref_camera2_zsl_title">Brak opóźnienia migawki</string>
<string name="pref_camera2_zsl_entry_disable">Wyłączone</string>
+ <string name="pref_camera2_zsl_entry_app_zsl">Programowe ZSL</string>
+ <string name="pref_camera2_zsl_entry_hal_zsl">Sprzętowe ZSL</string>
<!-- QCFA Title -->
<!-- QCFA choices -->
+ <string name="pref_camera2_switch_camera_title">Przełączenie kamery na podstawie ID</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 ee2d8a03b..425a17e8c 100644
--- a/res/values-pl/strings.xml
+++ b/res/values-pl/strings.xml
@@ -373,6 +373,7 @@
<!-- The shutter button. [CHAR LIMIT = NONE] -->
<string name="accessibility_shutter_button">Migawka</string>
<!-- The exit best photo mode button. [CHAR LIMIT = NONE] -->
+ <string name="accessibility_exit_best_mode_button">Wyjście z trybu najlepszego zdjęcia</string>
<!-- The menu button. [CHAR LIMIT = NONE] -->
<string name="accessibility_menu_button">Przycisk menu</string>
<!-- The mode picker to switch between camera, video and panorama. [CHAR LIMIT = NONE] -->
@@ -530,9 +531,33 @@ CHAR LIMIT = NONE] -->
<!-- Menu, Video rotation labels [CHAR LIMIT=50] -->
<string name="remaining_photos_format">Pozostało %d</string>
<string name="makeup_video_size_limit">\"Makijaż\" działa tylko w rozmiarze wideo VGA.</string>
+ <string name="pref_camera2_restore_default">Przywróć domyślne ustawienia</string>
+ <string name="pref_camera2_restore_default_hint">Ustawienia aparatu zostaną przywrócone do ustawień domyślnych</string>
+ <plurals name="save_best_dialog_content">
+ <item quantity="one">%1$d z 10 zdjęć zostanie zapisane, a reszta zostanie usunięta</item>
+ <item quantity="few">%1$d z 10 zdjęć zostanie zapisanych, a reszta zostanie usunięta</item>
+ <item quantity="many">%1$d z 10 zdjęć zostanie zapisanych, a reszta zostanie usunięta</item>
+ <item quantity="other">%1$d z 10 zdjęć zostanie zapisane, a reszta zostanie usunięta</item>
+ </plurals>
+ <string name="save_best_dialog_title">Zapisać wybrane zdjęcia?</string>
<string name="save_best_dialog_positive_bt">OK</string>
+ <string name="save_best_dialog_native_bt">Anuluj</string>
+ <plurals name="save_best_image_toast">
+ <item quantity="one">zapisano %1$d z 10 zdjęć.</item>
+ <item quantity="few">zapisano %1$d z 10 zdjęć.</item>
+ <item quantity="many">zapisano %1$d z 10 zdjęć.</item>
+ <item quantity="other">zapisano %1$d z 10 zdjęć.</item>
+ </plurals>
<string name="dialog_do_not_show">Nie pokazuj ponownie</string>
+ <string name="delete_best_dialog_title">Usunąć wszystkie?</string>
+ <string name="delete_best_dialog_content">Czy jesteś pewien, że chcesz usunąć wszystkie 10 zdjęć?</string>
+ <string name="delete_best_dialog_native_bt">Anuluj</string>
<string name="delete_best_dialog_positive_bt">Usuń</string>
+ <string name="delete_all_best_dialog_title">Usunąć wszystkie?</string>
+ <string name="delete_all_best_dialog_content">Na pewno chcesz usunąć wszystkie zdjęcia?</string>
<string name="delete_all_best_dialog_native_bt">Anuluj</string>
+ <string name="delete_all_best_dialog_positive_bt">Usuń wszystkie</string>
+ <string name="overflow_best_item1">Zapisz wszystkie</string>
+ <string name="overflow_best_item2">Usuń wszystkie</string>
<string name="settings_title">Ustawienia</string>
</resources>
diff --git a/res/values-pt-rBR/qcomstrings.xml b/res/values-pt-rBR/qcomstrings.xml
index 99b41b69b..993d98f3a 100644
--- a/res/values-pt-rBR/qcomstrings.xml
+++ b/res/values-pt-rBR/qcomstrings.xml
@@ -450,15 +450,46 @@
<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="pref_camera_scenemode_entry_sharpshooter">Foto nítida</string>
<string name="pref_camera_scenemode_entry_trackingfocus">Rastreamento de foco</string>
+ <string name="pref_camera_scenemode_entry_panorama">Panorama</string>
+ <string name="pref_camera_scenemode_entry_promode">Modo profissional</string>
<string name="bestpicture_done">CONCLUÍDO</string>
<string name="bestpicture_at_least_one_picture">Pelo menos uma imagem deve ser escolhida.</string>
<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_timer_entry_off">Desl.</string>
+ <string name="pref_camera2_timer_entry_2sec">2 segundos</string>
+ <string name="pref_camera2_timer_entry_5sec">5 segundos</string>
+ <string name="pref_camera2_timer_entry_10sec">10 segundos</string>
+ <string name="pref_camera2_saveraw_title">Salvar no formato Raw</string>
+ <string name="panocapture_direction_is_not_determined">Mover de forma constante na mesma direção.</string>
+ <string name="panocapture_intro">Pressione o botão da câmera para começar.</string>
+ <string name="panocapture_direction_is_changed">A direção foi alterada, parando captura do panorama\u2026</string>
+ <string name="makeup_ui_title">Escolha a intensidade do embelezamento.</string>
<string name="makeup_ui_ok_button">OK</string>
+ <string name="perf_camera2_version_info">Informações da versão</string>
+ <string name="perf_camera2_preferences_category_general">Geral</string>
+ <string name="perf_camera2_preferences_category_photo">Câmera fixa</string>
+ <string name="perf_camera2_preferences_category_video">Câmera de vídeo</string>
+ <string name="perf_camera2_preferences_category_system">Sistema</string>
+ <string name="pref_camera2_scene_mode_dual_camera_instructional_content">As suas fotos ficarão mais nítidas no modo de câmera dupla. Você também poderá aplicar efeitos no fundo editando as fotos na Galeria.</string>
+ <string name="pref_camera2_scene_mode_ubi_focus_instructional_content">Com o UbiFocus, a sua câmera vai tirar cinco fotos e combiná-las numa só foto onde tudo estará focado. Depois você poderá optar por re-focar o que desejar.</string>
+ <string name="pref_camera2_scene_mode_opti_zoom_instructional_content">Use o OptiZoom quando quiser ampliar e obter uma imagem nítida. Você poderá ampliar antes ou depois de tirar a foto.</string>
+ <string name="pref_camera2_scene_mode_sports_instructional_content">O modo de esporte ajuda a tirar melhores fotos em cenários de esporte ou ação.\n\nNão funciona durante gravações de vídeos.</string>
+ <string name="pref_camera2_scene_mode_hdr_instructional_content">Quando estiver sob condições de luz variadas, como ambientes retroiluminados e com pouca luz, selecione \"HDR\" para tirar as melhores fotos possíveis.</string>
+ <string name="pref_camera2_scene_mode_best_photo_instructional_content">Permite tirar uma sequência de 10 fotos das quais poderá escolher a(s) melhor(es).</string>
+ <string name="pref_camera2_scene_mode_chroma_flash_instructional_content">Com o ChromaFlash, a iluminação das suas fotos com flash será otimizada para todas as pessoas e objetos da foto. Este recurso se aplica somente à câmera traseira.</string>
+ <string name="pref_camera2_scene_mode_sharp_photo_instructional_content">O modo de foto nítida reduz o desfoque derivado do movimento da cena ou do movimento da mão.</string>
+ <string name="pref_camera2_scene_mode_tracking_focus_instructional_content">Permitir que o foco siga uma pessoa ou objeto selecionado enquanto fotografa ou grava vídeos. Para iniciar, posicione o retângulo de foco na pessoa ou objeto que deseja seguir.</string>
+ <string name="pref_camera2_scene_mode_time_lapse_instructional_content">Com o modo Time Lapse, é possível converter uma longa gravação de vídeo em uma gravação curta. Este efeito aplica-se somente a vídeos.</string>
+ <string name="pref_camera2_scene_mode_panorama_instructional_content">Permite que você vire para a esquerda ou para a direita para tirar uma foto de paisagem larga. Você também pode virar para cima ou para baixo para tirar fotos mais altas.</string>
+ <string name="pref_camera2_scene_mode_blur_buster_instructional_content">O BlurBuster reduz a desfocagem derivada do movimento das mãos. Pode ser útil ao tirar fotos em posições difíceis.</string>
+ <string name="pref_camera2_scene_mode_pro_instructional_content">Com o modo profissional, é possível controlar manualmente parâmetros como o ISO, a exposição, o equilíbrio de brancos e o foco. Você terá acesso rápido a todas estas configurações avançadas</string>
+ <string name="pref_camera2_not_show_again">Não mostrar novamente</string>
<string name="pref_camera2_scene_mode_instructional_ok">OK</string>
+ <string name="pref_camera2_instant_aec_title">AEC instantâneo</string>
<string name="pref_camera2_instant_aec_entry_disable">Desativar</string>
<string name="pref_camera2_instant_aec_entry_aggressive">AEC agressivo</string>
<string name="pref_camera2_instant_aec_entry_fast">AEC rápido</string>
@@ -482,24 +513,43 @@
<string name="pref_camera2_histogram_title">Histograma</string>
<string name="pref_camera2_histogram_entry_enable">Ativar</string>
<string name="pref_camera2_histogram_entry_disable">Desativar</string>
+ <string name="pref_camera2_hdr_title">HDR</string>
<string name="pref_camera2_hdr_entry_enable">Ativar</string>
<string name="pref_camera2_hdr_entry_disable">Desativar</string>
<string name="pref_camera2_auto_hdr_title">HDR automático</string>
<string name="pref_camera2_auto_hdr_entry_enable">Ativar</string>
<string name="pref_camera2_auto_hdr_entry_disable">Desativar</string>
+ <string name="pref_camera_bokeh_mode_title">Modo Bokeh</string>
<string name="pref_camera_bokeh_mode_entry_enable">Ativar</string>
<string name="pref_camera_bokeh_mode_entry_disable">Desativar</string>
+ <string name="pref_camera_bokeh_mpo_title">Modo de Bokeh MPO</string>
<string name="pref_camera_bokeh_mpo_entry_enable">Ativar</string>
<string name="pref_camera_bokeh_mpo_entry_disable">Desativar</string>
+ <string name="pref_camera_bokeh_blur_degree_title">Valor de desfocagem do modo Bokeh</string>
<!-- Default Zoom setting. -->
+ <string name="pref_camera_zoom_title">Zoom</string>
<!-- Settings menu, Zoom choices -->
<string name="pref_camera_zoom_entry_off">Desl.</string>
+ <string name="pref_camera_zoom_entry_1x">1x</string>
+ <string name="pref_camera_zoom_entry_2x">2x</string>
+ <string name="pref_camera_zoom_entry_3x">3x</string>
+ <string name="pref_camera_zoom_entry_4x">4x</string>
+ <string name="pref_camera_zoom_entry_5x">5x</string>
+ <string name="pref_camera_zoom_entry_6x">6x</string>
+ <string name="pref_camera_zoom_entry_7x">7x</string>
+ <string name="pref_camera_zoom_entry_8x">8x</string>
+ <string name="pref_camera_zoom_entry_9x">9x</string>
+ <string name="pref_camera_zoom_entry_10x">10x</string>
+ <string name="pref_camera2_bsgc_title">Detecção de sorrisos/piscadas/olhares</string>
<string name="pref_camera2_bsgc_entry_enable">Ativar</string>
<string name="pref_camera2_bsgc_entry_disable">Desativar</string>
<string name="pref_camera2_zsl_title">Eliminar atraso do disparador</string>
<string name="pref_camera2_zsl_entry_disable">Desl.</string>
+ <string name="pref_camera2_zsl_entry_app_zsl">ZSL via software</string>
+ <string name="pref_camera2_zsl_entry_hal_zsl">ZSL via hardware</string>
<!-- QCFA Title -->
<!-- QCFA choices -->
+ <string name="pref_camera2_switch_camera_title">Trocar de câmera usando o ID</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>
diff --git a/res/values-pt-rBR/strings.xml b/res/values-pt-rBR/strings.xml
index 1a732657f..ee6184fc0 100644
--- a/res/values-pt-rBR/strings.xml
+++ b/res/values-pt-rBR/strings.xml
@@ -393,6 +393,7 @@
<!-- The shutter button. [CHAR LIMIT = NONE] -->
<string name="accessibility_shutter_button">Obturador</string>
<!-- The exit best photo mode button. [CHAR LIMIT = NONE] -->
+ <string name="accessibility_exit_best_mode_button">Sair do modo de melhor foto</string>
<!-- The menu button. [CHAR LIMIT = NONE] -->
<string name="accessibility_menu_button">Botão de menu</string>
<!-- The mode picker to switch between camera, video and panorama. [CHAR LIMIT = NONE] -->
@@ -550,6 +551,30 @@ CHAR LIMIT = NONE] -->
<!-- Menu, Video rotation labels [CHAR LIMIT=50] -->
<string name="remaining_photos_format">%d restante(s)</string>
<string name="makeup_video_size_limit">A maquiagem funciona apenas em tamanhos inferiores a VGA para a gravação de vídeo.</string>
+ <string name="pref_camera2_category_system">Sistema</string>
+ <string name="pref_camera2_restore_default">Restaurar padrões</string>
+ <string name="pref_camera2_restore_default_hint">As configurações da câmera serão restauradas para as configurações padrão</string>
+ <plurals name="save_best_dialog_content">
+ <item quantity="one">%1$d de 10 imagens serão salvas e as restantes serão excluídas</item>
+ <item quantity="other">%1$d de 10 imagens serão salvas e as restantes serão excluídas</item>
+ </plurals>
+ <string name="save_best_dialog_title">Salvar imagens selecionadas?</string>
<string name="save_best_dialog_positive_bt">OK</string>
+ <string name="save_best_dialog_native_bt">Cancelar</string>
+ <plurals name="save_best_image_toast">
+ <item quantity="one">%1$d de 10 imagens salvas.</item>
+ <item quantity="other">%1$d de 10 imagens salvas.</item>
+ </plurals>
+ <string name="dialog_do_not_show">Não mostrar novamente</string>
+ <string name="delete_best_dialog_title">Apagar tudo?</string>
+ <string name="delete_best_dialog_content">Tem certeza de que quer apagar todas as 10 fotos tiradas?</string>
+ <string name="delete_best_dialog_native_bt">Cancelar</string>
<string name="delete_best_dialog_positive_bt">Excluir</string>
+ <string name="delete_all_best_dialog_title">Apagar tudo?</string>
+ <string name="delete_all_best_dialog_content">Você tem certeza de que deseja excluir todas as imagens?</string>
+ <string name="delete_all_best_dialog_native_bt">Cancelar</string>
+ <string name="delete_all_best_dialog_positive_bt">Apagar tudo</string>
+ <string name="overflow_best_item1">Salvar tudo</string>
+ <string name="overflow_best_item2">Apagar tudo</string>
+ <string name="settings_title">Configurações</string>
</resources>
diff --git a/res/values-sk/strings.xml b/res/values-sk/strings.xml
index 86adff209..b8b522421 100644
--- a/res/values-sk/strings.xml
+++ b/res/values-sk/strings.xml
@@ -29,6 +29,12 @@
<!-- Details dialog "OK" button. Dismisses dialog. -->
<string name="delete">Odstrániť</string>
<!-- String Delete the selected media item(s) [CHAR LIMIT=50] -->
+ <plurals name="delete_selection">
+ <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>
<string name="share_panorama">Zdieľať panorámu</string>
<string name="share_as_photo">Zdieľať ako fotografiu</string>
@@ -40,10 +46,28 @@
<string name="close">Zavrieť</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 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">%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">%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 -->
<string name="show_on_map">Zobraziť na mape</string>
<string name="rotate_left">Otočiť doľava</string>
@@ -155,6 +179,12 @@
<!-- Title for countdown timer on camera settings screen [CHAR LIMIT=30]-->
<string name="pref_camera_timer_title">Časovač odpočítavania</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="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]-->
<string name="pref_camera_timer_sound_title">Zvuk odpočítavania</string>
<!-- Entry of camera save path -->
@@ -538,9 +568,21 @@ CHAR LIMIT = NONE] -->
<string name="pref_camera2_category_system">Systém</string>
<string name="pref_camera2_restore_default">Obnoviť predvolené</string>
<string name="pref_camera2_restore_default_hint">Nastavenie fotoaparátu bude obnovené na predvolené nastavenia</string>
+ <plurals name="save_best_dialog_content">
+ <item quantity="one">%1$d z 10 obrázkov bude uložených a zbytok bude odstránený</item>
+ <item quantity="few">%1$d z 10 obrázkov bude uložených a zbytok bude odstránený</item>
+ <item quantity="many">%1$d z 10 obrázkov bude uložených a zbytok bude odstránený</item>
+ <item quantity="other">%1$d z 10 obrázkov bude uložených a zbytok bude odstránený</item>
+ </plurals>
<string name="save_best_dialog_title">Uložiť vybrané obrázky?</string>
<string name="save_best_dialog_positive_bt">OK</string>
<string name="save_best_dialog_native_bt">Zrušiť</string>
+ <plurals name="save_best_image_toast">
+ <item quantity="one">%1$d z 10 obrázkov bolo uložených.</item>
+ <item quantity="few">%1$d z 10 obrázkov bolo uložených.</item>
+ <item quantity="many">%1$d z 10 obrázkov bolo uložených.</item>
+ <item quantity="other">%1$d z 10 obrázkov bolo uložených.</item>
+ </plurals>
<string name="dialog_do_not_show">Nabudúce nezobrazovať</string>
<string name="delete_best_dialog_title">Vymazať všetko?</string>
<string name="delete_best_dialog_content">Naozaj chcete odstrániť všetkých 10 fotografií?</string>
diff --git a/res/values-sr/qcomstrings.xml b/res/values-sr/qcomstrings.xml
index 772f0120c..3c89eff5c 100644
--- a/res/values-sr/qcomstrings.xml
+++ b/res/values-sr/qcomstrings.xml
@@ -424,6 +424,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>
@@ -436,6 +437,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>
@@ -445,6 +447,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="pref_camera_scenemode_entry_trackingfocus">Пратећи фокус</string>
@@ -454,7 +457,12 @@
<string name="pref_camera2_shutter_sound_entry_off">Искључено</string>
<string name="pref_camera2_shutter_sound_title">Звук затварача</string>
<string name="pref_camera2_timer_entry_off">Искључено</string>
+ <string name="pref_camera2_timer_entry_2sec">2 секунде</string>
+ <string name="pref_camera2_timer_entry_5sec">5 секунди</string>
+ <string name="pref_camera2_timer_entry_10sec">10 секунди</string>
<string name="makeup_ui_ok_button">У реду</string>
+ <string name="perf_camera2_preferences_category_video">Видео камера</string>
+ <string name="perf_camera2_preferences_category_system">Систем</string>
<string name="pref_camera2_scene_mode_instructional_ok">У реду</string>
<string name="pref_camera2_instant_aec_entry_disable">Онемогући</string>
<string name="pref_camera2_instant_aec_entry_aggressive">Агресивни AEC</string>
@@ -491,11 +499,23 @@
<!-- Default Zoom setting. -->
<!-- Settings menu, Zoom choices -->
<string name="pref_camera_zoom_entry_off">Искључено</string>
+ <string name="pref_camera_zoom_entry_1x">1x</string>
+ <string name="pref_camera_zoom_entry_2x">2x</string>
+ <string name="pref_camera_zoom_entry_3x">3x</string>
+ <string name="pref_camera_zoom_entry_4x">4x</string>
+ <string name="pref_camera_zoom_entry_5x">5x</string>
+ <string name="pref_camera_zoom_entry_6x">6x</string>
+ <string name="pref_camera_zoom_entry_7x">7x</string>
+ <string name="pref_camera_zoom_entry_8x">8x</string>
+ <string name="pref_camera_zoom_entry_9x">9x</string>
+ <string name="pref_camera_zoom_entry_10x">10x</string>
<string name="pref_camera2_bsgc_entry_enable">Омогући</string>
<string name="pref_camera2_bsgc_entry_disable">Онемогући</string>
<string name="pref_camera2_zsl_title">Нулто кашњење окидача</string>
<string name="pref_camera2_zsl_entry_disable">Искључено</string>
<!-- QCFA Title -->
<!-- QCFA choices -->
+ <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-sr/strings.xml b/res/values-sr/strings.xml
index 6ed709340..374ecf7cd 100644
--- a/res/values-sr/strings.xml
+++ b/res/values-sr/strings.xml
@@ -556,6 +556,12 @@ CHAR LIMIT = NONE] -->
<!-- Menu, Video rotation labels [CHAR LIMIT=50] -->
<string name="remaining_photos_format">Преостало: %d</string>
<string name="makeup_video_size_limit">Функција „Шминка“ ради само при снимању видеа у формату VGA.</string>
+ <string name="pref_camera2_category_system">Систем</string>
<string name="save_best_dialog_positive_bt">У реду</string>
+ <string name="save_best_dialog_native_bt">Откажи</string>
+ <string name="delete_best_dialog_title">Обриши све?</string>
+ <string name="delete_best_dialog_native_bt">Откажи</string>
<string name="delete_best_dialog_positive_bt">Обриши</string>
+ <string name="delete_all_best_dialog_native_bt">Откажи</string>
+ <string name="overflow_best_item1">Сачувај све</string>
</resources>
diff --git a/res/values-sv/strings.xml b/res/values-sv/strings.xml
index b733f1a9a..9fbfaaacd 100644
--- a/res/values-sv/strings.xml
+++ b/res/values-sv/strings.xml
@@ -539,6 +539,7 @@ CHAR LIMIT = NONE] -->
<!-- String shown when setting the homepage wallpaper in the background [CHAR LIMIT=NONE] -->
<string name="setting_wallpaper">Bakgrund anges</string>
<!-- Menu, Video rotation labels [CHAR LIMIT=50] -->
+ <string name="pref_camera2_category_system">System</string>
<string name="save_best_dialog_title">Spara markerade bilder?</string>
<string name="save_best_dialog_positive_bt">OK</string>
<string name="save_best_dialog_native_bt">Avbryt</string>