summaryrefslogtreecommitdiffstats
path: root/res/values-es-rUS
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-rUS
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-rUS')
-rw-r--r--res/values-es-rUS/cm_plurals.xml8
-rw-r--r--res/values-es-rUS/cm_strings.xml4
2 files changed, 12 insertions, 0 deletions
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>