summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@cyanogenmod.org>2016-03-17 22:05:56 +0200
committerMichael Bestas <mikeioannina@cyanogenmod.org>2016-03-19 00:55:29 +0200
commit150e9a28647632a59daff9d93a5b06a628b04a22 (patch)
tree9a9cdc1c3f095e2efd61df0cae18d176bfc19231
parent083ca2be42c8346fc56ec67d4d50d5de33517eaf (diff)
downloadandroid_packages_providers_DownloadProvider-150e9a28647632a59daff9d93a5b06a628b04a22.tar.gz
android_packages_providers_DownloadProvider-150e9a28647632a59daff9d93a5b06a628b04a22.tar.bz2
android_packages_providers_DownloadProvider-150e9a28647632a59daff9d93a5b06a628b04a22.zip
Automatic translation import
Change-Id: Ide31394cee382c695a4e9ed92fb04ddba262d99f
-rw-r--r--res/values-as-rIN/cm_plurals.xml12
-rw-r--r--res/values-as-rIN/cm_strings.xml4
-rw-r--r--res/values-ast-rES/strings.xml8
-rw-r--r--res/values-da/cm_strings.xml3
-rw-r--r--res/values-es-rMX/cm_strings.xml3
-rw-r--r--res/values-es-rUS/cm_plurals.xml8
-rw-r--r--res/values-es-rUS/cm_strings.xml4
-rw-r--r--res/values-es/cm_strings.xml3
-rw-r--r--res/values-fr/cm_strings.xml3
-rw-r--r--res/values-gu-rIN/cm_plurals.xml12
-rw-r--r--res/values-gu-rIN/cm_strings.xml4
-rw-r--r--res/values-kn-rIN/cm_strings.xml3
-rw-r--r--res/values-ku/strings.xml8
-rw-r--r--res/values-lb/strings.xml8
-rw-r--r--res/values-ml-rIN/cm_plurals.xml12
-rw-r--r--res/values-ml-rIN/cm_strings.xml4
-rw-r--r--res/values-mr-rIN/cm_plurals.xml12
-rw-r--r--res/values-mr-rIN/cm_strings.xml4
-rw-r--r--res/values-or-rIN/cm_plurals.xml12
-rw-r--r--res/values-or-rIN/cm_strings.xml4
-rw-r--r--res/values-ta-rIN/cm_plurals.xml12
-rw-r--r--res/values-ta-rIN/cm_strings.xml4
-rw-r--r--res/values-te-rIN/cm_plurals.xml12
-rw-r--r--res/values-te-rIN/cm_strings.xml4
-rw-r--r--res/values-ug/cm_strings.xml3
-rw-r--r--res/values-vi/cm_strings.xml3
26 files changed, 169 insertions, 0 deletions
diff --git a/res/values-as-rIN/cm_plurals.xml b/res/values-as-rIN/cm_plurals.xml
index daf98d09..589d4721 100644
--- a/res/values-as-rIN/cm_plurals.xml
+++ b/res/values-as-rIN/cm_plurals.xml
@@ -17,6 +17,18 @@
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- Phrase describing a time duration using seconds [CHAR LIMIT=16] -->
+ <plurals name="duration_seconds">
+ <item quantity="one"><xliff:g id="count">%d</xliff:g> ছেকেণ্ড</item>
+ <item quantity="other"><xliff:g id="count">%d</xliff:g> ছেকেণ্ড</item>
+ </plurals>
<!-- Phrase describing a time duration using minutes [CHAR LIMIT=16] -->
+ <plurals name="duration_minutes">
+ <item quantity="one"><xliff:g id="count">%d</xliff:g> মিনিট</item>
+ <item quantity="other"><xliff:g id="count">%d</xliff:g> মিনিট</item>
+ </plurals>
<!-- Phrase describing a time duration using hours [CHAR LIMIT=16] -->
+ <plurals name="duration_hours">
+ <item quantity="one"><xliff:g id="count">%d</xliff:g> ঘণ্টা</item>
+ <item quantity="other"><xliff:g id="count">%d</xliff:g> ঘণ্টা</item>
+ </plurals>
</resources>
diff --git a/res/values-as-rIN/cm_strings.xml b/res/values-as-rIN/cm_strings.xml
index 7f1c058c..f7ed7bde 100644
--- a/res/values-as-rIN/cm_strings.xml
+++ b/res/values-as-rIN/cm_strings.xml
@@ -16,8 +16,12 @@
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="download_speed_text"><xliff:g id="text">%1$s</xliff:g>, <xliff:g id="size" example="230 kB">%2$s</xliff:g>/s</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">পজ কৰি ৰখা হৈছে, <xliff:g id="number">%d</xliff:g><xliff:g id="percent">%%</xliff:g></string>
<!-- Representation of download progress percentage when queued. [CHAR LIMIT=24] -->
+ <string name="download_queued_percent">কিউত ৰখা হৈছে, <xliff:g id="number">%d</xliff:g><xliff:g id="percent">%%</xliff:g></string>
</resources>
diff --git a/res/values-ast-rES/strings.xml b/res/values-ast-rES/strings.xml
index 441e985f..c1236c13 100644
--- a/res/values-ast-rES/strings.xml
+++ b/res/values-ast-rES/strings.xml
@@ -140,7 +140,15 @@
[CHAR LIMIT=25] -->
<string name="button_start_now">Aniciar agora</string>
<!-- Title summarizing active downloads. [CHAR LIMIT=32] -->
+ <plurals name="notif_summary_active">
+ <item quantity="one">1 ficheru descargándose</item>
+ <item quantity="other"><xliff:g id="number">%d</xliff:g> ficheros descargándose</item>
+ </plurals>
<!-- Title summarizing waiting downloads. [CHAR LIMIT=32] -->
+ <plurals name="notif_summary_waiting">
+ <item quantity="one">1 ficheru n\'espera</item>
+ <item quantity="other"><xliff:g id="number">%d</xliff:g> ficheros n\'espera</item>
+ </plurals>
<!-- Time remaining until download is complete. [CHAR LIMIT=32] -->
<string name="download_remaining">queden <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
diff --git a/res/values-da/cm_strings.xml b/res/values-da/cm_strings.xml
index 6264bb05..64973618 100644
--- a/res/values-da/cm_strings.xml
+++ b/res/values-da/cm_strings.xml
@@ -19,6 +19,9 @@
<string name="download_speed_text"><xliff:g id="text">%1$s</xliff:g>, <xliff:g id="size" example="230 kB">%2$s</xliff:g>/s</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">Sat på pause</string>
<!-- Representation of download progress percentage when paused. [CHAR LIMIT=24] -->
+ <string name="download_paused_percent">Midlertidigt afbrudt, <xliff:g id="number">%d</xliff:g><xliff:g id="percent">%%</xliff:g></string>
<!-- Representation of download progress percentage when queued. [CHAR LIMIT=24] -->
+ <string name="download_queued_percent">Sat i kø, <xliff:g id="number">%d</xliff:g><xliff:g id="percent">%%</xliff:g></string>
</resources>
diff --git a/res/values-es-rMX/cm_strings.xml b/res/values-es-rMX/cm_strings.xml
index 7f1c058c..441b4340 100644
--- a/res/values-es-rMX/cm_strings.xml
+++ b/res/values-es-rMX/cm_strings.xml
@@ -18,6 +18,9 @@
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- 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">En pausa</string>
<!-- Representation of download progress percentage when paused. [CHAR LIMIT=24] -->
+ <string name="download_paused_percent">En pausa, <xliff:g id="number">%d</xliff:g><xliff:g id="percent">%%</xliff:g></string>
<!-- Representation of download progress percentage when queued. [CHAR LIMIT=24] -->
+ <string name="download_queued_percent">En cola, <xliff:g id="number">%d</xliff:g><xliff:g id="percent">%%</xliff:g></string>
</resources>
diff --git a/res/values-es-rUS/cm_plurals.xml b/res/values-es-rUS/cm_plurals.xml
index 195d1fb3..2d5643d1 100644
--- a/res/values-es-rUS/cm_plurals.xml
+++ b/res/values-es-rUS/cm_plurals.xml
@@ -17,7 +17,15 @@
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- Phrase describing a time duration using seconds [CHAR LIMIT=16] -->
+ <plurals name="duration_seconds">
+ <item quantity="one"><xliff:g id="count">%d</xliff:g> s</item>
+ <item quantity="other"><xliff:g id="count">%d</xliff:g> s</item>
+ </plurals>
<!-- Phrase describing a time duration using minutes [CHAR LIMIT=16] -->
+ <plurals name="duration_minutes">
+ <item quantity="one"><xliff:g id="count">%d</xliff:g> min</item>
+ <item quantity="other"><xliff:g id="count">%d</xliff:g> min</item>
+ </plurals>
<!-- Phrase describing a time duration using hours [CHAR LIMIT=16] -->
<plurals name="duration_hours">
<item quantity="one"><xliff:g id="count">%d</xliff:g> h</item>
diff --git a/res/values-es-rUS/cm_strings.xml b/res/values-es-rUS/cm_strings.xml
index 7f1c058c..17187425 100644
--- a/res/values-es-rUS/cm_strings.xml
+++ b/res/values-es-rUS/cm_strings.xml
@@ -16,8 +16,12 @@
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="download_speed_text"><xliff:g id="text">%1$s</xliff:g>, <xliff:g id="size" example="230 kB">%2$s</xliff:g>/s</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">En pausa</string>
<!-- Representation of download progress percentage when paused. [CHAR LIMIT=24] -->
+ <string name="download_paused_percent">En pausa, <xliff:g id="number">%d</xliff:g><xliff:g id="percent">%%</xliff:g></string>
<!-- Representation of download progress percentage when queued. [CHAR LIMIT=24] -->
+ <string name="download_queued_percent">En cola, <xliff:g id="number">%d</xliff:g><xliff:g id="percent">%%</xliff:g></string>
</resources>
diff --git a/res/values-es/cm_strings.xml b/res/values-es/cm_strings.xml
index 6264bb05..c51f9a70 100644
--- a/res/values-es/cm_strings.xml
+++ b/res/values-es/cm_strings.xml
@@ -19,6 +19,9 @@
<string name="download_speed_text"><xliff:g id="text">%1$s</xliff:g>, <xliff:g id="size" example="230 kB">%2$s</xliff:g>/s</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">Pausado</string>
<!-- Representation of download progress percentage when paused. [CHAR LIMIT=24] -->
+ <string name="download_paused_percent">Pausado, <xliff:g id="number">%d </xliff:g> <xliff:g id="percent">%% </xliff:g></string>
<!-- Representation of download progress percentage when queued. [CHAR LIMIT=24] -->
+ <string name="download_queued_percent">En cola, <xliff:g id="number">%d</xliff:g><xliff:g id="percent">%%</xliff:g></string>
</resources>
diff --git a/res/values-fr/cm_strings.xml b/res/values-fr/cm_strings.xml
index 6264bb05..2b9eebbc 100644
--- a/res/values-fr/cm_strings.xml
+++ b/res/values-fr/cm_strings.xml
@@ -19,6 +19,9 @@
<string name="download_speed_text"><xliff:g id="text">%1$s</xliff:g>, <xliff:g id="size" example="230 kB">%2$s</xliff:g>/s</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">En pause</string>
<!-- Representation of download progress percentage when paused. [CHAR LIMIT=24] -->
+ <string name="download_paused_percent">En pause, <xliff:g id="number">%d</xliff:g><xliff:g id="percent">%%</xliff:g></string>
<!-- Representation of download progress percentage when queued. [CHAR LIMIT=24] -->
+ <string name="download_queued_percent">En attente, <xliff:g id="number">%d</xliff:g><xliff:g id="percent">%%</xliff:g></string>
</resources>
diff --git a/res/values-gu-rIN/cm_plurals.xml b/res/values-gu-rIN/cm_plurals.xml
index daf98d09..ecb07d4b 100644
--- a/res/values-gu-rIN/cm_plurals.xml
+++ b/res/values-gu-rIN/cm_plurals.xml
@@ -17,6 +17,18 @@
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- Phrase describing a time duration using seconds [CHAR LIMIT=16] -->
+ <plurals name="duration_seconds">
+ <item quantity="one"><xliff:g id="count">%d</xliff:g> સેકંડ</item>
+ <item quantity="other"><xliff:g id="count">%d</xliff:g> સેકંડો</item>
+ </plurals>
<!-- Phrase describing a time duration using minutes [CHAR LIMIT=16] -->
+ <plurals name="duration_minutes">
+ <item quantity="one"><xliff:g id="count">%d</xliff:g> મિન</item>
+ <item quantity="other"><xliff:g id="count">%d</xliff:g> મિનિ</item>
+ </plurals>
<!-- Phrase describing a time duration using hours [CHAR LIMIT=16] -->
+ <plurals name="duration_hours">
+ <item quantity="one"><xliff:g id="count">%d</xliff:g> કલાક</item>
+ <item quantity="other"><xliff:g id="count">%d</xliff:g> કલાકો</item>
+ </plurals>
</resources>
diff --git a/res/values-gu-rIN/cm_strings.xml b/res/values-gu-rIN/cm_strings.xml
index 7f1c058c..d81631cd 100644
--- a/res/values-gu-rIN/cm_strings.xml
+++ b/res/values-gu-rIN/cm_strings.xml
@@ -16,8 +16,12 @@
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="download_speed_text"><xliff:g id="text">%1$s</xliff:g>, <xliff:g id="size" example="230 kB">%2$s</xliff:g>/s</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">પૉઝ કરેલ, <xliff:g id="number">%d</xliff:g><xliff:g id="percent">%%</xliff:g></string>
<!-- Representation of download progress percentage when queued. [CHAR LIMIT=24] -->
+ <string name="download_queued_percent">હરોળમાં, <xliff:g id="number">%d</xliff:g><xliff:g id="percent">%%</xliff:g></string>
</resources>
diff --git a/res/values-kn-rIN/cm_strings.xml b/res/values-kn-rIN/cm_strings.xml
index 6264bb05..0836bb18 100644
--- a/res/values-kn-rIN/cm_strings.xml
+++ b/res/values-kn-rIN/cm_strings.xml
@@ -19,6 +19,9 @@
<string name="download_speed_text"><xliff:g id="text">%1$s</xliff:g>, <xliff:g id="size" example="230 kB">%2$s</xliff:g>/s</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">ವಿರಾಮಿಸಲಾಗಿದೆ, <xliff:g id="number">%d</xliff:g><xliff:g id="percent">%%</xliff:g></string>
<!-- Representation of download progress percentage when queued. [CHAR LIMIT=24] -->
+ <string name="download_queued_percent">ಸರತಿಯಲ್ಲಿ, <xliff:g id="number">%d</xliff:g><xliff:g id="percent">%%</xliff:g></string>
</resources>
diff --git a/res/values-ku/strings.xml b/res/values-ku/strings.xml
index 97ac2fdc..9a7e5819 100644
--- a/res/values-ku/strings.xml
+++ b/res/values-ku/strings.xml
@@ -167,7 +167,15 @@
[CHAR LIMIT=25] -->
<string name="button_start_now">ئێستا ده‌ست پێ بکه‌</string>
<!-- Title summarizing active downloads. [CHAR LIMIT=32] -->
+ <plurals name="notif_summary_active">
+ <item quantity="one">1 پەڕگە دائەبەزێنرێت</item>
+ <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="one">1 پەڕگە چاوەڕوانە</item>
+ <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
diff --git a/res/values-lb/strings.xml b/res/values-lb/strings.xml
index 2139d95e..93f19499 100644
--- a/res/values-lb/strings.xml
+++ b/res/values-lb/strings.xml
@@ -137,7 +137,15 @@
[CHAR LIMIT=25] -->
<string name="button_start_now">Elo starten</string>
<!-- Title summarizing active downloads. [CHAR LIMIT=32] -->
+ <plurals name="notif_summary_active">
+ <item quantity="one">1 Fichier gëtt erofgelueden</item>
+ <item quantity="other"><xliff:g id="number">%d</xliff:g> Fichiere ginn erofgelueden</item>
+ </plurals>
<!-- Title summarizing waiting downloads. [CHAR LIMIT=32] -->
+ <plurals name="notif_summary_waiting">
+ <item quantity="one">1 Fichier waart</item>
+ <item quantity="other"><xliff:g id="number">%d</xliff:g> Fichiere waarden</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> iwwreg</string>
<!-- Text for a toast appearing when a user clicks on a completed download, informing the user
diff --git a/res/values-ml-rIN/cm_plurals.xml b/res/values-ml-rIN/cm_plurals.xml
index daf98d09..a07bdab8 100644
--- a/res/values-ml-rIN/cm_plurals.xml
+++ b/res/values-ml-rIN/cm_plurals.xml
@@ -17,6 +17,18 @@
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- Phrase describing a time duration using seconds [CHAR LIMIT=16] -->
+ <plurals name="duration_seconds">
+ <item quantity="one"><xliff:g id="count">%d</xliff:g> സെക്കന്റ്</item>
+ <item quantity="other"><xliff:g id="count">%d</xliff:g> സെക്കന്റ്</item>
+ </plurals>
<!-- Phrase describing a time duration using minutes [CHAR LIMIT=16] -->
+ <plurals name="duration_minutes">
+ <item quantity="one"><xliff:g id="count">%d</xliff:g> മിനിറ്റ്</item>
+ <item quantity="other"><xliff:g id="count">%d</xliff:g> മിനിറ്റ്</item>
+ </plurals>
<!-- Phrase describing a time duration using hours [CHAR LIMIT=16] -->
+ <plurals name="duration_hours">
+ <item quantity="one"><xliff:g id="count">%d</xliff:g> മണിക്കൂര്</item>
+ <item quantity="other"><xliff:g id="count">%d</xliff:g> മണിക്കൂര്</item>
+ </plurals>
</resources>
diff --git a/res/values-ml-rIN/cm_strings.xml b/res/values-ml-rIN/cm_strings.xml
index 7f1c058c..22895071 100644
--- a/res/values-ml-rIN/cm_strings.xml
+++ b/res/values-ml-rIN/cm_strings.xml
@@ -16,8 +16,12 @@
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="download_speed_text"><xliff:g id="text">%1$s</xliff:g>, <xliff:g id="size" example="230 kB">%2$s</xliff:g>/s</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">താല്‍ക്കാലികമായി നിറുത്തല്‍ <xliff:g id="number">%d</xliff:g><xliff:g id="percent">%%</xliff:g></string>
<!-- Representation of download progress percentage when queued. [CHAR LIMIT=24] -->
+ <string name="download_queued_percent">വരിയിൽ നിറുത്തിയിരിക്കുന്നു, <xliff:g id="number">%d</xliff:g><xliff:g id="percent">%%</xliff:g></string>
</resources>
diff --git a/res/values-mr-rIN/cm_plurals.xml b/res/values-mr-rIN/cm_plurals.xml
index daf98d09..4ef497cb 100644
--- a/res/values-mr-rIN/cm_plurals.xml
+++ b/res/values-mr-rIN/cm_plurals.xml
@@ -17,6 +17,18 @@
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- Phrase describing a time duration using seconds [CHAR LIMIT=16] -->
+ <plurals name="duration_seconds">
+ <item quantity="one"><xliff:g id="count">%d</xliff:g> सेकंद</item>
+ <item quantity="other"><xliff:g id="count">%d</xliff:g> सेकंद</item>
+ </plurals>
<!-- Phrase describing a time duration using minutes [CHAR LIMIT=16] -->
+ <plurals name="duration_minutes">
+ <item quantity="one"><xliff:g id="count">%d</xliff:g> मिनिट</item>
+ <item quantity="other"><xliff:g id="count">%d</xliff:g> मिनिटे</item>
+ </plurals>
<!-- Phrase describing a time duration using hours [CHAR LIMIT=16] -->
+ <plurals name="duration_hours">
+ <item quantity="one"><xliff:g id="count">%d</xliff:g> तास</item>
+ <item quantity="other"><xliff:g id="count">%d</xliff:g> तास</item>
+ </plurals>
</resources>
diff --git a/res/values-mr-rIN/cm_strings.xml b/res/values-mr-rIN/cm_strings.xml
index 7f1c058c..c98c6c96 100644
--- a/res/values-mr-rIN/cm_strings.xml
+++ b/res/values-mr-rIN/cm_strings.xml
@@ -16,8 +16,12 @@
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="download_speed_text"><xliff:g id="text">%1$s</xliff:g>, <xliff:g id="size" example="230 kB">%2$s</xliff:g>/s</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">विराम केले, <xliff:g id="number">%d</xliff:g><xliff:g id="percent">%%</xliff:g></string>
<!-- Representation of download progress percentage when queued. [CHAR LIMIT=24] -->
+ <string name="download_queued_percent">रांगेत लावले, <xliff:g id="number">%d</xliff:g><xliff:g id="percent">%%</xliff:g></string>
</resources>
diff --git a/res/values-or-rIN/cm_plurals.xml b/res/values-or-rIN/cm_plurals.xml
index daf98d09..8ecef01e 100644
--- a/res/values-or-rIN/cm_plurals.xml
+++ b/res/values-or-rIN/cm_plurals.xml
@@ -17,6 +17,18 @@
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- Phrase describing a time duration using seconds [CHAR LIMIT=16] -->
+ <plurals name="duration_seconds">
+ <item quantity="one"><xliff:g id="count">%D</xliff:g> ସେକେଣ୍ଡ</item>
+ <item quantity="other"><xliff:g id="count">%d</xliff:g> ସେକେଣ୍ଡ</item>
+ </plurals>
<!-- Phrase describing a time duration using minutes [CHAR LIMIT=16] -->
+ <plurals name="duration_minutes">
+ <item quantity="one"><xliff:g id="count">%D</xliff:g> ମିନିଟ୍‍</item>
+ <item quantity="other"><xliff:g id="count">%d</xliff:g> ମିନିଟ୍‍</item>
+ </plurals>
<!-- Phrase describing a time duration using hours [CHAR LIMIT=16] -->
+ <plurals name="duration_hours">
+ <item quantity="one"><xliff:g id="count">%D</xliff:g> ଘଣ୍ଟା</item>
+ <item quantity="other"><xliff:g id="count">%d</xliff:g> ଘଣ୍ଟା</item>
+ </plurals>
</resources>
diff --git a/res/values-or-rIN/cm_strings.xml b/res/values-or-rIN/cm_strings.xml
index 7f1c058c..4f1da0cb 100644
--- a/res/values-or-rIN/cm_strings.xml
+++ b/res/values-or-rIN/cm_strings.xml
@@ -16,8 +16,12 @@
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="download_speed_text"><xliff:g id="text">%1$s</xliff:g>, <xliff:g id="size" example="230 kB">%2$s</xliff:g>/s</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">ପଜ୍‍ ହୋ‍ଇଛି, <xliff:g id="number">%d</xliff:g><xliff:g id="percent">%%</xliff:g></string>
<!-- Representation of download progress percentage when queued. [CHAR LIMIT=24] -->
+ <string name="download_queued_percent">ଧାଡିରେ ଅଛି, <xliff:g id="number">%d</xliff:g><xliff:g id="percent">%%</xliff:g></string>
</resources>
diff --git a/res/values-ta-rIN/cm_plurals.xml b/res/values-ta-rIN/cm_plurals.xml
index daf98d09..b5c0fec5 100644
--- a/res/values-ta-rIN/cm_plurals.xml
+++ b/res/values-ta-rIN/cm_plurals.xml
@@ -17,6 +17,18 @@
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- Phrase describing a time duration using seconds [CHAR LIMIT=16] -->
+ <plurals name="duration_seconds">
+ <item quantity="one"><xliff:g id="count">%d</xliff:g> வினாடி</item>
+ <item quantity="other"><xliff:g id="count">%d</xliff:g> வினாடிகள்</item>
+ </plurals>
<!-- Phrase describing a time duration using minutes [CHAR LIMIT=16] -->
+ <plurals name="duration_minutes">
+ <item quantity="one"><xliff:g id="count">%d</xliff:g> நிமிடம்</item>
+ <item quantity="other"><xliff:g id="count">%d</xliff:g> நிமிடங்கள்</item>
+ </plurals>
<!-- Phrase describing a time duration using hours [CHAR LIMIT=16] -->
+ <plurals name="duration_hours">
+ <item quantity="one"><xliff:g id="count">%d</xliff:g> மணி</item>
+ <item quantity="other"><xliff:g id="count">%d</xliff:g> மணி நேரங்கள்</item>
+ </plurals>
</resources>
diff --git a/res/values-ta-rIN/cm_strings.xml b/res/values-ta-rIN/cm_strings.xml
index 7f1c058c..5f0bc247 100644
--- a/res/values-ta-rIN/cm_strings.xml
+++ b/res/values-ta-rIN/cm_strings.xml
@@ -16,8 +16,12 @@
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="download_speed_text"><xliff:g id="text">%1$s</xliff:g>, <xliff:g id="size" example="230 kB">%2$s</xliff:g>/s</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">இடைநிறுத்தப்பட்டது, <xliff:g id="number">%d</xliff:g><xliff:g id="percent">%%</xliff:g></string>
<!-- Representation of download progress percentage when queued. [CHAR LIMIT=24] -->
+ <string name="download_queued_percent">வரிசைப்படுத்திய, <xliff:g id="number">%d</xliff:g><xliff:g id="percent">%%</xliff:g></string>
</resources>
diff --git a/res/values-te-rIN/cm_plurals.xml b/res/values-te-rIN/cm_plurals.xml
index daf98d09..5eb4c664 100644
--- a/res/values-te-rIN/cm_plurals.xml
+++ b/res/values-te-rIN/cm_plurals.xml
@@ -17,6 +17,18 @@
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- Phrase describing a time duration using seconds [CHAR LIMIT=16] -->
+ <plurals name="duration_seconds">
+ <item quantity="one"><xliff:g id="count">%d</xliff:g> sec</item>
+ <item quantity="other"><xliff:g id="count">%d</xliff:g> secs</item>
+ </plurals>
<!-- Phrase describing a time duration using minutes [CHAR LIMIT=16] -->
+ <plurals name="duration_minutes">
+ <item quantity="one"><xliff:g id="count">%d</xliff:g> mins</item>
+ <item quantity="other"><xliff:g id="count">%d</xliff:g> min</item>
+ </plurals>
<!-- Phrase describing a time duration using hours [CHAR LIMIT=16] -->
+ <plurals name="duration_hours">
+ <item quantity="one"><xliff:g id="count">%d</xliff:g> hr</item>
+ <item quantity="other"><xliff:g id="count">%d</xliff:g> hrs</item>
+ </plurals>
</resources>
diff --git a/res/values-te-rIN/cm_strings.xml b/res/values-te-rIN/cm_strings.xml
index 7f1c058c..6ce71510 100644
--- a/res/values-te-rIN/cm_strings.xml
+++ b/res/values-te-rIN/cm_strings.xml
@@ -16,8 +16,12 @@
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="download_speed_text"><xliff:g id="text">%1$s</xliff:g>, <xliff:g id="size" example="230 kB">%2$s</xliff:g>/s</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">ఆపివేయబడింది, <xliff:g id="number">%d</xliff:g><xliff:g id="percent">%%</xliff:g></string>
<!-- Representation of download progress percentage when queued. [CHAR LIMIT=24] -->
+ <string name="download_queued_percent">వరుసలోఉంది, <xliff:g id="number">%d</xliff:g><xliff:g id="percent">%%</xliff:g></string>
</resources>
diff --git a/res/values-ug/cm_strings.xml b/res/values-ug/cm_strings.xml
index 6264bb05..a1bd3dbc 100644
--- a/res/values-ug/cm_strings.xml
+++ b/res/values-ug/cm_strings.xml
@@ -19,6 +19,9 @@
<string name="download_speed_text"><xliff:g id="text">%1$s</xliff:g>, <xliff:g id="size" example="230 kB">%2$s</xliff:g>/s</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">ۋاقىتلىق توختىدى، <xliff:g id="number">%d</xliff:g><xliff:g id="percent">%%</xliff:g></string>
<!-- Representation of download progress percentage when queued. [CHAR LIMIT=24] -->
+ <string name="download_queued_percent">تىزىلىدى، <xliff:g id="number">%d</xliff:g><xliff:g id="percent">%%</xliff:g></string>
</resources>
diff --git a/res/values-vi/cm_strings.xml b/res/values-vi/cm_strings.xml
index a4716f8f..4eb7217a 100644
--- a/res/values-vi/cm_strings.xml
+++ b/res/values-vi/cm_strings.xml
@@ -19,6 +19,9 @@
<string name="download_speed_text"><xliff:g id="text">%1$s</xliff:g>, <xliff:g id="size" example="230 kB">%2$s</xliff:g>/giây</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">Đã tạm dừng</string>
<!-- Representation of download progress percentage when paused. [CHAR LIMIT=24] -->
+ <string name="download_paused_percent">Đã tạm dừng, <xliff:g id="number">%d</xliff:g><xliff:g id="percent">%%</xliff:g></string>
<!-- Representation of download progress percentage when queued. [CHAR LIMIT=24] -->
+ <string name="download_queued_percent">Đã xếp vào hàng đợi, <xliff:g id="number">%d</xliff:g><xliff:g id="percent">%%</xliff:g></string>
</resources>