summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoey Rizzoli <joey@cyanogenmoditalia.it>2016-12-07 19:54:09 +0100
committerJoey Rizzoli <joey@cyanogenmoditalia.it>2016-12-07 19:54:09 +0100
commit18a74584819485a4fbdf3f40cfba8eb006d61de9 (patch)
tree0e44d50d46f177f05c1276bacb6e62bf83de9a31
parent6867fd9cb858f1de165a230f70cc259e219083b0 (diff)
downloadandroid_packages_providers_DownloadProvider-18a74584819485a4fbdf3f40cfba8eb006d61de9.tar.gz
android_packages_providers_DownloadProvider-18a74584819485a4fbdf3f40cfba8eb006d61de9.tar.bz2
android_packages_providers_DownloadProvider-18a74584819485a4fbdf3f40cfba8eb006d61de9.zip
Automatic translation import
Change-Id: Ic616b9b24974d4f267bab899082a740be6376739
-rw-r--r--res/values-pl/cm_strings.xml2
-rw-r--r--res/values-pt-rBR/cm_strings.xml8
2 files changed, 10 insertions, 0 deletions
diff --git a/res/values-pl/cm_strings.xml b/res/values-pl/cm_strings.xml
index a68b0ece..990a1fc8 100644
--- a/res/values-pl/cm_strings.xml
+++ b/res/values-pl/cm_strings.xml
@@ -28,9 +28,11 @@
individual item in the download list. [CHAR LIMIT=24] -->
<string name="download_paused">Wstrzymano</string>
<!-- Representation of download progress percentage when paused. [CHAR LIMIT=24] -->
+ <string name="download_paused_percent">Wstrzymano, %d%%</string>
<!-- Text for button to manually resume all manually paused downloads [CHAR LIMIT=25] -->
<string name="button_resume_download">Wznów</string>
<!-- Text for button to manually manually pause all running downloads [CHAR LIMIT=25] -->
<string name="button_pause_download">pauza</string>
<!-- Title summarizing paused downloads. [CHAR LIMIT=32] -->
+ <string name="notif_summary_paused">%d wstrzymano</string>
</resources>
diff --git a/res/values-pt-rBR/cm_strings.xml b/res/values-pt-rBR/cm_strings.xml
index 69366377..6467275b 100644
--- a/res/values-pt-rBR/cm_strings.xml
+++ b/res/values-pt-rBR/cm_strings.xml
@@ -17,14 +17,22 @@
-->
<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">%1$s, %2$s/s</string>
<!-- Phrase describing a time duration using seconds [CHAR LIMIT=16] -->
+ <string name="duration_seconds">%d s</string>
<!-- Phrase describing a time duration using minutes [CHAR LIMIT=16] -->
+ <string name="duration_minutes">%d minutos</string>
<!-- Phrase describing a time duration using hours [CHAR LIMIT=16] -->
+ <string name="duration_hours">%d h</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">Pausa</string>
<!-- Representation of download progress percentage when paused. [CHAR LIMIT=24] -->
+ <string name="download_paused_percent">Em pausa, %d%%</string>
<!-- Text for button to manually resume all manually paused downloads [CHAR LIMIT=25] -->
+ <string name="button_resume_download">Continuar</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 em pausa</string>
</resources>