summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@cyanogenmod.org>2016-05-10 18:42:08 +0300
committerMichael Bestas <mikeioannina@cyanogenmod.org>2016-05-10 18:42:08 +0300
commit5b7119c9a2ded213d942fb566959a1ba96cbe3e6 (patch)
tree34dbf528388de18c02e8d325ab5e7e91c792db50
parentd94d7f8f4f72ac7e827493f3e1fefca780b53097 (diff)
downloadandroid_packages_providers_DownloadProvider-5b7119c9a2ded213d942fb566959a1ba96cbe3e6.tar.gz
android_packages_providers_DownloadProvider-5b7119c9a2ded213d942fb566959a1ba96cbe3e6.tar.bz2
android_packages_providers_DownloadProvider-5b7119c9a2ded213d942fb566959a1ba96cbe3e6.zip
Automatic translation import
Change-Id: Ia3bf814edbd1e494f2f11255edbf26fa221129a8
-rw-r--r--res/values-ast-rES/cm_strings.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values-ast-rES/cm_strings.xml b/res/values-ast-rES/cm_strings.xml
index 6264bb05..fcd376b1 100644
--- a/res/values-ast-rES/cm_strings.xml
+++ b/res/values-ast-rES/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">Posáu</string>
<!-- Representation of download progress percentage when paused. [CHAR LIMIT=24] -->
+ <string name="download_paused_percent">Posáu, <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>