summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bestas <mkbestas@lineageos.org>2018-05-08 19:47:42 +0300
committerMichael Bestas <mkbestas@lineageos.org>2018-05-08 19:47:42 +0300
commit30e9fe150ab6edef78f50cbf0f9a9b923b087df6 (patch)
tree8be85e33db23af7254c55eae500c1d22446455f2
parent20e7fbeb54bb5f6a9640b4d3b1b1ba14f1fc9ce9 (diff)
downloadandroid_packages_providers_DownloadProvider-30e9fe150ab6edef78f50cbf0f9a9b923b087df6.tar.gz
android_packages_providers_DownloadProvider-30e9fe150ab6edef78f50cbf0f9a9b923b087df6.tar.bz2
android_packages_providers_DownloadProvider-30e9fe150ab6edef78f50cbf0f9a9b923b087df6.zip
Automatic translation import
Change-Id: I85468cd4a29a38b718131e56188cf4ad17393009
-rw-r--r--res/values-sc-rIT/cm_strings.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/res/values-sc-rIT/cm_strings.xml b/res/values-sc-rIT/cm_strings.xml
index 1c75b35e..802138ad 100644
--- a/res/values-sc-rIT/cm_strings.xml
+++ b/res/values-sc-rIT/cm_strings.xml
@@ -17,13 +17,22 @@
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- Notification text containing download duration left and download speed -->
+ <string name="text_download_speed">%1$s, %2$s/s</string>
<!-- Phrase describing a time duration using seconds [CHAR LIMIT=16] -->
+ <string name="duration_seconds">%d s</string>
<!-- Phrase describing a time duration using minutes [CHAR LIMIT=16] -->
+ <string name="duration_minutes">%d min</string>
<!-- Phrase describing a time duration using hours [CHAR LIMIT=16] -->
+ <string name="duration_hours">%d h</string>
<!-- Status indicating that the download has been paused to start in the future. Appears for an
individual item in the download list. [CHAR LIMIT=24] -->
+ <string name="download_paused">In pàusa</string>
<!-- Representation of download progress percentage when paused. [CHAR LIMIT=24] -->
+ <string name="download_paused_percent">In pàusa, %d%%</string>
<!-- Text for button to manually resume all manually paused downloads [CHAR LIMIT=25] -->
+ <string name="button_resume_download">Sighi</string>
<!-- Text for button to manually manually pause all running downloads [CHAR LIMIT=25] -->
+ <string name="button_pause_download">pàusa</string>
<!-- Title summarizing paused downloads. [CHAR LIMIT=32] -->
+ <string name="notif_summary_paused">%d in pàusa</string>
</resources>