summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorpinky@build01 <jenkins@cyanogenmod.com>2016-09-25 00:15:55 -0700
committerpinky@build01 <jenkins@cyanogenmod.com>2016-09-25 00:15:55 -0700
commitf65b57668dac5336ba31c2611bb0c2bcb7f0c2db (patch)
treeb69fd8f8da0a4e59e5387a165ada9533fd7b0e15 /res
parenta19e57a9870c69db76e0a715a0ff9fc64a1d64d2 (diff)
downloadandroid_packages_providers_DownloadProvider-f65b57668dac5336ba31c2611bb0c2bcb7f0c2db.tar.gz
android_packages_providers_DownloadProvider-f65b57668dac5336ba31c2611bb0c2bcb7f0c2db.tar.bz2
android_packages_providers_DownloadProvider-f65b57668dac5336ba31c2611bb0c2bcb7f0c2db.zip
Automatic translation import
Change-Id: I78d8219d14b4a2208de3428f59165b8df01324e9 Ticket: -
Diffstat (limited to 'res')
-rw-r--r--res/values-eo/strings.xml2
-rw-r--r--res/values-gl-rES/cm_strings.xml3
2 files changed, 5 insertions, 0 deletions
diff --git a/res/values-eo/strings.xml b/res/values-eo/strings.xml
index ea7f8d81..7b4fc6d2 100644
--- a/res/values-eo/strings.xml
+++ b/res/values-eo/strings.xml
@@ -66,6 +66,7 @@
[CHAR LIMIT=160] -->
<!-- This is the title that is used when displaying the notification
for a download that doesn't have a title associated with it. -->
+ <string name="download_unknown_title">&lt;Sentitola&gt;</string>
<!-- When a download completes, a notification is displayed, and this
string is used to indicate that the download successfully completed.
Note that such a download could have been initiated by a variety of
@@ -105,6 +106,7 @@
-->
<!-- Text for button to cancel a download because it's too large to proceed over the mobile
network and the user does not want to queue it for Wi-Fi [CHAR LIMIT=25] -->
+ <string name="button_cancel_download">Nuligi</string>
<!-- Text for button to start a download over the mobile connection now, even though it's over
the carrier-specified recommended maximum size for downloads over the mobile connection
[CHAR LIMIT=25] -->
diff --git a/res/values-gl-rES/cm_strings.xml b/res/values-gl-rES/cm_strings.xml
index 6264bb05..17187425 100644
--- a/res/values-gl-rES/cm_strings.xml
+++ b/res/values-gl-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">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>