summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAbhisek Devkota <ciwrl@lineageos.org>2017-01-25 13:48:24 -0800
committerAbhisek Devkota <ciwrl@lineageos.org>2017-01-25 13:48:24 -0800
commitae28f35ff1bbd6ef435d4112698fa83c26c5374c (patch)
tree13895ebb0c4b5603dca84cc7e0e1bf7fa6ee2d7e
parent6dc7968b489cd52267165f6711b95816dbde4a29 (diff)
downloadandroid_packages_providers_DownloadProvider-ae28f35ff1bbd6ef435d4112698fa83c26c5374c.tar.gz
android_packages_providers_DownloadProvider-ae28f35ff1bbd6ef435d4112698fa83c26c5374c.tar.bz2
android_packages_providers_DownloadProvider-ae28f35ff1bbd6ef435d4112698fa83c26c5374c.zip
Automatic translation import
Change-Id: I20c2bea9ec1a2bc2c1e1273ac9bec97fdba588a8
-rw-r--r--res/values-el/cm_strings.xml8
-rw-r--r--res/values-hu/cm_strings.xml8
-rw-r--r--res/values-ro/cm_strings.xml8
-rw-r--r--res/values-sr/cm_strings.xml8
-rw-r--r--res/values-ug/strings.xml6
5 files changed, 32 insertions, 6 deletions
diff --git a/res/values-el/cm_strings.xml b/res/values-el/cm_strings.xml
index 7ca2938f..46b41f69 100644
--- a/res/values-el/cm_strings.xml
+++ b/res/values-el/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/δ</string>
<!-- 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>
<!-- Representation of download progress percentage when paused. [CHAR LIMIT=24] -->
+ <string name="download_paused_percent">Σε παύση, %d%%</string>
<!-- Text for button to manually resume all manually paused downloads [CHAR LIMIT=25] -->
+ <string name="button_resume_download">Συνέχιση</string>
<!-- Text for button to manually manually pause all running downloads [CHAR LIMIT=25] -->
+ <string name="button_pause_download">παύση</string>
<!-- Title summarizing paused downloads. [CHAR LIMIT=32] -->
+ <string name="notif_summary_paused">%d σε παύση</string>
</resources>
diff --git a/res/values-hu/cm_strings.xml b/res/values-hu/cm_strings.xml
index 2b80511f..ed852552 100644
--- a/res/values-hu/cm_strings.xml
+++ b/res/values-hu/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</string>
<!-- Phrase describing a time duration using seconds [CHAR LIMIT=16] -->
+ <string name="duration_seconds">%d másodperc</string>
<!-- Phrase describing a time duration using minutes [CHAR LIMIT=16] -->
+ <string name="duration_minutes">%d perc</string>
<!-- Phrase describing a time duration using hours [CHAR LIMIT=16] -->
+ <string name="duration_hours">%d óra</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">Szüneteltetve</string>
<!-- Representation of download progress percentage when paused. [CHAR LIMIT=24] -->
+ <string name="download_paused_percent">Felfüggesztett, %d%%</string>
<!-- Text for button to manually resume all manually paused downloads [CHAR LIMIT=25] -->
+ <string name="button_resume_download">Folytatás</string>
<!-- Text for button to manually manually pause all running downloads [CHAR LIMIT=25] -->
+ <string name="button_pause_download">szünet</string>
<!-- Title summarizing paused downloads. [CHAR LIMIT=32] -->
+ <string name="notif_summary_paused">%d szünetel</string>
</resources>
diff --git a/res/values-ro/cm_strings.xml b/res/values-ro/cm_strings.xml
index a75d63ad..4c9d1c45 100644
--- a/res/values-ro/cm_strings.xml
+++ b/res/values-ro/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 ore</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">În pauză</string>
<!-- Representation of download progress percentage when paused. [CHAR LIMIT=24] -->
+ <string name="download_paused_percent">Întreruptă, %d%%</string>
<!-- Text for button to manually resume all manually paused downloads [CHAR LIMIT=25] -->
+ <string name="button_resume_download">Reluaţi</string>
<!-- Text for button to manually manually pause all running downloads [CHAR LIMIT=25] -->
+ <string name="button_pause_download">pauză </string>
<!-- Title summarizing paused downloads. [CHAR LIMIT=32] -->
+ <string name="notif_summary_paused">%d întreruptă</string>
</resources>
diff --git a/res/values-sr/cm_strings.xml b/res/values-sr/cm_strings.xml
index 327c3026..624b81c7 100644
--- a/res/values-sr/cm_strings.xml
+++ b/res/values-sr/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/с</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 мин</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">Паузирано</string>
<!-- Representation of download progress percentage when paused. [CHAR LIMIT=24] -->
+ <string name="download_paused_percent">Паузирано, %d%%</string>
<!-- Text for button to manually resume all manually paused downloads [CHAR LIMIT=25] -->
+ <string name="button_resume_download">Nastavi</string>
<!-- Text for button to manually manually pause all running downloads [CHAR LIMIT=25] -->
+ <string name="button_pause_download">пауза</string>
<!-- Title summarizing paused downloads. [CHAR LIMIT=32] -->
+ <string name="notif_summary_paused">%d паузиран</string>
</resources>
diff --git a/res/values-ug/strings.xml b/res/values-ug/strings.xml
index 2a955bda..e6ef76fa 100644
--- a/res/values-ug/strings.xml
+++ b/res/values-ug/strings.xml
@@ -133,13 +133,7 @@
the carrier-specified recommended maximum size for downloads over the mobile connection
[CHAR LIMIT=25] -->
<!-- Title summarizing active downloads. [CHAR LIMIT=32] -->
- <plurals name="notif_summary_active">
- <item quantity="other"><xliff:g id="number">%d</xliff:g> ھۆججەتنى چۈشۈرۈۋاتىدۇ</item>
- </plurals>
<!-- Title summarizing waiting downloads. [CHAR LIMIT=32] -->
- <plurals name="notif_summary_waiting">
- <item quantity="other"><xliff:g id="number">%d</xliff:g> ھۆججەت كۈتۈۋاتىدۇ</item>
- </plurals>
<!-- Time remaining until download is complete. [CHAR LIMIT=32] -->
<string name="download_remaining"><xliff:g id="duration" example="3 minutes">%s</xliff:g> قالدى</string>
<!-- Text for a toast appearing when a user clicks on a completed download, informing the user