diff options
author | pinky@build01 <jenkins@cyanogenmod.com> | 2016-09-25 00:15:35 -0700 |
---|---|---|
committer | pinky@build01 <jenkins@cyanogenmod.com> | 2016-09-25 00:15:35 -0700 |
commit | 6a9a0ba4ac871e3f25038af356df125e3fb1294c (patch) | |
tree | 6ebdc267dcceb645c973410358d3968e875e6506 /res/values-sl | |
parent | 4b03da7757caf8a0dff2864ab6a2fac3afd91e39 (diff) | |
download | packages_apps_Settings-6a9a0ba4ac871e3f25038af356df125e3fb1294c.zip packages_apps_Settings-6a9a0ba4ac871e3f25038af356df125e3fb1294c.tar.gz packages_apps_Settings-6a9a0ba4ac871e3f25038af356df125e3fb1294c.tar.bz2 |
Automatic translation import
Change-Id: I351c2ff04445423b5404e6c5f610ad06bac3efc4
Ticket: -
Diffstat (limited to 'res/values-sl')
-rw-r--r-- | res/values-sl/cm_strings.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/res/values-sl/cm_strings.xml b/res/values-sl/cm_strings.xml index 42d6470..11618b5 100644 --- a/res/values-sl/cm_strings.xml +++ b/res/values-sl/cm_strings.xml @@ -17,9 +17,18 @@ --> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <!-- [CHAR LIMIT=NONE] Device Info screen. Countdown for user taps to show Device Id --> + <plurals name="show_device_id_countdown_cm"> + <item quantity="one">Zdaj ste <xliff:g id="step_count">%1$d</xliff:g> korak pred poizvedovanjem za ID naprave.</item> + <item quantity="two">Zdaj ste <xliff:g id="step_count">%1$d</xliff:g> koraka pred poizvedovanjem za ID naprave.</item> + <item quantity="few">Zdaj ste <xliff:g id="step_count">%1$d</xliff:g> korake pred poizvedovanjem za ID naprave.</item> + <item quantity="other">Zdaj ste <xliff:g id="step_count">%1$d</xliff:g> korakov pred poizvedovanjem za ID naprave.</item> + </plurals> <!-- Device Info screen. Confirmation that Device ID is copied to clipboard --> + <string name="show_device_id_copied_cm">ID naprave: [<xliff:g id="device_id">%1$s</xliff:g>] kopiran na odložišče</string> <!-- Device Info screen. Confirmation that Device ID is not available --> + <string name="show_device_id_failed_cm">ID naprave v tej izgradnji ni na voljo</string> <!-- [CHAR LIMIT=NONE] Device Info screen. Label for the deviceID text put to clipboard --> + <string name="show_device_id_clipboard_label">ID naprave</string> <!-- [CHAR LIMIT=NONE] Device Info screen. Countdown for user taps to enable development settings --> <plurals name="show_dev_countdown_cm"> <item quantity="one">Zdaj ste <xliff:g id="step_count">%1$d</xliff:g> korak pred omogočanjem nastavitev za razvijalce.</item> |