summaryrefslogtreecommitdiffstats
path: root/res/values-es
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 /res/values-es
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
Diffstat (limited to 'res/values-es')
-rw-r--r--res/values-es/cm_strings.xml3
1 files changed, 3 insertions, 0 deletions
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>