summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorblinky@build01 <jenkins@cyanogenmod.com>2016-09-18 18:05:28 -0700
committerblinky@build01 <jenkins@cyanogenmod.com>2016-09-18 18:05:28 -0700
commit441597a5f69af29d410f046fb1628ad661d4ee19 (patch)
tree4a3b5626c7514fed86c8501987ab7d4aea0795cf
parent410648b6b4db35690052b0b049baf130a7afd4a8 (diff)
downloadandroid_packages_providers_DownloadProvider-441597a5f69af29d410f046fb1628ad661d4ee19.tar.gz
android_packages_providers_DownloadProvider-441597a5f69af29d410f046fb1628ad661d4ee19.tar.bz2
android_packages_providers_DownloadProvider-441597a5f69af29d410f046fb1628ad661d4ee19.zip
Automatic translation import
Change-Id: Ife4bfd4d8b591d3c597fb4a8534b8a4e90767498 Ticket: RM-231
-rw-r--r--res/values-eo/cm_plurals.xml4
-rw-r--r--res/values-eo/strings.xml2
-rw-r--r--res/values-gl-rES/cm_strings.xml3
-rw-r--r--ui/res/values-eo/strings.xml5
4 files changed, 10 insertions, 4 deletions
diff --git a/res/values-eo/cm_plurals.xml b/res/values-eo/cm_plurals.xml
index c93ca5a0..b0de206f 100644
--- a/res/values-eo/cm_plurals.xml
+++ b/res/values-eo/cm_plurals.xml
@@ -17,10 +17,6 @@
-->
<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> sek</item>
- <item quantity="other"><xliff:g id="count">%d</xliff:g> sek</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>
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>
diff --git a/ui/res/values-eo/strings.xml b/ui/res/values-eo/strings.xml
index d493554a..9b444def 100644
--- a/ui/res/values-eo/strings.xml
+++ b/ui/res/values-eo/strings.xml
@@ -22,6 +22,7 @@
[CHAR LIMIT=200] -->
<!-- Default title for an item in the download list for which no title was provided by the app.
[CHAR LIMIT=20] -->
+ <string name="missing_title">&lt;Nekonata&gt;</string>
<!-- Button to display sort-by-size option [CHAR LIMIT=25] -->
<!-- Button to display sort-by-date option [CHAR LIMIT=25] -->
<!-- Status messages -->
@@ -60,10 +61,13 @@
<!-- Buttons -->
<!-- Text for button to remove the entry for a download that has not yet begun or that has
failed [CHAR LIMIT=25] -->
+ <string name="remove_download">Forigi</string>
<!-- Text for button to delete a download that has completed, or to delete multiple download
entries [CHAR LIMIT=25] -->
+ <string name="delete_download">Forigi</string>
<!-- Text for button to keep a download that has not yet begun [CHAR LIMIT=25] -->
<!-- Text for button to cancel a download that is currently in progress [CHAR LIMIT=25] -->
+ <string name="cancel_running_download">Nuligi</string>
<!-- Text for button appearing in a dialog to restart a download, either one that failed or one
for which the downloaded file is now missing [CHAR LIMIT=25] -->
<!-- Text for button appearing in the pop-up selection menu to deselect all currently selected
@@ -72,4 +76,5 @@
<!-- number of downloads selected [CHAR LIMIT=50] -->
<!-- title shown when displaying list of apps to choose from when share is clicked on
[CHAR LIMIT = 20] -->
+ <string name="download_share_dialog">Konigi per</string>
</resources>