summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--res/values-ast-rES/cm_strings.xml3
-rw-r--r--res/values-iw/cm_strings.xml4
-rw-r--r--res/values-pt-rBR/cm_strings.xml2
3 files changed, 6 insertions, 3 deletions
diff --git a/res/values-ast-rES/cm_strings.xml b/res/values-ast-rES/cm_strings.xml
index ca68e297..84655c24 100644
--- a/res/values-ast-rES/cm_strings.xml
+++ b/res/values-ast-rES/cm_strings.xml
@@ -27,8 +27,11 @@
<!-- 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] -->
<!-- Representation of download progress percentage when paused. [CHAR LIMIT=24] -->
+ <string name="download_paused_percent">Posóse, %d%%</string>
<!-- Text for button to manually resume all manually paused downloads [CHAR LIMIT=25] -->
<string name="button_resume_download">Siguir</string>
<!-- Text for button to manually manually pause all running downloads [CHAR LIMIT=25] -->
+ <string name="button_pause_download">posar</string>
<!-- Title summarizing paused downloads. [CHAR LIMIT=32] -->
+ <string name="notif_summary_paused">%d elementos posaos</string>
</resources>
diff --git a/res/values-iw/cm_strings.xml b/res/values-iw/cm_strings.xml
index 3cae1787..76244df8 100644
--- a/res/values-iw/cm_strings.xml
+++ b/res/values-iw/cm_strings.xml
@@ -17,7 +17,7 @@
-->
<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 לשניה</string>
+ <string name="text_download_speed">%2$s ,%1$s לשניה</string>
<!-- Phrase describing a time duration using seconds [CHAR LIMIT=16] -->
<string name="duration_seconds">%d שניות</string>
<!-- Phrase describing a time duration using minutes [CHAR LIMIT=16] -->
@@ -30,7 +30,7 @@
<!-- Representation of download progress percentage when paused. [CHAR LIMIT=24] -->
<string name="download_paused_percent">מושהה, %d%%</string>
<!-- Text for button to manually resume all manually paused downloads [CHAR LIMIT=25] -->
- <string name="button_resume_download">חידוש</string>
+ <string name="button_resume_download">המשך</string>
<!-- Text for button to manually manually pause all running downloads [CHAR LIMIT=25] -->
<string name="button_pause_download">השהה</string>
<!-- Title summarizing paused downloads. [CHAR LIMIT=32] -->
diff --git a/res/values-pt-rBR/cm_strings.xml b/res/values-pt-rBR/cm_strings.xml
index 6467275b..85518e28 100644
--- a/res/values-pt-rBR/cm_strings.xml
+++ b/res/values-pt-rBR/cm_strings.xml
@@ -28,7 +28,7 @@
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>
+ <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">Continuar</string>
<!-- Text for button to manually manually pause all running downloads [CHAR LIMIT=25] -->