summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorblinky@build01 <jenkins@cyanogenmod.com>2016-12-12 19:39:49 -0800
committerblinky@build01 <jenkins@cyanogenmod.com>2016-12-12 19:39:49 -0800
commit26850ac140459a2d78bac997d97c9d39ef15924b (patch)
tree6c1b07ac9760706b4810d03c6d4e6e730830f445
parentf1d6599ab94570e637c5def32c14aac1a454ae52 (diff)
downloadandroid_packages_providers_DownloadProvider-26850ac140459a2d78bac997d97c9d39ef15924b.tar.gz
android_packages_providers_DownloadProvider-26850ac140459a2d78bac997d97c9d39ef15924b.tar.bz2
android_packages_providers_DownloadProvider-26850ac140459a2d78bac997d97c9d39ef15924b.zip
Automatic translation import
Change-Id: Id2b05b4acec1634164127a3fedf8a9de4d8405b9 Ticket: -
-rw-r--r--res/values-in/cm_strings.xml8
-rw-r--r--res/values-nb/cm_strings.xml8
2 files changed, 16 insertions, 0 deletions
diff --git a/res/values-in/cm_strings.xml b/res/values-in/cm_strings.xml
index b4741661..2dc5b91c 100644
--- a/res/values-in/cm_strings.xml
+++ b/res/values-in/cm_strings.xml
@@ -17,14 +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/d</string>
<!-- Phrase describing a time duration using seconds [CHAR LIMIT=16] -->
+ <string name="duration_seconds">%d d</string>
<!-- Phrase describing a time duration using minutes [CHAR LIMIT=16] -->
+ <string name="duration_minutes">%d men</string>
<!-- Phrase describing a time duration using hours [CHAR LIMIT=16] -->
+ <string name="duration_hours">%d j</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">Diberhentikan sementara</string>
<!-- Representation of download progress percentage when paused. [CHAR LIMIT=24] -->
+ <string name="download_paused_percent">Dijeda, %d%%</string>
<!-- Text for button to manually resume all manually paused downloads [CHAR LIMIT=25] -->
+ <string name="button_resume_download">Lanjutkan</string>
<!-- Text for button to manually manually pause all running downloads [CHAR LIMIT=25] -->
+ <string name="button_pause_download">jeda</string>
<!-- Title summarizing paused downloads. [CHAR LIMIT=32] -->
+ <string name="notif_summary_paused">%d dijeda</string>
</resources>
diff --git a/res/values-nb/cm_strings.xml b/res/values-nb/cm_strings.xml
index d6737432..6d102765 100644
--- a/res/values-nb/cm_strings.xml
+++ b/res/values-nb/cm_strings.xml
@@ -17,14 +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 t</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">Satt på pause</string>
<!-- Representation of download progress percentage when paused. [CHAR LIMIT=24] -->
+ <string name="download_paused_percent">Pauset, %d%%</string>
<!-- Text for button to manually resume all manually paused downloads [CHAR LIMIT=25] -->
+ <string name="button_resume_download">Fortsett</string>
<!-- Text for button to manually manually pause all running downloads [CHAR LIMIT=25] -->
+ <string name="button_pause_download">pause</string>
<!-- Title summarizing paused downloads. [CHAR LIMIT=32] -->
+ <string name="notif_summary_paused">%d satt på pause</string>
</resources>