summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAbhisek Devkota <ciwrl@lineageos.org>2017-09-19 17:15:58 -0700
committerAbhisek Devkota <ciwrl@lineageos.org>2017-09-19 17:15:58 -0700
commit613c483e6e43d995706c257b948521bdd44104cd (patch)
treece9fb4543bed6f6089545b17641b8c89a6d1bb57
parent7e3adaea772250f3ae0412c6a61d80cb20c403e9 (diff)
downloadandroid_packages_apps_Camera2-613c483e6e43d995706c257b948521bdd44104cd.tar.gz
android_packages_apps_Camera2-613c483e6e43d995706c257b948521bdd44104cd.tar.bz2
android_packages_apps_Camera2-613c483e6e43d995706c257b948521bdd44104cd.zip
Automatic translation importreplicant-6.0-0003
Change-Id: I2a4ab15fadee6afc101dd471937f459c25a10b39
-rw-r--r--res/values-ast-rES/strings.xml94
-rw-r--r--res/values-gd-rGB/cm_strings.xml3
-rw-r--r--res_p/values-ast-rES/strings.xml1
3 files changed, 22 insertions, 76 deletions
diff --git a/res/values-ast-rES/strings.xml b/res/values-ast-rES/strings.xml
index 5cf4ac623..cb6bd0711 100644
--- a/res/values-ast-rES/strings.xml
+++ b/res/values-ast-rES/strings.xml
@@ -16,88 +16,57 @@
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- The name of the Android Camera application. [CHAR LIMIT=16] -->
- <string name="app_name">Cámara</string>
<!-- The label for the Video Camera activity. [CHAR LIMIT=16] -->
<!-- Used to format short video duration in Details dialog. minutes:seconds e.g. 00:30 -->
- <string name="details_ms">%1$02d:%2$02d</string>
<!-- Used to format video duration in Details dialog. hours:minutes:seconds e.g. 0:21:30 -->
- <string name="details_hms">%1$d:%2$02d:%3$02d</string>
<!-- Displayed in the title of the dialog for things to do with a picture
that is to be "set as" (e.g. set as contact photo or set as wallpaper) -->
<string name="set_image">Afitar semeya como</string>
<!-- Details dialog "OK" button. Dismisses dialog. -->
- <string name="delete">Desaniciar</string>
- <string name="share">Compartir</string>
- <string name="share_as_photo">Compartir como semeya</string>
<!-- The label shown after an image is deleted [CHAR LIMIT=16] -->
<string name="deleted">Desanicióse</string>
<!-- The label on the button which when clicked will undo a deletion of image [CHAR LIMIT=16]-->
- <string name="undo">DESFACER</string>
- <string name="details">Detalles</string>
- <string name="close">Zarrar</string>
<!-- String indicating timestamp of photo or video -->
- <string name="show_on_map">Amosar nel mapa</string>
<string name="rotate_left">Voltiar a izquierda</string>
<string name="rotate_right">Voltiar a drecha</string>
<!-- String used as a menu label. The user can choose to edit the image
[CHAR_LIMIT=20]-->
- <string name="edit">Editar</string>
<!-- The title of the menu item to let user crop the image. [CHAR LIMIT=15] -->
- <string name="crop_action">Recortar</string>
<!-- The title of the menu item to let user trim the video. [CHAR LIMIT=15] -->
<!-- The title of the menu item to let user set the image as background etc. [CHAR LIMIT=15] -->
- <string name="set_as">Afitar como</string>
<!-- String indicating an error when playing the video. [CHAR LIMIT=30] -->
- <string name="video_err">Nun pue reproducise\'l videu.</string>
<!-- Text indicating the title of a media item in details window [CHAR LIMIT=14] -->
- <string name="title">Títulu</string>
<!-- Text indicating the description of a media item in details window [CHAR LIMIT=14] -->
- <string name="description">Descripción</string>
<!-- Text indicating the creation time of a media item in details window [CHAR LIMIT=14] -->
- <string name="time">Hora</string>
<!-- Text indicating the location of a media item in details window [CHAR LIMIT=14] -->
<string name="location">Allugamientu</string>
<!-- Text indicating the path of a media item in details window [CHAR LIMIT=14] -->
- <string name="path">Camín</string>
<!-- Text indicating the width of a media item in details window [CHAR LIMIT=14] -->
- <string name="width">Anchor</string>
<!-- Text indicating the height of a media item in details window [CHAR LIMIT=14] -->
- <string name="height">Altor</string>
<!-- Text indicating the orientation of a media item in details window [CHAR LIMIT=14] -->
- <string name="orientation">Orientación</string>
<!-- Text indicating the duration of a video item in details window [CHAR LIMIT=18] -->
- <string name="duration">Duración</string>
<!-- Text indicating the mime type of a media item in details window [CHAR LIMIT=14] -->
<string name="mimetype">Triba MIME</string>
<!-- Text indicating the file size of a media item in details window [CHAR LIMIT=14] -->
- <string name="file_size">Tamañu del ficheru</string>
<!-- Text indicating the maker of a media item in details window [CHAR LIMIT=14] -->
- <string name="maker">Creador</string>
<!-- Text indicating the model of a media item in details window [CHAR LIMIT=14] -->
- <string name="model">Modelu</string>
<!-- Text indicating flash info of a media item in details window [CHAR LIMIT=14] -->
<string name="flash">Flax</string>
<!-- Text indicating aperture of a media item in details window [CHAR LIMIT=14] -->
- <string name="aperture">Apertura</string>
<!-- Text indicating the focal length of a media item in details window [CHAR LIMIT=14] -->
- <string name="focal_length">Llonxitú focal</string>
<!-- Text indicating the white balance of a media item in details window [CHAR LIMIT=18] -->
<!-- Text indicating the exposure time of a media item in details window [CHAR LIMIT=14] -->
- <string name="exposure_time">Tiempu d\'esposición</string>
<!-- Text indicating the ISO speed rating of a media item in details window [CHAR LIMIT=14] -->
- <string name="iso">ISO</string>
<!-- String indicating the time units in seconds. [CHAR LIMIT=8] -->
<!-- String indicating the length units in milli-meters. [CHAR LIMIT=8] -->
- <string name="unit_mm">mm</string>
<!-- String indicating how camera shooting feature is used. [CHAR LIMIT=12] -->
- <string name="manual">Manual</string>
<!-- String indicating how camera shooting feature is used. [CHAR LIMIT=12 -->
- <string name="auto">Auto</string>
<!-- String indicating camera flash is fired. [CHAR LIMIT=14] -->
<string name="flash_on">Flax disparáu</string>
<!-- String indicating camera flash is not used. [CHAR LIMIT=14] -->
<string name="flash_off">Ensin flax</string>
<!-- String indicating image width or height is unknown. [CHAR LIMIT=14] -->
+ <string name="unknown">Desconozse</string>
<!-- Toast message shown after we try to make a local album available offline
[CHAR LIMIT=150] -->
<!-- The content of a dialog showing trimming in progress. [CHAR LIMIT=30] -->
@@ -121,7 +90,6 @@
<!-- In select camera setting, back facing camera. [CHAR LIMIT=14] -->
<string name="pref_camera_id_entry_back">Trasera</string>
<!-- In select camera setting, front-facing camera. [CHAR LIMIT=14] -->
- <string name="pref_camera_id_entry_front">Delantera</string>
<!-- In select camera setting, back facing camera value. [CHAR LIMIT=14] -->
<!-- In select camera setting, front-facing camera value. [CHAR LIMIT=14] -->
<!-- Settings screen, location setting text. [CHAR LIMIT=20]-->
@@ -130,7 +98,6 @@
<string name="pref_camera_location_label">ALLUGAMIENTU</string>
<!-- Title for countdown timer on camera settings screen [CHAR LIMIT=30]-->
<string name="pref_camera_timer_title">Cuenta atrás</string>
- <string name="pref_camera_timer_sound_default">@string/setting_on_value</string>
<!-- Text followed by a checkbox to turn on/off sound effects during the countdown. [CHAR LIMIT=24]-->
<string name="pref_camera_timer_sound_title">Pitar na cuenta atrás</string>
<!-- Entry of a on/off setting. The setting is turned off. [CHAR LIMIT=15] -->
@@ -145,7 +112,6 @@
<!-- Describes the preference dialog for choosing interval between frame capture for
time lapse recording. Appears at top of the dialog. [CHAR LIMIT=30] -->
<!-- Settings screen, Camera setting category title -->
- <string name="pref_camera_settings_category">Axustes de la cámara</string>
<!-- Settings screen, Camcorder setting category title -->
<!-- Settings screen, Picture size title -->
<string name="pref_camera_picturesize_title">Tamañu d\'imaxe</string>
@@ -154,15 +120,12 @@
<!-- Settings screen, dialog choice for "small" picture size [CHAR LIMIT=20] -->
<!-- The default photo resolution value. -->
<!-- Settings screen, Focus mode title -->
- <string name="pref_camera_focusmode_title">Mou d\'enfoque</string>
<!-- Settings screen, Focus mode dialog radio button choices -->
<string name="pref_camera_focusmode_entry_auto">Auto</string>
<!-- A setting that lets the camera focus into infinity. [CHAR LIMIT=20] -->
<!-- A setting that lets the camera operate in macro focus mode for nearby objects. [CHAR LIMIT=20] -->
- <string name="pref_camera_focusmode_entry_macro">Macro</string>
<!-- Menu, focus mode labels [CHAR LIMIT=50] -->
<string name="pref_camera_focusmode_label_auto">AUTO</string>
- <string name="pref_camera_focusmode_label_macro">MACRO</string>
<!-- HDR support mode setting. -->
<!-- Default focus mode setting -->
<!-- Default flash mode setting. -->
@@ -183,25 +146,18 @@
<string name="pref_camera_flashmode_label_off">FLAX DESACTIVÁU</string>
<!-- Default white balance setting. -->
<!-- Settings screen, white balance title -->
- <string name="pref_camera_whitebalance_title">Balance de blancos</string>
<!-- Menu, white balance label -->
- <string name="pref_camera_whitebalance_label">BALANCE DE BLANCOS</string>
<!-- Settings screen, White balance dialog radio button choices -->
<string name="pref_camera_whitebalance_entry_auto">Auto</string>
- <string name="pref_camera_whitebalance_entry_incandescent">En caldia</string>
<!-- Menu, White balance labels [CHAR LIMIT=50] -->
<string name="pref_camera_whitebalance_label_auto">AUTO</string>
<string name="pref_camera_whitebalance_label_incandescent">EN CALDIA</string>
- <string name="pref_camera_whitebalance_label_fluorescent">FLUORESCENTE</string>
<!-- Default scene mode setting. -->
<!-- Settings screen, Select Scene mode -->
- <string name="pref_camera_scenemode_title">Mou d\'escena</string>
<!-- Settings menu, scene mode choices [CHAR LIMIT=16] -->
<string name="pref_camera_scenemode_entry_auto">Auto</string>
<!-- Scene mode that uses HDR plus (better HDR) [CHAR LIMIT=16] -->
- <string name="pref_camera_scenemode_entry_hdr_plus">HDR+</string>
<!-- Scene mode that uses HDR (high dynamic range) [CHAR LIMIT=16] -->
- <string name="pref_camera_scenemode_entry_hdr">HDR</string>
<!-- Scene mode to turn on HDR (better high dynamic range) [CHAR LIMIT=50] -->
<string name="pref_camera_scenemode_entry_turn_hdr_plus_on">HDR+ ACTIVAO</string>
<!-- Scene mode to turn off HDR (better high dynamic range) [CHAR LIMIT=50] -->
@@ -209,23 +165,18 @@
<!-- Scene mode to turn on HDR (high dynamic range) [CHAR LIMIT=50] -->
<string name="pref_camera_scenemode_entry_turn_hdr_on">HDR ACTIVAO</string>
<!-- Scene mode to turn off HDR (high dynamic range) [CHAR LIMIT=50] -->
+ <string name="pref_camera_scenemode_entry_turn_hdr_off">HDR DESACTIVAO</string>
<!-- Scene mode that takes an image quickly with little motion blur. [CHAR LIMIT=16] -->
- <string name="pref_camera_scenemode_entry_action">Aición</string>
<!-- Scene mode that takes long exposures to capture night scenes without flash. [CHAR LIMIT=16] -->
- <string name="pref_camera_scenemode_entry_night">Nueche</string>
<!-- Scene mode optimized for taking images in the sunset. [CHAR LIMIT=16] -->
<string name="pref_camera_scenemode_entry_sunset">Aséu</string>
<!-- Scene mode optimized for taking indoor low-lights pictures. [CHAR LIMIT=16] -->
- <string name="pref_camera_scenemode_entry_party">Folixa</string>
<!-- Settings menu, scene mode labels [CHAR LIMIT=50] -->
<!-- Scene mode that takes an image quickly with little motion blur. [CHAR LIMIT=50] -->
- <string name="pref_camera_scenemode_label_action">AICIÓN</string>
<!-- Scene mode that takes long exposures to capture night scenes without flash. [CHAR LIMIT=50] -->
- <string name="pref_camera_scenemode_label_night">NUECHE</string>
<!-- Scene mode optimized for taking images in the sunset. [CHAR LIMIT=50] -->
<string name="pref_camera_scenemode_label_sunset">ASÉU</string>
<!-- Scene mode optimized for taking indoor low-lights pictures. [CHAR LIMIT=50] -->
- <string name="pref_camera_scenemode_label_party">FOLIXA</string>
<!-- Settings menu countdown timer off [CHAR LIMIT=50] -->
<!-- Settings menu countdown timer 1 second [CHAR LIMIT=50] -->
<string name="pref_camera_countdown_label_one">1 SEGUNDU</string>
@@ -239,18 +190,12 @@
<!-- Exposure settings in preference -->
<!-- menu label exposure compensation [CHAR LIMIT=50] -->
<!-- Default HDR entry value -->
- <string name="pref_camera_hdr_default">@string/setting_off_value</string>
<!-- Default HDR+ entry value -->
- <string name="pref_camera_hdr_plus_default">@string/setting_off_value</string>
<!-- HDR label ON [CHAR LIMIT=60] -->
- <string name="pref_camera_hdr_label">HDR</string>
<!-- switch camera label back [CHAR LIMIT=60] -->
- <string name="pref_camera_id_label_back">CÁMARA FRONTAL</string>
<!-- switch camera label front [CHAR LIMIT=60] -->
- <string name="pref_camera_id_label_front">CÁMARA TRASERA</string>
<!-- Dialog "OK" button. Dismisses dialog. -->
<string name="dialog_ok">ACEUTAR</string>
- <string name="dialog_cancel">Encaboxar</string>
<!-- Dialog "Report" button. Opens Google Feedback screen [CHAR LIMIT=12] -->
<!-- Dialog "Dismiss" button. Closes the dialog [CHAR LIMIT=12]-->
<!-- Low-memory dialog message [CHAR LIMIT=NONE] -->
@@ -272,17 +217,11 @@
<!-- Effect setting item that clear the effect. [CHAR LIMIT=14] -->
<!-- Effect setting item that squeezes the face. [CHAR LIMIT=14] -->
<!-- Effect setting item that makes eyes big. [CHAR LIMIT=14] -->
- <string name="effect_goofy_face_big_eyes">Güeyos grandes</string>
<!-- Effect setting item that makes mouth big. [CHAR LIMIT=14] -->
- <string name="effect_goofy_face_big_mouth">Boca grande</string>
<!-- Effect setting item that makes mouth small. [CHAR LIMIT=14] -->
- <string name="effect_goofy_face_small_mouth">Boca pequeña</string>
<!-- Effect setting item that makes nose big. [CHAR LIMIT=14] -->
- <string name="effect_goofy_face_big_nose">Nariz grande</string>
<!-- Effect setting item that makes eyes small. [CHAR LIMIT=14] -->
- <string name="effect_goofy_face_small_eyes">Güeyos pequeños</string>
<!-- Effect setting item that replaces background with Android in Space. [CHAR LIMIT=14] -->
- <string name="effect_backdropper_space">Nel espaciu</string>
<!-- Effect setting item that replaces background with a sunset. [CHAR LIMIT=16] -->
<!-- Effect setting item that replaces background with video from gallery. [CHAR LIMIT=16] -->
<!-- Toast telling users tapping on the viewfinder will take a picture [CHAR LIMIT=54] -->
@@ -291,12 +230,9 @@
<!-- A button in effect setting popup to clear the effect. [CHAR LIMIT=26] -->
<!-- Title of category for silly face effects. [CHAR LIMIT=26] -->
<!-- Title of category for background replacement effects. [CHAR LIMIT=26] -->
- <string name="effect_background">FONDU</string>
<!-- The shutter button. [CHAR LIMIT=NONE] -->
<!-- The cancel button. Used to cancel an in progress shot [CHAR LIMIT=NONE] -->
- <string name="accessibility_cancel_button">Encaboxar</string>
<!-- The menu button. [CHAR LIMIT=NONE] -->
- <string name="accessibility_menu_button">Botón Menú</string>
<!-- The check box in camera settings, such as store location. [CHAR LIMIT=NONE] -->
<!-- The button to switch to Camera mode. [CHAR LIMIT=NONE] -->
<!-- The button to switch to Video mode. [CHAR LIMIT=NONE] -->
@@ -335,18 +271,31 @@
<!-- Describes button on top of a video in filmstrip that is a play icon, pressing starts external video player [CHAR LIMIT=NONE] -->
<!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
<!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
+ <string name="pref_video_time_lapse_frame_interval_500">0,5 segundos</string>
<!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
+ <string name="pref_video_time_lapse_frame_interval_1000">1 segundu</string>
<!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
+ <string name="pref_video_time_lapse_frame_interval_1500">1,5 segundos</string>
<!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
+ <string name="pref_video_time_lapse_frame_interval_2000">2 segundos</string>
<!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
+ <string name="pref_video_time_lapse_frame_interval_2500">2,5 segundos</string>
<!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
+ <string name="pref_video_time_lapse_frame_interval_3000">3 segundos</string>
<!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
+ <string name="pref_video_time_lapse_frame_interval_4000">4 segundos</string>
<!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
+ <string name="pref_video_time_lapse_frame_interval_5000">5 segundos</string>
<!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
+ <string name="pref_video_time_lapse_frame_interval_6000">6 segundos</string>
<!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
+ <string name="pref_video_time_lapse_frame_interval_10000">10 segundos</string>
<!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
+ <string name="pref_video_time_lapse_frame_interval_12000">12 segundos</string>
<!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
+ <string name="pref_video_time_lapse_frame_interval_15000">15 segundos</string>
<!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
+ <string name="pref_video_time_lapse_frame_interval_24000">24 segundos</string>
<!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
<string name="pref_video_time_lapse_frame_interval_30000">0,5 minutos</string>
<!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
@@ -376,6 +325,7 @@
<!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
<!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
<!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
+ <string name="pref_video_time_lapse_frame_interval_5400000">1,5 hores</string>
<!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
<!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
<!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
@@ -387,6 +337,7 @@
<!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
<!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
<!-- Seconds: a unit of time for time lapse intervals. [CHAR LIMIT=20] -->
+ <string name="time_lapse_seconds">segundos</string>
<!-- Minutes: a unit of time for time lapse intervals. [CHAR LIMIT=20] -->
<string name="time_lapse_minutes">minutos</string>
<!-- Hours: a unit of time for time lapse intervals. [CHAR LIMIT=20] -->
@@ -402,9 +353,7 @@
<!-- Positive answer for first run dialog asking if the user wants to remember photo locations [CHAR LIMIT=20] -->
<!-- Camera menu labels -->
<!-- more options label [CHAR LIMIT=50] -->
- <string name="camera_menu_more_label">MÁS OPCIONES</string>
<!-- settings label [CHAR LIMIT=50] -->
- <string name="camera_menu_settings_label">AXUSTES</string>
<!-- Tiny Planet -->
<!-- Button to press for creating a tiny planet image. [CHAR LIMIT=30] -->
<!-- Message shown while a tiny planet image is being saved. [CHAR LIMIT=30] -->
@@ -417,9 +366,7 @@
<!-- Label for album filmstrip button -->
<!-- String shown when setting the homepage wallpaper in the background [CHAR LIMIT=NONE] -->
<!-- Camera settings. [CHAR LIMIT=25] -->
- <string name="mode_settings">Axustes</string>
<!-- Text shown in the camera mode options list for normal camera mode [CHAR LIMIT=25] -->
- <string name="mode_camera">Cámara</string>
<!-- Text shown in the camera mode options list for putting camera in video recording mode [CHAR LIMIT=25] -->
<!-- Text shown in the camera mode options list for putting camera in photo sphere mode. 'Photo sphere' is a product name. [CHAR LIMIT=25] -->
<!-- Text shown in the camera mode options list for putting camera in time lapse mode [CHAR LIMIT=25] -->
@@ -441,9 +388,7 @@
<!-- Accessibility text for grid lines toggle button states [CHAR_LIMIT=NONE] -->
<!-- Accessibility text for countdown timer toggle button states [CHAR_LIMIT=NONE] -->
<!-- Accessibility text for More Options button [CHAR_LIMIT=NONE] -->
- <string name="more_options_desc">Más opciones</string>
<!-- Accessibility text for cancel button [CHAR_LIMIT=NONE] -->
- <string name="cancel_button_description">Encaboxar</string>
<!-- Accessibility text for done button [CHAR_LIMIT=NONE] -->
<!-- Accessibility text for retake button [CHAR_LIMIT=NONE] -->
<!-- Accessibility text for video review button [CHAR_LIMIT=NONE] -->
@@ -474,10 +419,8 @@
<!-- Title of a dialog showing open source licenses used in the app. [CHAR LIMIT=30] -->
<!-- Default number of times to play peek animation. -->
<!-- Title of a preference group which contains general settings. [CHAR LIMIT=30] -->
- <string name="pref_category_general">Axustes xenerales</string>
<!-- Title of a preference group which contains settings for changing capture resolution and quality. [CHAR LIMIT=30] -->
<!-- Title of a preference group which contains information about the app. [CHAR LIMIT=30] -->
- <string name="pref_category_about">Tocante a</string>
<!-- Title of a preference which shows the build version of the app. [CHAR LIMIT=30] -->
<!-- Video quality setting entry. Videos will be recorded in the lowest quality available on the device. [CHAR LIMIT=24] -->
<!-- Video quality setting entry. Videos will be recorded in the highest quality available on the device. [CHAR LIMIT=24] -->
@@ -493,12 +436,13 @@
<!-- Video quality setting entry. Videos will be recorded in 2160p quality. [CHAR LIMIT=24] -->
<!-- The strings below will not be translated. We're using them until the above translations are sane. -->
<!-- Message shown in the settings summary for how many megapixels have been selected. [CHAR LIMIT=24]-->
+ <string name="setting_summary_x_megapixels">%1$s megapíxeles</string>
<!-- Message shown in the settings summary that includes the the aspect ratio of the selected resolution i.e. (4:3) and the size of the selected resolution in megapixels. [CHAR LIMIT=24]-->
+ <string name="setting_summary_aspect_ratio_and_megapixels">(%1$d:%2$d) %3$s megapíxeles</string>
<!-- Text shown above the button that opens to editor for images created from lens blur mode. [CHAR LIMIT=60] -->
<!-- Title of a preference group for advanced preferences. [CHAR LIMIT=30] -->
<string name="pref_category_advanced">Avanzao</string>
<!-- Title of a preference for enabling manual exposure compensation. [CHAR LIMIT=20] -->
- <string name="pref_camera_exposure_compensation">Esposición manual</string>
<!-- Text shown next to the settings button to explain what is in settings menu. [CHAR LIMIT=120] !-->
<!-- Title on the startup screen that lets user select photo aspect ratio. [CHAR LIMIT=40]-->
<!-- Text on the photo aspect ratio selection screen. [CHAR LIMIT=120] -->
diff --git a/res/values-gd-rGB/cm_strings.xml b/res/values-gd-rGB/cm_strings.xml
index 07ad342f8..227e85a0b 100644
--- a/res/values-gd-rGB/cm_strings.xml
+++ b/res/values-gd-rGB/cm_strings.xml
@@ -17,6 +17,9 @@
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- More Settings screen, power button title -->
+ <string name="pref_camera_power_shutter_title">Siutair putan na cumhachd</string>
<!-- More Settings screen, max brightness title -->
+ <string name="pref_camera_max_brightness_title">Sgrìn shoilleir</string>
<!-- More Settings screen, storage title -->
+ <string name="pref_camera_storage_title">Ionad stòrais</string>
</resources>
diff --git a/res_p/values-ast-rES/strings.xml b/res_p/values-ast-rES/strings.xml
index 24ef88436..2a8e4bcd5 100644
--- a/res_p/values-ast-rES/strings.xml
+++ b/res_p/values-ast-rES/strings.xml
@@ -16,5 +16,4 @@
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- Name of the Gallery app, for which we have an ActionBar button in Filmstrip. Should be kep in sync with the name of AOSP Gallery app [CHAR LIMIT=40]-->
- <string name="gallery_app_name">Galería</string>
</resources>