summaryrefslogtreecommitdiffstats
path: root/res/values-es-rUS
diff options
context:
space:
mode:
authorMichael W <baddaemon87@gmail.com>2019-03-01 12:37:08 +0100
committerMichael W <baddaemon87@gmail.com>2019-03-01 12:37:08 +0100
commit77252d7e484f1bcb7095eb868013259bf268e15f (patch)
tree358855ff55550d114ba73d5a1df8fddb6f3741b6 /res/values-es-rUS
parent43d8fb144fb06642fbe0f44ed19458e8ae73c506 (diff)
downloadandroid_packages_providers_DownloadProvider-77252d7e484f1bcb7095eb868013259bf268e15f.tar.gz
android_packages_providers_DownloadProvider-77252d7e484f1bcb7095eb868013259bf268e15f.tar.bz2
android_packages_providers_DownloadProvider-77252d7e484f1bcb7095eb868013259bf268e15f.zip
Automatic translation import
Change-Id: Ice36c03b2761bd99ae17e2c5df2631b0ca302f36
Diffstat (limited to 'res/values-es-rUS')
-rw-r--r--res/values-es-rUS/cm_plurals.xml3
-rw-r--r--res/values-es-rUS/cm_strings.xml7
2 files changed, 0 insertions, 10 deletions
diff --git a/res/values-es-rUS/cm_plurals.xml b/res/values-es-rUS/cm_plurals.xml
index f20dd831..e38d4ddc 100644
--- a/res/values-es-rUS/cm_plurals.xml
+++ b/res/values-es-rUS/cm_plurals.xml
@@ -16,17 +16,14 @@
limitations under the License.
-->
<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>
<item quantity="other"><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 d81836cb..c2c0a021 100644
--- a/res/values-es-rUS/cm_strings.xml
+++ b/res/values-es-rUS/cm_strings.xml
@@ -16,17 +16,10 @@
limitations under the License.
-->
<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"><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">Pausado, %d%%</string>
- <!-- Text for button to manually resume all manually paused downloads [CHAR LIMIT=25] -->
<string name="button_resume_download">Reanudar</string>
- <!-- Text for button to manually manually pause all running downloads [CHAR LIMIT=25] -->
<string name="button_pause_download">pausar</string>
- <!-- Title summarizing paused downloads. [CHAR LIMIT=32] -->
<string name="notif_summary_paused">%d pausadas</string>
</resources>