summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAbhisek Devkota <ciwrl@lineageos.org>2017-02-23 19:18:50 -0800
committerAbhisek Devkota <ciwrl@lineageos.org>2017-02-23 19:18:50 -0800
commit15cc93d34300a84a5739c3bc9bcc86e1dcd853f8 (patch)
tree0c055a7a57b00687f0680fa8e2417968147cfd28
parente3b13c91172f4c376811b2d2d23f41dda1163b49 (diff)
downloadandroid_packages_providers_DownloadProvider-15cc93d34300a84a5739c3bc9bcc86e1dcd853f8.tar.gz
android_packages_providers_DownloadProvider-15cc93d34300a84a5739c3bc9bcc86e1dcd853f8.tar.bz2
android_packages_providers_DownloadProvider-15cc93d34300a84a5739c3bc9bcc86e1dcd853f8.zip
Automatic translation import
Change-Id: I1f237f1c90a633d5816ebc84dd8504cd9b7f48b5
-rw-r--r--res/values-en-rGB/cm_strings.xml8
-rw-r--r--res/values-ko/cm_strings.xml3
-rw-r--r--res/values-sv/cm_strings.xml2
3 files changed, 13 insertions, 0 deletions
diff --git a/res/values-en-rGB/cm_strings.xml b/res/values-en-rGB/cm_strings.xml
index 1c75b35e..1c47c884 100644
--- a/res/values-en-rGB/cm_strings.xml
+++ b/res/values-en-rGB/cm_strings.xml
@@ -17,13 +17,21 @@
-->
<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">Paused</string>
<!-- Representation of download progress percentage when paused. [CHAR LIMIT=24] -->
+ <string name="download_paused_percent">Paused, %d%%</string>
<!-- Text for button to manually resume all manually paused downloads [CHAR LIMIT=25] -->
+ <string name="button_resume_download">Resume</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] -->
</resources>
diff --git a/res/values-ko/cm_strings.xml b/res/values-ko/cm_strings.xml
index dfa1cba6..9f860e1e 100644
--- a/res/values-ko/cm_strings.xml
+++ b/res/values-ko/cm_strings.xml
@@ -18,8 +18,11 @@
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- Notification text containing download duration left and download speed -->
<!-- Phrase describing a time duration using seconds [CHAR LIMIT=16] -->
+ <string name="duration_seconds">%d초</string>
<!-- Phrase describing a time duration using minutes [CHAR LIMIT=16] -->
+ <string name="duration_minutes">%d분</string>
<!-- Phrase describing a time duration using hours [CHAR LIMIT=16] -->
+ <string name="duration_hours">%d시간</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">일시 정지됨</string>
diff --git a/res/values-sv/cm_strings.xml b/res/values-sv/cm_strings.xml
index 965b9d34..a3fea6cc 100644
--- a/res/values-sv/cm_strings.xml
+++ b/res/values-sv/cm_strings.xml
@@ -21,7 +21,9 @@
<!-- 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">Pausad</string>