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-it | |
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-it')
-rw-r--r-- | res/values-it/cm_strings.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/res/values-it/cm_strings.xml b/res/values-it/cm_strings.xml index 5419833..a4c9f10 100644 --- a/res/values-it/cm_strings.xml +++ b/res/values-it/cm_strings.xml @@ -17,9 +17,16 @@ --> <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">Ora sei a <xliff:g id="step_count">%1$d</xliff:g> passo dalla visualizzazione del Device ID.</item> + <item quantity="other">Ora sei a <xliff:g id="step_count">%1$d</xliff:g> passi dalla visualizzazione del Device ID.</item> + </plurals> <!-- Device Info screen. Confirmation that Device ID is copied to clipboard --> + <string name="show_device_id_copied_cm">Device ID:[<xliff:g id="device_id">%1$s</xliff:g>] copiato negli appunti</string> <!-- Device Info screen. Confirmation that Device ID is not available --> + <string name="show_device_id_failed_cm">Il Device ID non รจ disponibile su questa build</string> <!-- [CHAR LIMIT=NONE] Device Info screen. Label for the deviceID text put to clipboard --> + <string name="show_device_id_clipboard_label">Device ID</string> <!-- [CHAR LIMIT=NONE] Device Info screen. Countdown for user taps to enable development settings --> <plurals name="show_dev_countdown_cm"> <item quantity="one">Ora sei ad <xliff:g id="step_count">%1$d</xliff:g> passo dall\'attivare le impostazioni di sviluppo.</item> |