summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bestas <mkbestas@lineageos.org>2018-10-14 13:43:57 +0300
committerMichael Bestas <mkbestas@lineageos.org>2018-10-14 13:43:57 +0300
commitba45cb1482084aafa00c13f3b79b5ecb7fe9de2a (patch)
treec1c1c966a2eb2385eb143ad8061510f8dbe88997
parent7a4b3f7b385bebd3dd549e1c7b493562df0d0fb6 (diff)
downloadandroid_packages_apps_Gallery2-ba45cb1482084aafa00c13f3b79b5ecb7fe9de2a.tar.gz
android_packages_apps_Gallery2-ba45cb1482084aafa00c13f3b79b5ecb7fe9de2a.tar.bz2
android_packages_apps_Gallery2-ba45cb1482084aafa00c13f3b79b5ecb7fe9de2a.zip
Automatic translation import
Change-Id: I221cc7dbbb6fc66f43e126edd88d1929fae2a0dd
-rw-r--r--res/values-ast-rES/filtershow_strings.xml9
-rw-r--r--res/values-ast-rES/strings.xml43
-rw-r--r--res/values-cy/codeaurora_strings.xml2
-rw-r--r--res/values-cy/filtershow_strings.xml107
-rw-r--r--res/values-cy/strings.xml428
-rw-r--r--res/values-es-rUS/codeaurora_strings.xml2
-rw-r--r--res/values-ru/codeaurora_strings.xml2
7 files changed, 591 insertions, 2 deletions
diff --git a/res/values-ast-rES/filtershow_strings.xml b/res/values-ast-rES/filtershow_strings.xml
index ff9ea0b93..40563bbf1 100644
--- a/res/values-ast-rES/filtershow_strings.xml
+++ b/res/values-ast-rES/filtershow_strings.xml
@@ -53,21 +53,29 @@
<!-- Text for the history panel reset button [CHAR LIMIT=20]-->
<string name="reset">Reafitar</string>
<!-- Text for the original image[CHAR LIMIT=20]-->
+ <string name="history_original">@string/original</string>
<!-- Image state panel -->
<!-- Text for the image state panel title [CHAR LIMIT=50] -->
+ <string name="imageState">Efeutos aplicaos</string>
<!-- Additional filters buttons -->
<!-- Label for the compare original image filter button [CHAR LIMIT=15] -->
<!-- Label for the apply effect button [CHAR LIMIT=15] -->
+ <string name="apply_effect">Aplicar</string>
<!-- Label for the reset effect button [CHAR LIMIT=15] -->
<string name="reset_effect">Reafitar</string>
<!-- Label for aspect [CHAR LIMIT=15] -->
<!-- Label for the aspect 1:1 effect [CHAR LIMIT=15] -->
+ <string name="aspect1to1_effect">1:1</string>
<!-- Label for the aspect 4:3 effect [CHAR LIMIT=15] -->
+ <string name="aspect4to3_effect">4:3</string>
<!-- Label for the aspect 3:4 effect [CHAR LIMIT=15] -->
+ <string name="aspect3to4_effect">3:4</string>
<!-- Label for the aspect 4:7 effect [CHAR LIMIT=15] -->
+ <string name="aspect4to6_effect">4:6</string>
<!-- Label for the aspect 5:7 effect [CHAR LIMIT=15] -->
<!-- Label for the aspect 7:5 effect [CHAR LIMIT=15] -->
<!-- Label for the aspect 1:1 effect [CHAR LIMIT=15] -->
+ <string name="aspect9to16_effect">16:9</string>
<!-- Label for the aspect None effect [CHAR LIMIT=15] -->
<!-- Label for the aspect None effect [CHAR LIMIT=15] -->
<string name="aspectOriginal_effect">@string/original</string>
@@ -161,6 +169,7 @@
<!-- Label for the Current version in the versions panel [CHAR LIMIT=30] -->
<!-- Label for exif tags in the information panel [CHAR LIMIT=50] -->
<!-- Label for exif tags in the information panel [CHAR LIMIT=50] -->
+ <string name="filtershow_exif_aperture">Apertura</string>
<!-- Label for exif tags in the information panel [CHAR LIMIT=50] -->
<!-- Label for exif tags in the information panel [CHAR LIMIT=50] -->
<!-- Label for exif tags in the information panel [CHAR LIMIT=50] -->
diff --git a/res/values-ast-rES/strings.xml b/res/values-ast-rES/strings.xml
index a39848191..f66a7eb3d 100644
--- a/res/values-ast-rES/strings.xml
+++ b/res/values-ast-rES/strings.xml
@@ -18,7 +18,9 @@
<string name="app_name">Galería</string>
<!-- Title for picture frame gadget to show in list of all available gadgets -->
<!-- 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>
<!-- Activity label. This might show up in the activity-picker -->
<!-- shown in the video player view while the video is being loaded, before it starts playing -->
<!-- Message shown on the progress dialog to indicate we're loading the
@@ -63,13 +65,26 @@
<!-- The label shown after an image is deleted [CHAR LIMIT=16] -->
<!-- The label on the button which when clicked will undo a deletion of image [CHAR LIMIT=16]-->
<!-- String indicating more actions are available -->
+ <string name="details_title">%1$d de %2$d elementos:</string>
<!-- Title of a menu item to switch from Gallery to Camera app [CHAR LIMIT=30] -->
<!-- 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 esbilláu</item>
+ <item quantity="other">%1$d esbillaos</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 esbilláu</item>
+ <item quantity="other">%1$d esbillaos</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 esbilláu</item>
+ <item quantity="other">%1$d esbillaos</item>
+ </plurals>
<!-- String indicating timestamp of photo or video -->
<!-- Toast message prompted when the specified item is not found [CHAR LIMIT=40]-->
<!-- String used as a menu label. The user can choose to edit the image
@@ -120,6 +135,8 @@
<!-- Text for the empty state of the StackView AppWidget [CHAR LIMIT=30] -->
<!-- Toast message shown when the cropped image has been saved in the
%s folder (string: folder_download) [CHAR LIMIT=50]-->
+ <string name="crop_saved">
+ La imaxe retayada guardóse en <xliff:g id="folder_name">%s</xliff:g>.</string>
<!-- Toast message shown when there is no albums available [CHAR LIMIT=50]-->
<!-- Toast message shown when we close the AlbumPage because it is empty
[CHAR LIMIT=50] -->
@@ -131,6 +148,7 @@
finished selection. [CHAR LIMIT=15] -->
<!-- String indicating the sequence of currently selected item in the
media set eg. 3 of 5 items [CHAR LIMIT=30] -->
+ <string name="sequence_in_set">%1$d de %2$d elementos:</string>
<!-- Text indicating the title of a media item in details window [CHAR LIMIT=14] -->
<!-- Text indicating the description of a media item in details window [CHAR LIMIT=14] -->
<!-- Text indicating the creation time of a media item in details window [CHAR LIMIT=14] -->
@@ -147,6 +165,7 @@
<!-- Text indicating the model of a media item in details window [CHAR LIMIT=14] -->
<!-- Text indicating flash info of a media item in details window [CHAR LIMIT=14] -->
<!-- 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] -->
<!-- Text indicating the white balance of a media item in details window [CHAR LIMIT=14] -->
<!-- Text indicating the exposure time of a media item in details window [CHAR LIMIT=14] -->
@@ -178,6 +197,7 @@
Esti elementu ta atroxáu llocalmente y disponible y fuera llinia.</string>
<!-- A label shown on the action bar. It indicates that the user is
viewing all available albums [CHAR LIMIT=20] -->
+ <string name="set_label_all_albums">Tolos álbumes</string>
<!-- A label shown on the action bar. It indicates that the user is
viewing albums stored locally on the device [CHAR LIMIT=20] -->
<!-- A label shown on the action bar. It indicates that the user is
@@ -219,6 +239,7 @@
<!-- The title of the dialog for choosing the type of widget. [CHAR LIMIT=20] -->
<!-- Title of the Android Dreams slideshow screensaver. [CHAR LIMIT=20] -->
<!-- Group by Albums tab on Action Bar. [CHAR LIMIT=12] -->
+ <string name="albums">Álbumes</string>
<!-- Group by Times tab on Action Bar. [CHAR LIMIT=12] -->
<!-- Group by Locations tab on Action Bar. [CHAR LIMIT=12] -->
<string name="locations">Allugamientos</string>
@@ -253,6 +274,10 @@
<!-- Text of notification message which is shown when user attaches camera -->
<!-- String indicating how many media items from the camera have been scanned -->
<!-- String indicating how many media items from the camera have been selected -->
+ <plurals name="ingest_number_of_items_selected">
+ <item quantity="one">%1$d elementu esbilláu</item>
+ <item quantity="other">%1$d elementos esbillaos</item>
+ </plurals>
<!-- Status message shown when content from the camera is being sorted -->
<!-- Status message shown when scanning the content from the camera has completed -->
<string name="ingest_scanning_done">Escanéu fechu</string>
@@ -295,6 +320,7 @@
<item quantity="one">1 segundu</item>
<item quantity="other">%d segundos</item>
</plurals>
+ <string name="pref_camera_timer_sound_default">@string/setting_on_value</string>
<!-- Text followed by a checkbox to turn on/off sound effects during the countdown. [CHAR LIMIT = 16]-->
<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] -->
@@ -382,6 +408,7 @@
<!-- 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>
<!-- HDR label ON [CHAR LIMIT=60] -->
<!-- switch camera label back [CHAR LIMIT=60] -->
<!-- switch camera label front [CHAR LIMIT=60] -->
@@ -434,6 +461,7 @@
<!-- The decrement button in camera preference such as exposure, picture size. [CHAR LIMIT = NONE] -->
<!-- The increment button in camera preference such as exposure, picture size. [CHAR LIMIT = NONE] -->
<!-- The check box in camera settings, such as store location. [CHAR LIMIT = NONE] -->
+ <string name="accessibility_check_box">Caxellu %1$s</string>
<!-- The button to switch to Camera mode. [CHAR LIMIT = NONE] -->
<!-- The button to switch to Video mode. [CHAR LIMIT = NONE] -->
<!-- The button to switch to Panorama mode. [CHAR LIMIT = NONE] -->
@@ -504,19 +532,29 @@ CHAR LIMIT = NONE] -->
<!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
<string name="pref_video_time_lapse_frame_interval_1440000">24 minutos</string>
<!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
+ <string name="pref_video_time_lapse_frame_interval_1800000">0,5 hores</string>
<!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
+ <string name="pref_video_time_lapse_frame_interval_3600000">1 hora</string>
<!-- 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] -->
+ <string name="pref_video_time_lapse_frame_interval_7200000">2 hores</string>
<!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
+ <string name="pref_video_time_lapse_frame_interval_9000000">2,5 hores</string>
<!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
+ <string name="pref_video_time_lapse_frame_interval_10800000">3 hores</string>
<!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
+ <string name="pref_video_time_lapse_frame_interval_14400000">4 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] -->
+ <string name="pref_video_time_lapse_frame_interval_36000000">10 hores</string>
<!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
+ <string name="pref_video_time_lapse_frame_interval_43200000">12 hores</string>
<!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
+ <string name="pref_video_time_lapse_frame_interval_54000000">15 hores</string>
<!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
+ <string name="pref_video_time_lapse_frame_interval_86400000">24 hores</string>
<!-- 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] -->
@@ -537,8 +575,13 @@ CHAR LIMIT = NONE] -->
<!-- Menu item to search for photos [CHAR LIMIT=25] -->
<!-- Title for the all photos tab [CHAR LIMIT=25] -->
<!-- Title for the albums tab [CHAR LIMIT=25] -->
+ <string name="tab_albums">Álbumes</string>
<!-- Camera menu labels -->
<!-- more options label [CHAR LIMIT=50] -->
<!-- settings label [CHAR LIMIT=50] -->
<!-- String indicating how many photos are in an album [CHAR LIMIT=15] -->
+ <plurals name="number_of_photos">
+ <item quantity="one">%1$d semeya</item>
+ <item quantity="other">%1$d semeyes</item>
+ </plurals>
</resources>
diff --git a/res/values-cy/codeaurora_strings.xml b/res/values-cy/codeaurora_strings.xml
index 257cb2c09..ce92dd9b8 100644
--- a/res/values-cy/codeaurora_strings.xml
+++ b/res/values-cy/codeaurora_strings.xml
@@ -39,6 +39,8 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
have people information in them [CHAR LIMIT=20]-->
<!-- The tips of trimming video -->
<!-- Timeline screen title -->
+ <string name="timeline_title">Llinell amser</string>
<!-- Albums screen title -->
<!-- Videos screen title -->
+ <string name="videos_title">Fideos</string>
</resources>
diff --git a/res/values-cy/filtershow_strings.xml b/res/values-cy/filtershow_strings.xml
index 12a8c39c8..7a7930f3f 100644
--- a/res/values-cy/filtershow_strings.xml
+++ b/res/values-cy/filtershow_strings.xml
@@ -16,46 +16,74 @@
-->
<resources>
<!-- Title for the image editor activity [CHAR LIMIT=NONE]-->
+ <string name="title_activity_filter_show">Golygydd Lluniau</string>
<!-- String shown when we cannot load the image when starting the activity [CHAR LIMIT=NONE] -->
+ <string name="cannot_load_image">Methu â llwytho\'r ddelwedd!</string>
<!-- String shown when cannot load the original image. We will edit selected image [CHAR LIMIT=NONE] -->
+ <string name="cannot_edit_original">Methu â golygu\'r gwreiddiol</string>
<!-- String displayed when showing the original image [CHAR LIMIT=NONE] -->
<!-- String displayed when setting the homepage wallpaper in the background [CHAR LIMIT=NONE] -->
+ <string name="setting_wallpaper">Yn gosod fel papur wal</string>
<!-- generic strings -->
<!-- Text for to display on a download failure [CHAR LIMIT=NONE] -->
+ <string name="download_failure">Methwyd â lawrlwytho\'r llun. Rhwydwaith ddim ar gael.</string>
<!-- Text to label an image as "original" [CHAR LIMIT=20] -->
+ <string name="original">Gwreiddiol</string>
<!-- Text for filters that apply a border to a picture [CHAR LIMIT=20] -->
<!-- Text for the custom border filter [CHAR LIMIT=20] -->
+ <string name="custom_border">Addasedig</string>
<!-- actionbar menu -->
<!-- Text for the undo menu item [CHAR LIMIT=20] -->
+ <string name="filtershow_undo">Dadwneud</string>
<!-- Text for redo menu item [CHAR LIMIT=20] -->
+ <string name="filtershow_redo">Ail-wneud</string>
<!-- Text for the image menu item showing the filters that have been applied [CHAR LIMIT=30] -->
<!-- Text for the image state panel menu item [CHAR LIMIT=30] -->
<!-- Text for the menu item to export a flattened photo[CHAR LIMIT=30] -->
+ <string name="export_image">Allforio</string>
<!-- Text for the print menu item [CHAR LIMIT=20] -->
+ <string name="print_image">Argraffu</string>
<!-- Export Dialog-->
<!-- Text for the dialog title to export a flattened photo[CHAR LIMIT=25] -->
+ <string name="export_flattened">Allforio Delwedd wedi\'i Fflatio</string>
<!-- Text for selecting export image quality [CHAR LIMIT=100] -->
+ <string name="select_output_settings">Bydd y ddelwedd sy\'n cael ei allforio yn gopi, heb yr hanes.</string>
<!-- Text for quality value tag [CHAR LIMIT=30] -->
+ <string name="quality">Ansawdd</string>
<!-- Text for size value tag [CHAR LIMIT=30] -->
+ <string name="size">Maint</string>
<!-- Text for size x [CHAR LIMIT=1] -->
+ <string name="x">x</string>
<!-- Name for the overflow menu item for settings [CHAR LIMIT=20] -->
+ <string name="menu_settings">Gosodiadau</string>
<!-- Exit Dialog -->
<!-- String displayed when exiting with unsaved changes [CHAR LIMIT=NONE] -->
+ <string name="unsaved">Mae newidiadau i\'r ddelwedd hon heb eu cadw.</string>
<!-- String displayed when exiting with unsaved changes [CHAR LIMIT=NONE] -->
+ <string name="save_before_exit">Wyt ti eisiau cadw cyn gadael?</string>
<!-- String displayed when saving and exiting editor [CHAR LIMIT=NONE] -->
+ <string name="save_and_exit">Cadw a Gadael</string>
<!-- String displayed when saving and exiting editor [CHAR LIMIT=NONE] -->
+ <string name="save_and_processing">Yn prosesu delwedd maint llawn...</string>
<!-- String displayed when exiting editor[CHAR LIMIT=NONE] -->
+ <string name="exit">Gadael</string>
<!-- History Panel -->
<!-- Text for the history panel title [CHAR LIMIT=50] -->
+ <string name="history">Hanes</string>
<!-- Text for the history panel reset button [CHAR LIMIT=20]-->
+ <string name="reset">Ailosod</string>
<!-- Text for the original image[CHAR LIMIT=20]-->
<!-- Image state panel -->
<!-- Text for the image state panel title [CHAR LIMIT=50] -->
<!-- Additional filters buttons -->
<!-- Label for the compare original image filter button [CHAR LIMIT=15] -->
+ <string name="compare_original">Cymharu</string>
<!-- Label for the apply effect button [CHAR LIMIT=15] -->
+ <string name="apply_effect">Gosod</string>
<!-- Label for the reset effect button [CHAR LIMIT=15] -->
+ <string name="reset_effect">Ailosod</string>
<!-- Label for aspect [CHAR LIMIT=15] -->
+ <string name="aspect">Cymhareb</string>
<!-- Label for the aspect 1:1 effect [CHAR LIMIT=15] -->
<!-- Label for the aspect 4:3 effect [CHAR LIMIT=15] -->
<!-- Label for the aspect 3:4 effect [CHAR LIMIT=15] -->
@@ -64,100 +92,179 @@
<!-- Label for the aspect 7:5 effect [CHAR LIMIT=15] -->
<!-- Label for the aspect 1:1 effect [CHAR LIMIT=15] -->
<!-- Label for the aspect None effect [CHAR LIMIT=15] -->
+ <string name="aspectNone_effect">Dim</string>
<!-- Label for the aspect None effect [CHAR LIMIT=15] -->
<!-- Label for when the aspect ratio is fixed to a value [CHAR LIMIT=15] -->
+ <string name="Fixed">Sefydlog</string>
<!-- Label for the tuny planet effect [CHAR LIMIT=10] -->
+ <string name="tinyplanet">Planed Fychan</string>
<!-- Filters buttons -->
<!-- Label for the image exposure (brightness) filter button [CHAR LIMIT=10] -->
+ <string name="exposure" msgid="1229093066434614811">Goleuni</string>
<!-- Label for the image sharpness (clarity, distinctness) filter button [CHAR LIMIT=10] -->
+ <string name="sharpness">Awch</string>
<!-- Label for the image contrast (color difference) filter button [CHAR LIMIT=10] -->
+ <string name="contrast">Cyferbyniaeth</string>
<!-- Label for the image vibrance (strengthens colors) filter button [CHAR LIMIT=10] -->
+ <string name="vibrance">Cryfder Lliwiau</string>
<!-- Label for the image saturation (brightens colors) filter button [CHAR LIMIT=10] -->
<!-- Label for the image BW filter (makes black & white) button [CHAR LIMIT=10] -->
+ <string name="bwfilter">Hidlydd DG</string>
<!-- Label for the image Autocolor filter (makes off-white colors whiter) button [CHAR LIMIT=10] -->
+ <string name="wbalance">Awtoliw</string>
<!-- Label for the image Hue filter (color, shade, tinge, tone) button [CHAR LIMIT=10] -->
+ <string name="hue">Gwawr</string>
<!-- Label for the image shadow recovery (lightens/darkens shadows) filter button [CHAR LIMIT=10] -->
+ <string name="shadow_recovery">Cysgodion</string>
<!-- Label for the image highlights recovery (lightens/darkens bright regions) filter button [CHAR LIMIT=15] -->
+ <string name="highlight_recovery">Goleubwyntio</string>
<!-- Label for the image curves filter button [CHAR LIMIT=10] -->
+ <string name="curvesRGB">Cromliniau</string>
<!-- Label for the image vignette filter (darkens photo around edges) button [CHAR LIMIT=10] -->
<!-- Label for the image vignette main parameter ui [CHAR LIMIT=15] -->
<!-- Label for the image vignette exposure parameter ui [CHAR LIMIT=15] -->
+ <string name="vignette_exposure">Goleuni</string>
<!-- Label for the image vignette saturation parameter ui [CHAR LIMIT=15] -->
<!-- Label for the image vignette contrast fparameter ui [CHAR LIMIT=15] -->
+ <string name="vignette_contrast">Cyferbyniaeth</string>
<!-- Label for the rate of change in brightness as it goes to the edge [CHAR LIMIT=15] -->
<!-- Label for the image effect that removes redeye. [CHAR LIMIT=10] -->
+ <string name="redeye">Llygaid Cochion</string>
<!-- Label for the that allows drawing on Image [CHAR LIMIT=10] -->
+ <string name="imageDraw">Darlunio</string>
<!-- Label for the image straighten effect [CHAR LIMIT=15] -->
+ <string name="straighten" msgid="5217801513491493491">Sythu</string>
<!-- Label for the image crop effect [CHAR LIMIT=15] -->
+ <string name="crop" msgid="5584000454518174632">Tocio</string>
<!-- Label for the image rotate effect [CHAR LIMIT=15] -->
+ <string name="rotate" msgid="460017689320955494">Cylchdroi</string>
<!-- Label for the image flip effect [CHAR LIMIT=15] -->
+ <string name="mirror">Fflipio</string>
<!-- Name for the photo effect that inverts photo to negative images. [CHAR LIMIT=10] -->
+ <string name="negative">Negyddol</string>
<!-- Label for having no filters applied to the image [CHAR LIMIT=10] -->
+ <string name="none" msgid="3601545724573307541">Dim</string>
<!-- Label for the image edges effect (highlights edges in image) [CHAR LIMIT=10] -->
+ <string name="edge">Ymylon</string>
<!-- Label for an image effect that replicates the "pop art" style of segmenting
images into solid colors, as popularized by Andy Warhol [CHAR LIMIT=15] -->
+ <string name="kmeans">Postereiddio</string>
<!-- Label for the image downsampling effect (makes image smaller) [CHAR LIMIT=15] -->
<!-- Label for the "neutral density graduated filter" filter effect [CHAR LIMIT=15] -->
<!-- Label for the Brightness effect [CHAR LIMIT=20] -->
+ <string name="editor_grad_brightness">Disgleirdeb</string>
<!-- Label for the Contrast filter effect [CHAR LIMIT=20] -->
+ <string name="editor_grad_contrast">Cyferbyniaeth</string>
<!-- Label for the saturation effect [CHAR LIMIT=20] -->
<!-- Label for the Main or Master control for per channel saturation effect [CHAR LIMIT=20] -->
+ <string name="editor_chan_sat_main">Prif</string>
<!-- Label for the red control for per channel saturation effect [CHAR LIMIT=20] -->
+ <string name="editor_chan_sat_red">Coch</string>
<!-- Label for the yellow control for per channel saturation effect [CHAR LIMIT=20] -->
+ <string name="editor_chan_sat_yellow">Melyn</string>
<!-- Label for the green control for per channel saturation effect [CHAR LIMIT=20] -->
+ <string name="editor_chan_sat_green">Gwyrdd</string>
<!-- Label for the cyan control for per channel saturation effect [CHAR LIMIT=20] -->
+ <string name="editor_chan_sat_cyan">Gwyrddlas</string>
<!-- Label for the blue control for per channel saturation effect [CHAR LIMIT=20] -->
+ <string name="editor_chan_sat_blue">Glas</string>
<!-- Label for the Magenta control for per channel saturation effect [CHAR LIMIT=20] -->
+ <string name="editor_chan_sat_magenta">Magenta</string>
<!-- Label for the image graduated filter effect [CHAR LIMIT=20] -->
+ <string name="editor_grad_style">Arddull</string>
<!-- new virtual graduated neutral density filter [CHAR LIMIT=20] -->
+ <string name="editor_grad_new">newydd</string>
<!-- Labels for the curves tool -->
<!-- Label for the curves tool, all channels (RGB) [CHAR LIMIT=3] -->
+ <string name="curves_channel_rgb">RGB</string>
<!-- Label for the curves tool, Red color channel [CHAR LIMIT=14] -->
+ <string name="curves_channel_red">Coch</string>
<!-- Label for the curves tool, Green color channel [CHAR LIMIT=14] -->
+ <string name="curves_channel_green">Gwyrdd</string>
<!-- Label for the curves tool, Blue color channel [CHAR LIMIT=14] -->
+ <string name="curves_channel_blue">Glas</string>
<!-- Label for the The style to draw in [CHAR LIMIT=14] -->
+ <string name="draw_style">Arddull</string>
<!-- Label for the size to draw in in [CHAR LIMIT=14] -->
+ <string name="draw_size">Maint</string>
<!-- Label for the Hue to draw in [CHAR LIMIT=14] -->
+ <string name="draw_hue">Gwawr</string>
<!-- Label for the color to draw in [CHAR LIMIT=14] -->
<!-- Label for the Brightness to draw in [CHAR LIMIT=14] -->
+ <string name="draw_value">Disgleirdeb</string>
<!-- Label for the color to draw in [CHAR LIMIT=14] -->
+ <string name="draw_color">Lliw</string>
<!-- Label for the line style of drawing in [CHAR LIMIT=14] -->
+ <string name="draw_style_line">Llinellau</string>
<!-- Label for the Marker brush style of drawing in [CHAR LIMIT=14] -->
<!-- Label for the Spatter brush style of drawing in [CHAR LIMIT=14] -->
<!-- Label for the removing drawing from screen [CHAR LIMIT=14] -->
+ <string name="draw_clear">Clirio</string>
<!-- Label for the with of the border[CHAR LIMIT=14] -->
+ <string name="color_border_size">Trwch</string>
<!-- Label for the border corner size (or rounding) [CHAR LIMIT=14] -->
+ <string name="color_border_corner_size">Maint Cornel</string>
<!-- Label for selecting the border color [CHAR LIMIT=14] -->
+ <string name="color_border_color">Lliw</string>
<!-- Label for the removing borders [CHAR LIMIT=14] -->
+ <string name="color_border_clear">Clirio</string>
<!-- Label for the select the color [CHAR LIMIT=35] -->
+ <string name="color_pick_select">Dewis lliw addasedig</string>
<!-- The title for the color pick dialog [CHAR LIMIT=20] -->
+ <string name="color_pick_title">Dewis Lliw</string>
<!-- The title for draw size [CHAR LIMIT=50] -->
+ <string name="draw_size_title">Dewis Maint</string>
<!-- The accept the draw size [CHAR LIMIT=20] -->
<string name="draw_size_accept">Iawn</string>
<!-- Name used to indicate the original image in the state panel [CHAR LIMIT=20] -->
+ <string name="state_panel_original">Gwreiddiol</string>
<!-- Name used to indicate the final image in the state panel [CHAR LIMIT=20] -->
+ <string name="state_panel_result">Canlyniad</string>
<!-- Label for the notification [CHAR LIMIT=50] -->
+ <string name="filtershow_notification_label">Yn Cadw\'r Ddelwedd</string>
<!-- Label for the notification message [CHAR LIMIT=50] -->
+ <string name="filtershow_notification_message">Yn prosesu...</string>
<!-- Label for the save preset menu [CHAR LIMIT=30] -->
+ <string name="filtershow_save_preset">Cadw\'r rhagosodiad presennol</string>
<!-- Label for the manage preset menu [CHAR LIMIT=42] -->
+ <string name="filtershow_manage_preset">Rheoli rhagosoiadau defnyddiwr</string>
<!-- Label for newly created user preset [CHAR LIMIT=30] -->
+ <string name="filtershow_new_preset">Rhagosodiad Newydd</string>
<!-- Label for preset name [CHAR LIMIT=30] -->
+ <string name="filtershow_preset_name">Enw\'r Rhagosodiad</string>
<!-- Label for showing the image information panel [CHAR LIMIT=50] -->
+ <string name="filtershow_show_info_panel">Gwybodaeth</string>
<!-- Label for the information panel [CHAR LIMIT=30] -->
+ <string name="filtershow_show_info_panel_name">Enw Delwedd</string>
<!-- Label for the information panel [CHAR LIMIT=30] -->
+ <string name="filtershow_show_info_panel_size">Maint Delwedd</string>
<!-- Label for the information panel [CHAR LIMIT=30] -->
+ <string name="filtershow_show_info_panel_histogram">Histogram</string>
<!-- Label for the information panel [CHAR LIMIT=30] -->
+ <string name="filtershow_show_info_panel_exif">Data EXIF</string>
<!-- Label for the add button in the category panel [CHAR LIMIT=30] -->
+ <string name="filtershow_add_button_looks">Rhagosodiad</string>
<!-- Label for the add button in the versions panel [CHAR LIMIT=30] -->
+ <string name="filtershow_add_button_versions">Fersiwn</string>
<!-- Label for the Original version in the versions panel [CHAR LIMIT=30] -->
+ <string name="filtershow_version_original">Gwreiddiol</string>
<!-- Label for the Current version in the versions panel [CHAR LIMIT=30] -->
+ <string name="filtershow_version_current">Cyfredol</string>
<!-- Label for exif tags in the information panel [CHAR LIMIT=50] -->
+ <string name="filtershow_exif_model">Model</string>
<!-- Label for exif tags in the information panel [CHAR LIMIT=50] -->
+ <string name="filtershow_exif_aperture">Agorfa</string>
<!-- Label for exif tags in the information panel [CHAR LIMIT=50] -->
<!-- Label for exif tags in the information panel [CHAR LIMIT=50] -->
+ <string name="filtershow_exif_iso">ISO</string>
<!-- Label for exif tags in the information panel [CHAR LIMIT=50] -->
+ <string name="filtershow_exif_subject_distance">Pellter y Pwnc</string>
<!-- Label for exif tags in the information panel [CHAR LIMIT=50] -->
+ <string name="filtershow_exif_date">Dyddiad tynnwyd</string>
<!-- Label for exif tags in the information panel [CHAR LIMIT=50] -->
+ <string name="filtershow_exif_f_stop">F Stop</string>
<!-- Label for exif tags in the information panel [CHAR LIMIT=50] -->
+ <string name="filtershow_exif_exposure_time">Amser Goleuni</string>
<!-- Label for exif tags in the information panel [CHAR LIMIT=50] -->
+ <string name="filtershow_exif_copyright">Hawlfraint</string>
</resources>
diff --git a/res/values-cy/strings.xml b/res/values-cy/strings.xml
index 00d066db5..a81bbefab 100644
--- a/res/values-cy/strings.xml
+++ b/res/values-cy/strings.xml
@@ -17,23 +17,38 @@
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="app_name">Oriel</string>
<!-- Title for picture frame gadget to show in list of all available gadgets -->
+ <string name="gadget_title">Ffrâm llun</string>
<!-- 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>
<!-- Activity label. This might show up in the activity-picker -->
+ <string name="movie_view_label">Chwaraeydd fideo</string>
<!-- shown in the video player view while the video is being loaded, before it starts playing -->
+ <string name="loading_video">Yn llwytho fideo\u2026</string>
+ <string name="loading_image">Yn llwytho delwedd\u2026</string>
<!-- Message shown on the progress dialog to indicate we're loading the
account info [CHAR LIMIT=30] -->
+ <string name="loading_account">Yn llwytho cyfrif\u2026</string>
<!-- Movie View Resume Playing dialog title -->
+ <string name="resume_playing_title">Parhau i chwarae\'r fideo</string>
<!-- Movie View Start Playing dialog title -->
+ <string name="resume_playing_message">Parhau i chwarae o %s?</string>
<!-- Movie View Start Playing button "Resume from bookmark" -->
+ <string name="resume_playing_resume">Parhau i chwarae</string>
<!-- Displayed in the title of those albums that are being loaded -->
+ <string name="loading">Yn llwytho\u2026</string>
<!-- Displayed in the title of those pictures that fails to be loaded
[CHAR LIMIT=50]-->
+ <string name="fail_to_load">Methwyd â llwytho</string>
<!-- Used in a toast message when an image fails to be loaded
[CHAR LIMIT=50]-->
+ <string name="fail_to_load_image">Methwyd â llwytho\'r ddelwedd</string>
<!-- Displayed in place of the picture when we fail to get the thumbnail of it.
[CHAR LIMIT=50]-->
+ <string name="no_thumbnail">Dim mân-lun</string>
<!-- Movie View Start Playing button "Beginning" -->
+ <string name="resume_playing_restart">Dechrau eto</string>
<!-- Title of a menu item to indicate performing the image crop operation
[CHAR LIMIT=20] -->
<string name="crop_save_text">Iawn</string>
@@ -42,39 +57,107 @@
<string name="ok">Iawn</string>
<!-- Button indicating that the cropped image should be reverted back to the original -->
<!-- Hint that appears when cropping an image with more than one face -->
+ <string name="multiface_crop_help">Cyffyrdda wyneb i ddechrau.</string>
<!-- Toast/alert that the image is being saved to the SD card -->
+ <string name="saving_image">Yn cadw\'r llun\u2026</string>
<!-- Toast/alert that the image is being saved after editing in filtershow [CHAR LIMIT=40]-->
+ <string name="filtershow_saving_image">Yn cadw\'r llun i <xliff:g id="album_name">%1$s</xliff:g>\u2026</string>
<!-- Eorror toast message that the image cannot be saved [CHAR LIMIT=40]-->
+ <string name="save_error">Methwyd â chadw\'r ddelwedd wedi\'i thocio.</string>
<!-- menu pick: crop the currently selected image [CHAR LIMIT=30]-->
+ <string name="crop_label">Tocio\'r llun</string>
<!-- menu pick: trim the currently selected video [CHAR LIMIT=30]-->
+ <string name="trim_label">Tocio fideo</string>
<!-- Toast/alert that the face detection is being run -->
<!-- Title prompted for user to choose a photo item [CHAR LIMIT=20] -->
+ <string name="select_image">Dewisa lun</string>
<!-- Title prompted for user to choose a video item [CHAR LIMIT=20] -->
+ <string name="select_video">Dewisa fideo</string>
<!-- Title prompted for user to choose a media object [CHAR LIMIT=20] -->
+ <string name="select_item">Dewis eitemau</string>
<!-- Title prompted for user to choose an album [CHAR LIMIT=20] -->
+ <string name="select_album">Dewisa albwm</string>
<!-- Title prompted for user to choose a group [CHAR LIMIT=20] -->
+ <string name="select_group">Dewisa grŵp</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">Gosod y llun fel</string>
<!-- Activity title for cropping picture and setting it as wallpaper [CHAR LIMIT=20] -->
+ <string name="set_wallpaper">Gosod papur wal</string>
<!-- Toast/alert after saving wallpaper -->
+ <string name="wallpaper">Wedi gosod fel papur wal\u2026</string>
+ <string name="camera_setas_wallpaper">Papur wal</string>
<!-- Details dialog "OK" button. Dismisses dialog. -->
+ <string name="delete">Dileu</string>
<!-- String Delete the selected media item(s) [CHAR LIMIT=50] -->
+ <plurals name="delete_selection">
+ <item quantity="zero">Dileu\'r eitemau a ddewiswyd?</item>
+ <item quantity="one">Dileu\'r eitem a ddewiswyd?</item>
+ <item quantity="two">Dileu\'r eitemau a ddewiswyd?</item>
+ <item quantity="few">Dileu\'r eitemau a ddewiswyd?</item>
+ <item quantity="many">Dileu\'r eitemau a ddewiswyd?</item>
+ <item quantity="other">Dileu\'r eitemau a ddewiswyd?</item>
+ </plurals>
+ <string name="confirm">Cadarnhau</string>
+ <string name="cancel">Diddymu</string>
+ <string name="share">Rhannu</string>
+ <string name="share_panorama">Rhannu\'r panorama</string>
+ <string name="share_as_photo">Rhannu fel llun</string>
<!-- The label shown after an image is deleted [CHAR LIMIT=16] -->
+ <string name="deleted">Dilëwyd</string>
<!-- The label on the button which when clicked will undo a deletion of image [CHAR LIMIT=16]-->
+ <string name="undo">DADWNEUD</string>
<!-- String indicating more actions are available -->
+ <string name="select_all">Dewis y cyfan</string>
+ <string name="deselect_all">Dewis dim</string>
+ <string name="slideshow">Sioe sleidiau</string>
+ <string name="details">Manylion</string>
+ <string name="details_title">%1$d o %2$d eitem:</string>
+ <string name="close">Cau</string>
<!-- Title of a menu item to switch from Gallery to Camera app [CHAR LIMIT=30] -->
+ <string name="switch_to_camera">Newid i\'r Camera</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="zero">%1$d wedi\'u dewis</item>
+ <item quantity="one">%1$d wedi\'i ddewis</item>
+ <item quantity="two">%1$d wedi\'u dewis</item>
+ <item quantity="few">%1$d wedi\'u dewis</item>
+ <item quantity="many">%1$d wedi\'u dewis</item>
+ <item quantity="other">%1$d wedi\'u dewis</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="zero">%1$d wedi\'u dewis</item>
+ <item quantity="one">%1$d wedi\'i ddewis</item>
+ <item quantity="two">%1$d wedi\'u dewis</item>
+ <item quantity="few">%1$d wedi\'u dewis</item>
+ <item quantity="many">%1$d wedi\'u dewis</item>
+ <item quantity="other">%1$d wedi\'u dewis</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="zero">%1$d wedi\'u dewis</item>
+ <item quantity="one">%1$d wedi\'i ddewis</item>
+ <item quantity="two">%1$d wedi\'u dewis</item>
+ <item quantity="few">%1$d wedi\'u dewis</item>
+ <item quantity="many">%1$d wedi\'u dewis</item>
+ <item quantity="other">%1$d wedi\'u dewis</item>
+ </plurals>
<!-- String indicating timestamp of photo or video -->
+ <string name="show_on_map">Dangos ar fap</string>
+ <string name="rotate_left">Cylchdroi\'n wrthglocwedd</string>
+ <string name="rotate_right">Cylchdroi\'n glocwedd</string>
<!-- Toast message prompted when the specified item is not found [CHAR LIMIT=40]-->
+ <string name="no_such_item">Methwyd â dod o hyd iddynt.</string>
<!-- String used as a menu label. The user can choose to edit the image
[CHAR_LIMIT=20]-->
+ <string name="edit">Golygu</string>
<!-- String used as a menu label. The user can choose to edit the image
[CHAR_LIMIT=20]-->
+ <string name="simple_edit">Golygu syml</string>
<!-- String used as a title of a progress dialog. The user can
choose to cache some Picasa picture albums on device, so it can
be viewed offline. This string is shown when the request is being
@@ -83,389 +166,734 @@
It means the pictures of the Picasa album is currently being
transferred to local storage, so the pictures can later be viewed
offline. [CHAR LIMIT=15] -->
+ <string name="caching_label">Yn cofio dros dro\u2026</string>
<!-- The title of the menu item to let user crop the image. [CHAR LIMIT=15] -->
+ <string name="crop_action">Tocio</string>
<!-- The title of the menu item to let user trim the video. [CHAR LIMIT=15] -->
+ <string name="trim_action">Tocio</string>
<!-- The title of the menu item to let user mute the video. [CHAR LIMIT=15] -->
+ <string name="mute_action">Distewi</string>
<!-- The title of the menu item to let user set the image as background etc. [CHAR LIMIT=15] -->
+ <string name="set_as">Gosod fel</string>
<!-- String indicating an error when muting the video. [CHAR LIMIT=30] -->
+ <string name="video_mute_err">Methu â distewi\'r fideo.</string>
<!-- String indicating an error when playing the video. [CHAR LIMIT=30] -->
+ <string name="video_err">Methu â chware\'r fideo.</string>
<!-- Strings for grouping operations in the menu. The photos can be grouped
by their location, taken time, or tags. -->
<!-- The title of the menu item to let user choose the grouping rule, when
pressed, a submenu will shown and user can choose one grouping rule
from the submenu. -->
<!-- Title of a menu item to group photo by location [CHAR LIMIT=30] -->
+ <string name="group_by_location">Yn ôl lleoliad</string>
<!-- Title of a menu tiem to group photo by taken date [CHAR LIMIT=30]-->
+ <string name="group_by_time">Yn ôl amser</string>
<!-- Title of a menu item to group photo by tags [CHAR LIMIT=30]-->
+ <string name="group_by_tags">Yn ôl tagiau</string>
<!-- Title of a menu item to group photo by faces [CHAR LIMIT=30]-->
+ <string name="group_by_faces">Yn ôl pobol</string>
<!-- Title of a menu item to group photo by albums [CHAR LIMIT=30]-->
+ <string name="group_by_album">Yn ôl casgliad</string>
<!-- Title of a menu item to group photo by size [CHAR LIMIT=30]-->
+ <string name="group_by_size">Yn ôl maint</string>
<!-- When grouping photos by tags, the label used for photos without tags
[CHAR LIMIT=20]-->
+ <string name="untagged">Heb dagiau</string>
<!-- When grouping photos by locations, the label used for photos that don't
have location information in them [CHAR LIMIT=20]-->
+ <string name="no_location">Dim lleoliad</string>
<!-- This toast message is shown when network connection is lost while doing clustering -->
+ <string name="no_connectivity">Methwyd ag adnabod rhai lleoliadau oherwydd problemau rhwydwaith.</string>
<!-- This toast message is shown when failed to load the album data. [CHAR LIMIT=NONE] -->
+ <string name="sync_album_error">Methwyd â lawrlwytho\'r lluniau yn y casgliad hwn. Rho gynnig arall arni\'n hwyrach.</string>
<!-- The title of the menu item to let user choose the which portion of
the media items the user wants to see. When pressed, a submenu will
appear and user can choose one of "show images only",
"show videos only", or "show all" from the submenu. -->
<!-- Title of a menu item to show images only [CHAR LIMIT=30]-->
+ <string name="show_images_only">Delwedau yn unig</string>
<!-- Title of a menu item to show videos only [CHAR LIMIT=30]-->
+ <string name="show_videos_only">Fideos yn unig</string>
<!-- Title of a menu item to show all (both images and videos) [CHAR LIMIT=30]-->
+ <string name="show_all">Delweddau a fideos</string>
<!-- Title of the StackView AppWidget -->
<string name="appwidget_title">Oriel Lluniau</string>
<!-- Text for the empty state of the StackView AppWidget [CHAR LIMIT=30] -->
+ <string name="appwidget_empty_text">Dim lluniau.</string>
<!-- Toast message shown when the cropped image has been saved in the
%s folder (string: folder_download) [CHAR LIMIT=50]-->
+ <string name="crop_saved">
+Cadwyd y ddelwedd wedi\'i thocio yn <xliff:g id="folder_name">%s</xliff:g>.</string>
<!-- Toast message shown when there is no albums available [CHAR LIMIT=50]-->
+ <string name="no_albums_alert">Dim casgliadau ar gael.</string>
<!-- Toast message shown when we close the AlbumPage because it is empty
[CHAR LIMIT=50] -->
+ <string name="empty_album">Dim delweddau/fideos ar gael.</string>
<!-- Album label used to indicate the collection of PWA Buzz/Post photos -->
<!-- A label describing that the current screen is for the user to pick
some albums to be viewable offline [CHAR LIMIT=30] -->
+ <string name="make_available_offline">Gwneud ar gael all-lein</string>
<!-- A label of a menu item for user to sync the content [CHAR LIMIT=30] -->
+ <string name="sync_picasa_albums">Ail-gysoni</string>
<!-- A label on a button. The user clicks this button after he has
finished selection. [CHAR LIMIT=15] -->
+ <string name="done">Iawn</string>
<!-- String indicating the sequence of currently selected item in the
media set eg. 3 of 5 items [CHAR LIMIT=30] -->
+ <string name="sequence_in_set">%1$d o %2$d eitem:</string>
<!-- Text indicating the title of a media item in details window [CHAR LIMIT=14] -->
+ <string name="title">Teitl</string>
<!-- Text indicating the description of a media item in details window [CHAR LIMIT=14] -->
+ <string name="description">Disgrifiad</string>
<!-- Text indicating the creation time of a media item in details window [CHAR LIMIT=14] -->
+ <string name="time">Amser</string>
<!-- Text indicating the location of a media item in details window [CHAR LIMIT=14] -->
+ <string name="location">Lleoliad</string>
<!-- Text indicating the path of a media item in details window [CHAR LIMIT=14] -->
+ <string name="path">Llwybr</string>
<!-- Text indicating the width of a media item in details window [CHAR LIMIT=14] -->
+ <string name="width">Lled</string>
<!-- Text indicating the height of a media item in details window [CHAR LIMIT=14] -->
+ <string name="height">Uchder</string>
<!-- Text indicating the orientation of a media item in details window [CHAR LIMIT=14] -->
+ <string name="orientation">Gorweddiad</string>
<!-- Text indicating the duration of a video item in details window [CHAR LIMIT=14] -->
+ <string name="duration">Hyd</string>
<!-- Text indicating the mime type of a media item in details window [CHAR LIMIT=14] -->
+ <string name="mimetype">Math MIME</string>
<!-- Text indicating the file size of a media item in details window [CHAR LIMIT=14] -->
+ <string name="file_size">Maint ffeil</string>
<!-- Text indicating the maker of a media item in details window [CHAR LIMIT=14] -->
+ <string name="maker">Gwneuthurwr</string>
<!-- Text indicating the model of a media item in details window [CHAR LIMIT=14] -->
+ <string name="model">Model</string>
<!-- Text indicating flash info of a media item in details window [CHAR LIMIT=14] -->
+ <string name="flash">Flach</string>
<!-- Text indicating aperture of a media item in details window [CHAR LIMIT=14] -->
+ <string name="aperture">Agorfa</string>
<!-- Text indicating the focal length of a media item in details window [CHAR LIMIT=14] -->
+ <string name="focal_length">Hyd Ffocal</string>
<!-- Text indicating the white balance of a media item in details window [CHAR LIMIT=14] -->
+ <string name="white_balance">Cydbwysedd Gwyn</string>
<!-- Text indicating the exposure time of a media item in details window [CHAR LIMIT=14] -->
+ <string name="exposure_time">Amser Goleuni</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">me</string>
<!-- String indicating how camera shooting feature is used. [CHAR LIMIT=8] -->
+ <string name="manual">Â llaw</string>
<!-- String indicating how camera shooting feature is used. [CHAR LIMIT=8] -->
+ <string name="auto">Awto</string>
<!-- String indicating camera flash is fired. [CHAR LIMIT=14] -->
+ <string name="flash_on">Taniodd y fflach</string>
<!-- String indicating camera flash is not used. [CHAR LIMIT=14] -->
+ <string name="flash_off">Dim fflach</string>
<!-- String indicating image width or height is unknown. [CHAR LIMIT=14] -->
+ <string name="unknown">Anhysybys</string>
<!-- String for the empty not filtered image [CHAR LIMIT=10] -->
+ <string name="ffx_original">Gwreiddiol</string>
<!-- String for brown-colored old-fashion looking filter (filtershow_fx_0000_vintage) [CHAR LIMIT=10] -->
+ <string name="ffx_vintage">Hen</string>
<!-- String for filter that brightens colors like instant cameras(filtershow_fx_0001_instant) [CHAR LIMIT=10] -->
+ <string name="ffx_instant">Polaroid</string>
<!-- String for filter that washes out colors (filtershow_fx_0002_bleach) [CHAR LIMIT=10] -->
+ <string name="ffx_bleach">Diliwio</string>
<!-- String for filter that makes colors a bluish (filtershow_fx_0003_blue_crush) [CHAR LIMIT=10] -->
+ <string name="ffx_blue_crush">Glas</string>
<!-- String for filter that makes image black & white (filtershow_fx_0004_bw_contrast) [CHAR LIMIT=10] -->
+ <string name="ffx_bw_contrast">D/G</string>
<!-- String for filter that makes colors a yellowish (filtershow_fx_0005_punch) [CHAR LIMIT=10] -->
+ <string name="ffx_punch">Pwnsh</string>
<!-- String for filter that mimics the cross-process technique in
photography (makes colors bluish) (filtershow_fx_0006_x_process) [CHAR LIMIT=10] -->
<!-- String for filter that makes image coffee-colored (filtershow_fx_0007_washout) [CHAR LIMIT=10] -->
+ <string name="ffx_washout">Latte</string>
<!-- String for filter that makes colors washed out and brownish
(filtershow_fx_0008_washout_color) [CHAR LIMIT=10] -->
+ <string name="ffx_washout_color">Litho</string>
<!-- Toast message shown after we make some album(s) available offline [CHAR LIMIT=50] -->
<!-- Toast message shown after we try to make a local album available offline
[CHAR LIMIT=150] -->
+ <string name="try_to_set_local_album_available_offline">
+Mae\'r eitem hon wedi ei gadw\'n lleol ac ar gael all-lein.</string>
<!-- A label shown on the action bar. It indicates that the user is
viewing all available albums [CHAR LIMIT=20] -->
+ <string name="set_label_all_albums">Pob casgliad</string>
<!-- A label shown on the action bar. It indicates that the user is
viewing albums stored locally on the device [CHAR LIMIT=20] -->
+ <string name="set_label_local_albums">Casgliadau lleol</string>
<!-- A label shown on the action bar. It indicates that the user is
viewing MTP devices connected (like other digital cameras).
[CHAR LIMIT=20] -->
+ <string name="set_label_mtp_devices">Dyfeisiau MTP</string>
<!-- A label shown on the action bar. It indicates that the user is
viewing Picasa albums [CHAR LIMIT=20] -->
+ <string name="set_label_picasa_albums">Casgliadau Picasa</string>
<!-- Label indicating the amount on free space on the device. The parameter
is a string representation of the amount of free space, eg. "20MB".
[CHAR LIMIT=20]
-->
+ <string name="free_space_format"><xliff:g id="bytes">%s</xliff:g> ar gael</string>
<!-- Label of a group of pictures. The size of each picture in this group is
less than a certain amount. The parameter is a string representation
of that amount, eg. "10MB".
[CHAR LIMIT=20]
-->
+ <string name="size_below"><xliff:g id="size">%1$s</xliff:g> neu lai</string>
<!-- Label of a group of pictures. The size of each picture in this group is
more than a certain amount. The parameter is a string representation
of that amount, eg. "10MB".
[CHAR LIMIT=20]
-->
+ <string name="size_above"><xliff:g id="size">%1$s</xliff:g> neu fwy</string>
<!-- Label of a group of pictures. The size of each picture in this group is
between two amounts. The parameters are string representations of the two
amounts, eg. "10MB", "100MB".
[CHAR LIMIT=20]
-->
+ <string name="size_between"><xliff:g id="min_size">%1$s</xliff:g> i <xliff:g id="max_size">%2$s</xliff:g></string>
<!-- A label shown on the action bar. It indicates that the operation
to import media item(s) [CHAR LIMIT=20] -->
+ <string name="Import">Mewnforio</string>
<!-- A label shown on the action bar. It indicates whether the import
operation succeeds or fails. [CHAR LIMIT=20] -->
+ <string name="import_complete">Cwblhawyd mewnforio</string>
+ <string name="import_fail">Methwyd â mewnforio</string>
<!-- A toast indicating a camera is connected to the device [CHAR LIMIT=30]-->
+ <string name="camera_connected">Camera wedi\'i gysylltu.</string>
<!-- A toast indicating a camera is disconnected [CHAR LIMIT=30] -->
+ <string name="camera_disconnected">Camera wedi\'i datgysylltu.</string>
<!-- A label shown on MTP albums thumbnail to instruct users to import
[CHAR LIMIT=40] -->
+ <string name="click_import">Cyffyrdda yma i fewnforio</string>
<!-- The label on the radio button for the widget type that shows the images randomly. [CHAR LIMIT=30]-->
+ <string name="widget_type_album">Dewis casgliad</string>
<!-- The label on the radio button for the widget type that shows the images in an album. [CHAR LIMIT=30]-->
+ <string name="widget_type_shuffle">Cymysgu\'r holl ddelweddau</string>
<!-- The label on the radio button for the widget type that shows only one image. [CHAR LIMIT=30]-->
+ <string name="widget_type_photo">Dewis delwedd</string>
<!-- The title of the dialog for choosing the type of widget. [CHAR LIMIT=20] -->
+ <string name="widget_type">Dewis delweddau</string>
<!-- Title of the Android Dreams slideshow screensaver. [CHAR LIMIT=20] -->
+ <string name="slideshow_dream_name">Sioe sleidiau</string>
<!-- Group by Albums tab on Action Bar. [CHAR LIMIT=12] -->
+ <string name="albums">Casgliadau</string>
<!-- Group by Times tab on Action Bar. [CHAR LIMIT=12] -->
+ <string name="times">Amseroedd</string>
<!-- Group by Locations tab on Action Bar. [CHAR LIMIT=12] -->
+ <string name="locations">Lleoliadau</string>
<!-- Group by People tab on Action Bar. [CHAR LIMIT=12] -->
+ <string name="people">Pobol</string>
<!-- Group by Tags tab on Action Bar. [CHAR LIMIT=12] -->
+ <string name="tags">Tagiau</string>
<!-- Group by menu item. [CHAR LIMIT=20] -->
+ <string name="group_by">Grŵpio fesul</string>
<!-- The title of the menu item which enable the settings [CHAR LIMIT=20] -->
+ <string name="settings">Gosodiadau</string>
<!-- The title of menu item where user can add a new account -->
+ <string name="add_account">Ychwanegu cyfrif</string>
<!-- The label for the folder contains pictures taken by the camera. [CHAR LIMIT=20]-->
+ <string name="folder_camera">Camera</string>
<!-- The label for the folder contains downloaded pictures. [CHAR LIMIT=20]-->
+ <string name="folder_download">Lawrlwytho</string>
<!-- The label for the folder contains edited online pictures. [CHAR LIMIT=40]-->
+ <string name="folder_edited_online_photos">Lluniau a olygwyd ar-lein</string>
<!-- The label for the folder contains pictures that was imported from an
external camera. [CHAR LIMIT=20]-->
+ <string name="folder_imported">Mewnforwyd</string>
<!-- The label for the folder contains screenshot images. [CHAR LIMIT=20]-->
+ <string name="folder_screenshot">Sgrinlun</string>
<!-- The title of the menu item which display online help in browser. [CHAR LIMIT=20]-->
+ <string name="help">Cymorth</string>
<!-- The tilte of a dialog showing there is no external storage. [CHAR LIMIT=20] -->
+ <string name="no_external_storage_title">Dim Storfa</string>
<!-- The message of a dialog showing there is no external storage. [CHAR LIMIT=none] -->
+ <string name="no_external_storage">Does dim storfa allanol ar gael</string>
<!-- Label for album filmstrip button -->
+ <string name="switch_photo_filmstrip">Golwg stribed ffilm</string>
<!-- Label for album grid button -->
+ <string name="switch_photo_grid">Golwg grid</string>
<!-- Label for fullscreen button. [CHAR LIMIT=20] -->
+ <string name="switch_photo_fullscreen">Golwg sgrin llawn</string>
<!-- The tilte of a dialog showing trimming in progress. [CHAR LIMIT=20] -->
+ <string name="trimming">Yn tocio</string>
<!-- The tilte of a dialog showing muting in progress. [CHAR LIMIT=20] -->
+ <string name="muting">Yn distewi</string>
<!-- The content of a dialog showing trimming in progress. [CHAR LIMIT=30] -->
+ <string name="please_wait">Arhosa</string>
<!-- Toast after the trimming / muting is done. [CHAR LIMIT=50] -->
+ <string name="save_into">Yn cadw\'r fideo i <xliff:g id="album_name">%1$s</xliff:g>\u2026</string>
<!-- Toast if the trimmed video is too short to trim. [CHAR LIMIT=80] -->
+ <string name="trim_too_short">Methwyd â thocio: mae\'r fideo targed yn rhy fyr</string>
<!-- Text to show with progress bar while stitching in Gallery -->
+ <string name="pano_progress_text">Yn rendro panorama</string>
<!-- The label on the button that will save an edited image -->
+ <string name="save" msgid="8140440041190264400">Cadw</string>
<!-- A label representing the action of importing media item(s) [CHAR LIMIT=20] -->
<!-- A label that indicates the media import operation completed [CHAR LIMIT=20] -->
<!-- Text of notification message which is shown when user attaches camera -->
+ <string name="ingest_scanning" msgid="2048262851775139720">Yn sganio cynnwys...</string>
<!-- String indicating how many media items from the camera have been scanned -->
+ <plurals name="ingest_number_of_items_scanned">
+ <item quantity="zero">%1$d eitemau wedi\'u sganio</item>
+ <item quantity="one">%1$d eitem wedi\'i sganio</item>
+ <item quantity="two">%1$d eitem wedi\'u sganio</item>
+ <item quantity="few">%1$d eitem wedi\'u sganio</item>
+ <item quantity="many">%1$d eitem wedi\'u sganio</item>
+ <item quantity="other">%1$d eitem wedi\'u sganio</item>
+ </plurals>
<!-- String indicating how many media items from the camera have been selected -->
+ <plurals name="ingest_number_of_items_selected">
+ <item quantity="zero">%1$d eitemau wedi\'u dewis</item>
+ <item quantity="one">%1$d eitem wedi\'i ddewis</item>
+ <item quantity="two">%1$d eitem wedi\'u dewis</item>
+ <item quantity="few">%1$d eitem wedi\'u dewis</item>
+ <item quantity="many">%1$d eitem wedi\'u dewis</item>
+ <item quantity="other">%1$d eitem wedi\'u dewis</item>
+ </plurals>
<!-- Status message shown when content from the camera is being sorted -->
+ <string name="ingest_sorting" msgid="624687230903648118">Yn trefnu...</string>
<!-- Status message shown when scanning the content from the camera has completed -->
+ <string name="ingest_scanning_done">Cwblhawyd sganio</string>
<!-- Status message shown when content from an external camera is being imported -->
+ <string name="ingest_importing">Yn mewnforio...</string>
<!-- Status message shown when there is no content available to be imported -->
+ <string name="ingest_empty_device">Does dim cynnwys ar gael i\'w mewnforio ar y ddyfais hon.</string>
<!-- Status message shown when there is no MTP device connected -->
+ <string name="ingest_no_device">Does dim dyfais MTP wedi\'i chysylltu.</string>
<!-- Label for album grid button -->
<!-- Label for fullscreen button. [CHAR LIMIT=20] -->
<!-- Camera resources below -->
<!-- General strings -->
<!-- title for the dialog showing the error of camera hardware -->
+ <string name="camera_error_title">Gwall camera</string>
<!-- message for the dialog showing the error of camera hardware -->
+ <string name="cannot_connect_camera">Methu â chysylltu â\'r camera.</string>
<!-- message for the dialog showing the camera is disabled because of security policies. Camera cannot be used. -->
+ <string name="camera_disabled">Mae\'r camera wedi\'i analluogi oherwydd polisïau diogelwch.</string>
<!-- label for the icon meaning 'show me all the images that were taken with the camera' -->
+ <string name="camera_label">Camera</string>
<!-- alert to the user to wait for some operation to complete -->
+ <string name="wait">Arhosa\u2026</string>
<!-- alert to the user that USB storage must be available before using the camera [CHAR LIMIT=NONE] -->
+ <string name="no_storage" product="nosdcard">Gosoda storfa USB cyn defnyddio\'r camera.</string>
<!-- alert to the user that an SD card must be installed before using the camera -->
+ <string name="no_storage" product="default">Gosoda cerdyn SD cyn defnyddio\'r camera.</string>
<!-- alert to the user that the USB storage is being disk-checked [CHAR LIMIT=30] -->
+ <string name="preparing_sd" product="nosdcard">Yn paratoi\'r storfa USB\u2026</string>
<!-- alert to the user that the SD card is being disk-checked -->
+ <string name="preparing_sd" product="default">Yn paratoi\'r cerdyn SD\u2026</string>
<!-- alert to the user that the camera fails to read or write the USB storage. [CHAR LIMIT=NONE] -->
+ <string name="access_sd_fail" product="nosdcard">Methwyd â chael at y storfa USB.</string>
<!-- alert to the user that the camera fails to read or write the SD card. -->
+ <string name="access_sd_fail" product="default">Methwyd â chael at y cerdyn SD.</string>
<!-- button in review mode indicating that the photo taking, video recording, and panorama saving session should be canceled [CHAR LIMIT=10] -->
+ <string name="review_cancel">DIDDYMU</string>
<!-- button in review mode indicating that the taken photo/video is OK to be attached/uploaded [CHAR LIMIT=10] -->
+ <string name="review_ok">IAWN</string>
<!-- A label that overlays on top of the preview frame to indicate the camcorder is in time lapse mode [CHAR LIMIT=35] -->
+ <string name="time_lapse_title">Yn recrodio treigl amser</string>
<!-- Settings screen, camera selection dialog title. Users can select a camera from the phone (front-facing or back-facing). [CHAR LIMIT=20] -->
+ <string name="pref_camera_id_title">Dewis camera</string>
<!-- In select camera setting, back facing camera. [CHAR LIMIT=14] -->
+ <string name="pref_camera_id_entry_back">Nôl</string>
<!-- In select camera setting, front-facing camera. [CHAR LIMIT=14] -->
+ <string name="pref_camera_id_entry_front">Blaen</string>
<!-- Settings screen, setting title text -->
+ <string name="pref_camera_recordlocation_title">Lleoliad cadw</string>
<!-- Label for record location preference [CHAR LIMIT=50] -->
+ <string name="pref_camera_location_label">LLEOLIAD</string>
<!-- Title for countdown timer on camera settings screen [CHAR LIMIT=30]-->
+ <string name="pref_camera_timer_title">Amserydd cyfrif i lawr</string>
<!-- Entry for countdown timer setting. e.g. 1 second, 10 seconds, etc. [CHAR LIMIT=30]-->
+ <plurals name="pref_camera_timer_entry">
+ <item quantity="zero">%d eiliadau</item>
+ <item quantity="one">1 eiliad</item>
+ <item quantity="two">%d eiliad</item>
+ <item quantity="few">%d eiliad</item>
+ <item quantity="many">%d eiliad</item>
+ <item quantity="other">%d eiliad</item>
+ </plurals>
<!-- Text followed by a checkbox to turn on/off sound effects during the countdown. [CHAR LIMIT = 16]-->
<!-- Entry of a on/off setting. The setting is turned off. [CHAR LIMIT=15] -->
+ <string name="setting_off">I ffwrdd</string>
<!-- Entry of a on/off setting. The setting is turned on. [CHAR LIMIT=15] -->
<string name="setting_on">Ymlaen</string>
<!-- The value of a camera preference indicating the setting is off. -->
<!-- The value of a camera preference indicating the setting is on. -->
<!-- The Video quality settings in preference [CHAR LIMIT=21] -->
+ <string name="pref_video_quality_title">Ansawdd fideo</string>
<!-- The default quality value is 5 (720p) -->
<!-- Video quality setting entry. Videos will be recorded in 1080p quality. [CHAR LIMIT=24] -->
<!-- Video quality setting entry. Videos will be recorded in 720p quality. [CHAR LIMIT=24] -->
<!-- Video quality setting entry. Videos will be recorded in 480p quality. [CHAR LIMIT=24] -->
<!-- Video quality setting entry. Videos will be recorded in the highest quality available on the device. [CHAR LIMIT=24] -->
+ <string name="pref_video_quality_entry_high">Uchel</string>
<!-- Video quality setting entry. Videos will be recorded in the lowest quality available on the device. [CHAR LIMIT=24] -->
+ <string name="pref_video_quality_entry_low">Isel</string>
<!-- Describes the preference dialog for choosing interval between frame capture for
time lapse recording. Appears at top of the dialog. [CHAR LIMIT=30] -->
+ <string name="pref_video_time_lapse_frame_interval_title">Treigl amser</string>
<!-- Settings screen, Camera setting category title -->
+ <string name="pref_camera_settings_category">Gosodiadau camera</string>
<!-- Settings screen, Camcorder setting category title -->
+ <string name="pref_camcorder_settings_category">Gosodiadau fideo</string>
<!-- Settings screen, Picture size title -->
+ <string name="pref_camera_picturesize_title">Maint llun</string>
<!-- Settings screen, dialog choice for 13 megapixels picture size [CHAR LIMIT=15] -->
+ <string name="pref_camera_picturesize_entry_13mp">13M o bicseli</string>
<!-- Settings screen, dialog choice for 8 megapixels picture size [CHAR LIMIT=15] -->
+ <string name="pref_camera_picturesize_entry_8mp">8M o bicseli</string>
<!-- Settings screen, dialog choice for 5 megapixels picture size [CHAR LIMIT=15] -->
+ <string name="pref_camera_picturesize_entry_5mp">5M o bicseli</string>
<!-- Settings screen, dialog choice for 4 megapixels picture size [CHAR LIMIT=15] -->
+ <string name="pref_camera_picturesize_entry_4mp">4M o bicseli</string>
<!-- Settings screen, dialog choice for 3 megapixels picture size [CHAR LIMIT=15] -->
+ <string name="pref_camera_picturesize_entry_3mp">3M o bicseli</string>
<!-- Settings screen, dialog choice for 2 megapixels picture size [CHAR LIMIT=15] -->
+ <string name="pref_camera_picturesize_entry_2mp">2M o bicseli</string>
<!-- Settings screen, dialog choice for 2 megapixels picture size [CHAR LIMIT=15] -->
+ <string name="pref_camera_picturesize_entry_2mp_wide">2M o bicseli (16:9)</string>
<!-- Settings screen, dialog choice for 1.3 megapixels picture size [CHAR LIMIT=15] -->
+ <string name="pref_camera_picturesize_entry_1_3mp">1.3M o bicseli</string>
<!-- Settings screen, dialog choice for 1 megapixels picture size [CHAR LIMIT=15] -->
+ <string name="pref_camera_picturesize_entry_1mp">1M o bicseli</string>
<!-- Settings screen, dialog choice for VGA picture size [CHAR LIMIT=15] -->
+ <string name="pref_camera_picturesize_entry_vga">VGA</string>
<!-- Settings screen, dialog choice for QVGA picture size [CHAR LIMIT=15] -->
+ <string name="pref_camera_picturesize_entry_qvga">QVGA</string>
<!-- Settings screen, Focus mode title -->
+ <string name="pref_camera_focusmode_title">Modd ffocysu</string>
<!-- Settings screen, Focus mode dialog radio button choices -->
+ <string name="pref_camera_focusmode_entry_auto">Awto</string>
+ <string name="pref_camera_focusmode_entry_infinity">Anfeidredd</string>
+ <string name="pref_camera_focusmode_entry_macro">Macro</string>
<!-- Menu, focus mode labels [CHAR LIMIT=50] -->
+ <string name="pref_camera_focusmode_label_auto">AWTO</string>
+ <string name="pref_camera_focusmode_label_infinity">ANFEIDREDD</string>
+ <string name="pref_camera_focusmode_label_macro">MACRO</string>
<!-- Default flash mode setting.-->
<!-- Value for flash off setting-->
<!-- Settings screen, Flash mode title -->
+ <string name="pref_camera_flashmode_title">Modd fflachio</string>
<!-- flash label [CHAR LIMIT=50] -->
+ <string name="pref_camera_flashmode_label">MODD FFLACHIO</string>
<!-- Settings screen, Flash mode dialog radio button choices -->
+ <string name="pref_camera_flashmode_entry_auto">Awto</string>
+ <string name="pref_camera_flashmode_entry_on">Ymlaen</string>
+ <string name="pref_camera_flashmode_entry_off">I ffwrdd</string>
<!-- Menu, flash mode labels [CHAR LIMIT=50] -->
+ <string name="pref_camera_flashmode_label_auto">FFLACH - AWTO</string>
+ <string name="pref_camera_flashmode_label_on">FFLACH - GORFODI</string>
+ <string name="pref_camera_flashmode_label_off">FFLACH - DIM</string>
<!-- Default videocamera flash mode setting.-->
<!-- Default white balance setting. -->
<!-- Settings screen, white balance title -->
+ <string name="pref_camera_whitebalance_title">Cydbwysedd Gwyn</string>
<!-- Menu, white balance label -->
+ <string name="pref_camera_whitebalance_label">CYDBWYSEDD GWYN</string>
<!-- Settings screen, White balance dialog radio button choices -->
+ <string name="pref_camera_whitebalance_entry_auto">Awto</string>
+ <string name="pref_camera_whitebalance_entry_incandescent">Gwynias</string>
+ <string name="pref_camera_whitebalance_entry_daylight">Golau dydd</string>
+ <string name="pref_camera_whitebalance_entry_fluorescent">Fflwroleuol</string>
+ <string name="pref_camera_whitebalance_entry_cloudy">Cymylog</string>
<!-- Menu, White balance labels [CHAR LIMIT=50] -->
+ <string name="pref_camera_whitebalance_label_auto">AWTO</string>
+ <string name="pref_camera_whitebalance_label_incandescent">GWYNIAS</string>
+ <string name="pref_camera_whitebalance_label_daylight">GOLAU DYDD</string>
+ <string name="pref_camera_whitebalance_label_fluorescent">FFLWROLEUOL</string>
+ <string name="pref_camera_whitebalance_label_cloudy">CYMYLOG</string>
<!-- Default scene mode setting. -->
<!-- Settings screen, Select Scene mode -->
+ <string name="pref_camera_scenemode_title">Modd olygfa</string>
<!-- Settings menu, scene mode choices [CHAR LIMIT=16] -->
+ <string name="pref_camera_scenemode_entry_auto">Awto</string>
<!-- Scene mode that uses HDR (high dynamic range) [CHAR LIMIT=16] -->
+ <string name="pref_camera_scenemode_entry_hdr">HDR</string>
<!-- Scene mode that takes an image quickly with little motion blur. [CHAR LIMIT=16] -->
+ <string name="pref_camera_scenemode_entry_action">Symudiad</string>
<!-- Scene mode that takes long exposures to capture night scenes without flash. [CHAR LIMIT=16] -->
+ <string name="pref_camera_scenemode_entry_night">Nos</string>
<!-- Scene mode optimized for taking images in the sunset. [CHAR LIMIT=16] -->
+ <string name="pref_camera_scenemode_entry_sunset">Machlud</string>
<!-- Scene mode optimized for taking indoor low-lights pictures. [CHAR LIMIT=16] -->
+ <string name="pref_camera_scenemode_entry_party">Parti</string>
<!-- Settings menu, scene mode labels [CHAR LIMIT=50] -->
+ <string name="pref_camera_scenemode_label_auto">DIM</string>
<!-- Scene mode that takes an image quickly with little motion blur. [CHAR LIMIT=50] -->
+ <string name="pref_camera_scenemode_label_action">SYMUD</string>
<!-- Scene mode that takes long exposures to capture night scenes without flash. [CHAR LIMIT=50] -->
+ <string name="pref_camera_scenemode_label_night">NOS</string>
<!-- Scene mode optimized for taking images in the sunset. [CHAR LIMIT=50] -->
+ <string name="pref_camera_scenemode_label_sunset">MACHLUD</string>
<!-- Scene mode optimized for taking indoor low-lights pictures. [CHAR LIMIT=50] -->
+ <string name="pref_camera_scenemode_label_party">PARTI</string>
<!-- Settings menu countdown timer labels [CHAR LIMIT=50] -->
+ <string name="pref_camera_countdown_label">AMSERYDD CYFRIF I LAWR</string>
<!-- Settings menu countdown timer off [CHAR LIMIT=50] -->
+ <string name="pref_camera_countdown_label_off">AMSERYDD I FFWRDD</string>
<!-- Settings menu countdown timer 1 second [CHAR LIMIT=50] -->
+ <string name="pref_camera_countdown_label_one">1 EILIAD</string>
<!-- Settings menu countdown timer 3 seconds [CHAR LIMIT=50] -->
+ <string name="pref_camera_countdown_label_three">3 EILIAD</string>
<!-- Settings menu countdown timer 10 seconds [CHAR LIMIT=50] -->
+ <string name="pref_camera_countdown_label_ten">10 EILIAD</string>
<!-- Settings menu countdown timer 15 seconds [CHAR LIMIT=50] -->
+ <string name="pref_camera_countdown_label_fifteen">15 EILIAD</string>
<!-- 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">Nid yw\'n bosib ei ddewis mewn modd golygfa.</string>
<!-- Exposure settings in preference -->
+ <string name="pref_exposure_title">Goleuni</string>
<!-- menu label exposure compensation [CHAR LIMIT=50] -->
+ <string name="pref_exposure_label">GOLEUNI</string>
<!-- Default HDR entry value -->
<!-- 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">CAMERA BLAEN</string>
<!-- switch camera label front [CHAR LIMIT=60] -->
+ <string name="pref_camera_id_label_front">CAMERA CEFN</string>
<!-- Dialog "OK" button. Dismisses dialog. -->
<string name="dialog_ok">Iawn</string>
<!-- Low-memory dialog message [CHAR LIMT=NONE] -->
+ <string name="spaceIsLow_content" product="nosdcard">Mae dy storfa USB yn rhedeg yn brin o le. Newidia\'r gosodiad ansawdd neu ddileu rhai delweddau neu ffeiliau eraill.</string>
<!-- Low-memory dialog message [CHAR LIMIT=NONE] -->
+ <string name="spaceIsLow_content" product="default">Mae dy gerdyn SD yn rhedeg yn brin o le. Newidia\'r gosodiad ansawdd neu ddileu rhai delweddau neu ffeiliau eraill.</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. -->
<!-- The message shown when video record reaches size limit. -->
<!-- The text shown when the panorama panning speed is to fast [CHAR LIMIT=12] -->
+ <string name="pano_too_fast_prompt">Rhy gyflym</string>
<!-- The text shown in the progress dialog when panorama preview is generating in the background [CHAR LIMIT=30] -->
+ <string name="pano_dialog_prepare_preview">Yn paratoi panorama</string>
<!-- The text shown in the dialog when panorama saving failed [CHAR LIMIT=40] -->
+ <string name="pano_dialog_panorama_failed">Methwyd â chadw panorama.</string>
<!-- The text shown on the dialog title in the dialogs for Panorama [CHAR LIMIT=12] -->
+ <string name="pano_dialog_title">Panorama</string>
<!-- The text shown on the top-left corner of the screen to indicate the capturing is on going [CHAR LIMIT=27] -->
+ <string name="pano_capture_indication">Yn cipio panorama</string>
<!-- The text shown in the progress dialog when waiting for previous panorama finishing [CHAR LIMIT=40] -->
+ <string name="pano_dialog_waiting_previous">Yn disgwyl am y panorama blaenorol</string>
<!-- The text shown on the bottom-left corner of the screen to indicate that the saving is in process [CHAR LIMIT=13] -->
+ <string name="pano_review_saving_indication_str">Yn cadw\u2026</string>
<!-- The text shown on the screen to indicate that the panorama is rendering [CHAR LIMIT=27] -->
+ <string name="pano_review_rendering">Yn rendro panorama</string>
<!-- Toast telling users tapping on the viewfinder will trigger autofocus [CHAR LIMIT=28] -->
+ <string name="tap_to_focus">Cyffyrdda i ffocysu.</string>
<!-- Default effect setting that clears the effect. -->
<!-- Title of video effect setting popup window -->
+ <string name="pref_video_effect_title">Effeithiau</string>
<!-- Effect setting item that clear the effect. [CHAR LIMIT=14] -->
+ <string name="effect_none">Dim</string>
<!-- Effect setting item that squeezes the face. [CHAR LIMIT=14] -->
+ <string name="effect_goofy_face_squeeze">Gwasgu</string>
<!-- Effect setting item that makes eyes big. [CHAR LIMIT=14] -->
+ <string name="effect_goofy_face_big_eyes">Llygaid mawr</string>
<!-- Effect setting item that makes mouth big. [CHAR LIMIT=14] -->
+ <string name="effect_goofy_face_big_mouth">Ceg fawr</string>
<!-- Effect setting item that makes mouth small. [CHAR LIMIT=14] -->
+ <string name="effect_goofy_face_small_mouth">Ceg fach</string>
<!-- Effect setting item that makes nose big. [CHAR LIMIT=14] -->
+ <string name="effect_goofy_face_big_nose">Trwyn mawr</string>
<!-- Effect setting item that makes eyes small. [CHAR LIMIT=14] -->
+ <string name="effect_goofy_face_small_eyes">Llygaid bach</string>
<!-- Effect setting item that replaces background with Android in Space. [CHAR LIMIT=14] -->
<!-- Effect setting item that replaces background with a sunset. [CHAR LIMIT=14] -->
+ <string name="effect_backdropper_sunset">Machlud</string>
<!-- Effect setting item that replaces background with video from gallery. [CHAR LIMIT=14] -->
+ <string name="effect_backdropper_gallery">Dy fideo</string>
<!-- Message displayed in overlay during background replacement training [CHAR LIMIT=180]-->
+ <string name="bg_replacement_message">Rho dy ddyfais i lawr.\nCama allan o olwg am foment.</string>
<!-- Toast telling users tapping on the viewfinder will take a picture [CHAR LIMIT=54] -->
+ <string name="video_snapshot_hint">Cyffyrdda i dynnu llun wrth recordio.</string>
<!-- Announcement telling users video recording has just started [CHAR LIMIT=NONE] -->
+ <string name="video_recording_started">Mae recordio fideo wedi dechrau.</string>
<!-- Announcement telling users video recording has just stopped [CHAR LIMIT=NONE] -->
+ <string name="video_recording_stopped">Mae recordio fideo wedi stopio.</string>
<!-- Toast telling users video snapshot is disabled when the effects are on and a user tries to tap on the viewfinder [CHAR LIMIT=65] -->
+ <string name="disable_video_snapshot_hint">Mae cipio fideo wedi\'i analluogi tra bod effeithiau arbennig ymlaen.</string>
<!-- A button in effect setting popup to clear the effect. [CHAR LIMIT=26] -->
+ <string name="clear_effects">Clirio effeithiau</string>
<!-- Title of category for silly face effects. [CHAR LIMIT=26] -->
+ <string name="effect_silly_faces">WYNEBAU GWIRION</string>
<!-- Title of category for background replacement effects. [CHAR LIMIT=26] -->
+ <string name="effect_background">CEFNDIR</string>
<!-- The shutter button. [CHAR LIMIT = NONE] -->
<!-- The menu button. [CHAR LIMIT = NONE] -->
+ <string name="accessibility_menu_button">Botwm dewislen</string>
<!-- The button to review the thumbnail. [CHAR LIMIT = NONE] -->
+ <string name="accessibility_review_thumbnail">Llun mwyaf diweddar</string>
<!-- The front/back camera switch. [CHAR LIMIT = NONE] -->
+ <string name="accessibility_camera_picker">Botwm newid rhwng camera blaen a chefn</string>
<!-- The mode picker to switch between camera, video and panorama. [CHAR LIMIT = NONE] -->
+ <string name="accessibility_mode_picker">Dewisydd camera, fideo, neu banorama</string>
<!-- The button to switch to the second-level indicators of the camera settings. [CHAR LIMIT = NONE] -->
+ <string name="accessibility_second_level_indicators">Rhagor o reolyddion gosodiadau</string>
<!-- The button to back to the first-level indicators of the camera settings. [CHAR LIMIT = NONE] -->
+ <string name="accessibility_back_to_first_level">Cau rheolyddion gosodiadau</string>
<!-- The zoom control button. [CHAR LIMIT = NONE] -->
+ <string name="accessibility_zoom_control">Rheolydd chwyddo</string>
<!-- The decrement button in camera preference such as exposure, picture size. [CHAR LIMIT = NONE] -->
+ <string name="accessibility_decrement">Lleihau %1$s</string>
<!-- The increment button in camera preference such as exposure, picture size. [CHAR LIMIT = NONE] -->
+ <string name="accessibility_increment">Cynyddu %1$s</string>
<!-- The check box in camera settings, such as store location. [CHAR LIMIT = NONE] -->
+ <string name="accessibility_check_box">%1$s blwch tic</string>
<!-- The button to switch to Camera mode. [CHAR LIMIT = NONE] -->
+ <string name="accessibility_switch_to_camera">Newid i lun</string>
<!-- The button to switch to Video mode. [CHAR LIMIT = NONE] -->
+ <string name="accessibility_switch_to_video">Newid i fideo</string>
<!-- The button to switch to Panorama mode. [CHAR LIMIT = NONE] -->
+ <string name="accessibility_switch_to_panorama">Newid i banorama</string>
<!-- The button to switch to new Panorama mode. [CHAR LIMIT = NONE] -->
<!-- The button to switch to the Re-Focus mode. [CHAR LIMIT = NONE] -->
+ <string name="accessibility_switch_to_refocus">Botwm Ailffocysu</string>
<!-- The button in review mode indicating that the photo taking, video recording, and panorama saving session should be canceled [CHAR LIMIT = NONE] -->
<!-- The button in review mode indicating that the taken photo/video is OK to be attached/uploaded [CHAR LIMIT = NONE] -->
<!-- button in review mode indicate the user want to retake another photo/video for attachment [
CHAR LIMIT = NONE] -->
<!-- The button to play the video. [CHAR LIMIT = NONE] -->
+ <string name="accessibility_play_video">Chwarae fideo</string>
<!-- The button to pause the video. [CHAR LIMIT = NONE] -->
<!-- The button to reload the video. [CHAR LIMIT = NONE] -->
+ <string name="accessibility_reload_video">Ail-lwytho\'r fideo</string>
<!-- The time bar of the media player. [CHAR LIMIT = NONE] -->
+ <string name="accessibility_time_bar">Bar amser y chwaraeydd fideo</string>
<!-- TODO: remove the string as it is a work-around solution to bypass the default speak of the element type. -->
<!-- Default text for a button that can be toggled on and off. -->
+ <string name="capital_on">YMLAEN</string>
<!-- Default text for a button that can be toggled on and off. -->
+ <string name="capital_off">I FFWRDD</string>
<!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
+ <string name="pref_video_time_lapse_frame_interval_off">I ffwrdd</string>
<!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
+ <string name="pref_video_time_lapse_frame_interval_500">0.5 eiliad</string>
<!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
+ <string name="pref_video_time_lapse_frame_interval_1000">1 eiliad</string>
<!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
+ <string name="pref_video_time_lapse_frame_interval_1500">1.5 eiliad</string>
<!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
+ <string name="pref_video_time_lapse_frame_interval_2000">2 eiliad</string>
<!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
+ <string name="pref_video_time_lapse_frame_interval_2500">2.5 eiliad</string>
<!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
+ <string name="pref_video_time_lapse_frame_interval_3000">3 eiliad</string>
<!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
+ <string name="pref_video_time_lapse_frame_interval_4000">4 eiliad</string>
<!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
+ <string name="pref_video_time_lapse_frame_interval_5000">5 eiliad</string>
<!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
+ <string name="pref_video_time_lapse_frame_interval_6000">6 eiliad</string>
<!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
+ <string name="pref_video_time_lapse_frame_interval_10000">10 eiliad</string>
<!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
+ <string name="pref_video_time_lapse_frame_interval_12000">12 eiliad</string>
<!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
+ <string name="pref_video_time_lapse_frame_interval_15000">15 eiliad</string>
<!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
+ <string name="pref_video_time_lapse_frame_interval_24000">24 eiliad</string>
<!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
+ <string name="pref_video_time_lapse_frame_interval_30000">0.5 munud</string>
<!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
+ <string name="pref_video_time_lapse_frame_interval_60000">1 munud</string>
<!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
+ <string name="pref_video_time_lapse_frame_interval_90000">1.5 munud</string>
<!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
+ <string name="pref_video_time_lapse_frame_interval_120000">2 funud</string>
<!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
+ <string name="pref_video_time_lapse_frame_interval_150000">2.5 munud</string>
<!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
+ <string name="pref_video_time_lapse_frame_interval_180000">3 munud</string>
<!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
+ <string name="pref_video_time_lapse_frame_interval_240000">4 munud</string>
<!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
+ <string name="pref_video_time_lapse_frame_interval_300000">5 munud</string>
<!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
+ <string name="pref_video_time_lapse_frame_interval_360000">6 munud</string>
<!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
+ <string name="pref_video_time_lapse_frame_interval_600000">10 munud</string>
<!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
+ <string name="pref_video_time_lapse_frame_interval_720000">12 munud</string>
<!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
+ <string name="pref_video_time_lapse_frame_interval_900000">15 munud</string>
<!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
+ <string name="pref_video_time_lapse_frame_interval_1440000">24 munud</string>
<!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
+ <string name="pref_video_time_lapse_frame_interval_1800000">0.5 awr</string>
<!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
+ <string name="pref_video_time_lapse_frame_interval_3600000">1 awr</string>
<!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
+ <string name="pref_video_time_lapse_frame_interval_5400000">1.5 awr</string>
<!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
+ <string name="pref_video_time_lapse_frame_interval_7200000">2 awr</string>
<!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
+ <string name="pref_video_time_lapse_frame_interval_9000000">2.5 awr</string>
<!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
+ <string name="pref_video_time_lapse_frame_interval_10800000">3 awr</string>
<!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
+ <string name="pref_video_time_lapse_frame_interval_14400000">4 awr</string>
<!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
+ <string name="pref_video_time_lapse_frame_interval_18000000">5 awr</string>
<!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
+ <string name="pref_video_time_lapse_frame_interval_21600000">6 awr</string>
<!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
+ <string name="pref_video_time_lapse_frame_interval_36000000">10 awr</string>
<!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
+ <string name="pref_video_time_lapse_frame_interval_43200000">12 awr</string>
<!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
+ <string name="pref_video_time_lapse_frame_interval_54000000">15 awr</string>
<!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
+ <string name="pref_video_time_lapse_frame_interval_86400000">24 awr</string>
<!-- Seconds: a unit of time for time lapse intervals. [CHAR LIMIT = 20] -->
+ <string name="time_lapse_seconds">eiliadau</string>
<!-- Minutes: a unit of time for time lapse intervals. [CHAR LIMIT = 20] -->
+ <string name="time_lapse_minutes">munudau</string>
<!-- Hours: a unit of time for time lapse intervals. [CHAR LIMIT = 20] -->
+ <string name="time_lapse_hours">oriau</string>
<!-- The button to confirm time-lapse setting changes. [CHAR LIMIT = 20] -->
+ <string name="time_lapse_interval_set">Iawn</string>
<!-- Title in time interval picker for setting time interval. [CHAR LIMIT = 30]-->
+ <string name="set_time_interval">Gosod Ysbaid Amser</string>
<!-- Help text that is shown when the time lapse feature is turned off. [CHAR LIMIT = 180]-->
+ <string name="set_time_interval_help">Mae\'r nodwedd treigl amser i ffwrdd. Rhaid ei droi ymlaen i osod ysbaid amser.</string>
<!-- Help text that is shown when the countdown timer is turned off. [CHAR LIMIT = 180]-->
+ <string name="set_timer_help">Mae\'r amserydd cyfri i lawr i ffwrdd. Rhaid ei droi ymlaen er mwyn cyfrif i lawr cyn tynnu llun.</string>
<!-- Title in timer setting for setting the duration for the countdown timer. [CHAR LIMIT = 50]-->
+ <string name="set_duration">Gosod yr hyd mewn eiliadau</string>
<!-- On-screen hint during timer countdown for taking a photo. [CHAR LIMIT = 60]-->
+ <string name="count_down_title_text">Yn cyfrif i lawr i dynnu llun</string>
<!-- Title for first run dialog asking if the user wants to remember photo locations [CHAR LIMIT = 50] -->
+ <string name="remember_location_title">Cofio lleoliadau cymryd lluniau?</string>
<!-- Message for first run dialog asking if the user wants to remember photo locations [CHAR LIMIT = None] -->
+ <string name="remember_location_prompt">Tagia dy luniau a fideos gyda\'r lleoliadau ble\'i tynnwyd.\n\nGall apiau eraill gweld y fath wybodaeth gyda\'r delweddau.</string>
<!-- Negative answer for first run dialog asking if the user wants to remember photo locations [CHAR LIMIT = 20] -->
+ <string name="remember_location_no">Dim diolch</string>
<!-- Positive answer for first run dialog asking if the user wants to remember photo locations [CHAR LIMIT = 20] -->
+ <string name="remember_location_yes">Ydw</string>
<!-- Menu item to launch the camera app [CHAR LIMIT=25] -->
+ <string name="menu_camera">Camera</string>
<!-- Menu item to search for photos [CHAR LIMIT=25] -->
+ <string name="menu_search">Chwilio</string>
<!-- Title for the all photos tab [CHAR LIMIT=25] -->
+ <string name="tab_photos">Lluniau</string>
<!-- Title for the albums tab [CHAR LIMIT=25] -->
+ <string name="tab_albums">Casgliadau</string>
<!-- Camera menu labels -->
<!-- more options label [CHAR LIMIT=50] -->
+ <string name="camera_menu_more_label">RHAGOR O DDEWISIADAU</string>
<!-- settings label [CHAR LIMIT=50] -->
+ <string name="camera_menu_settings_label">GOSODIADAU</string>
<!-- String indicating how many photos are in an album [CHAR LIMIT=15] -->
+ <plurals name="number_of_photos">
+ <item quantity="zero">%1$d lluniau</item>
+ <item quantity="one">%1$d llun</item>
+ <item quantity="two">%1$d lun</item>
+ <item quantity="few">%1$d llun</item>
+ <item quantity="many">%1$d llun</item>
+ <item quantity="other">%1$d llun</item>
+ </plurals>
</resources>
diff --git a/res/values-es-rUS/codeaurora_strings.xml b/res/values-es-rUS/codeaurora_strings.xml
index 780acbf68..2d53d5556 100644
--- a/res/values-es-rUS/codeaurora_strings.xml
+++ b/res/values-es-rUS/codeaurora_strings.xml
@@ -40,7 +40,7 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<string name="stereo">"Estéreo"</string>
<string name="speaker_on">Altavoz encendido</string>
<string name="speaker_off">Altavoz apagado</string>
- <string name="speaker_need_headset">Conecta los auriculares para usar esta función.</string>
+ <string name="speaker_need_headset">Conecta los auriculares para usar esta característica.</string>
<string name="single_track">"Pista sencilla"</string>
<string name="input_url">"Ingresar URL"</string>
<string name="streaming_settings">"Ajustes de transmisión"</string>
diff --git a/res/values-ru/codeaurora_strings.xml b/res/values-ru/codeaurora_strings.xml
index 08f6a6c83..a13b9e2ba 100644
--- a/res/values-ru/codeaurora_strings.xml
+++ b/res/values-ru/codeaurora_strings.xml
@@ -32,7 +32,7 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- Strings for step option settins -->
<string name="setp_option_name">Шаг перемотки</string>
- <string name="step_option_desc">Настройка интервала для быстрой перемотки вперёд или назад</string>
+ <string name="step_option_desc">Настройка интервала для быстрой перемотки вперед или назад</string>
<string name="setp_option_three_second">3 секунды</string>
<string name="setp_option_six_second">6 секунд</string>
<string name="loop">"Зациклить"</string>