summaryrefslogtreecommitdiffstats
path: root/res/values-pt-rBR
diff options
context:
space:
mode:
Diffstat (limited to 'res/values-pt-rBR')
-rw-r--r--res/values-pt-rBR/cm_plurals.xml3
-rw-r--r--res/values-pt-rBR/cm_strings.xml4
2 files changed, 7 insertions, 0 deletions
diff --git a/res/values-pt-rBR/cm_plurals.xml b/res/values-pt-rBR/cm_plurals.xml
index b82c1826..06987954 100644
--- a/res/values-pt-rBR/cm_plurals.xml
+++ b/res/values-pt-rBR/cm_plurals.xml
@@ -16,14 +16,17 @@
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-pt-rBR/cm_strings.xml b/res/values-pt-rBR/cm_strings.xml
index 19cdfd6c..554ef799 100644
--- a/res/values-pt-rBR/cm_strings.xml
+++ b/res/values-pt-rBR/cm_strings.xml
@@ -17,7 +17,11 @@
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<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">Pausado</string>
+ <!-- Representation of download progress percentage when paused. [CHAR LIMIT=24] -->
<string name="download_paused_percent">Pausado, <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">Na fila, <xliff:g id="number">%d</xliff:g><xliff:g id="percent">%%</xliff:g></string>
</resources>