aboutsummaryrefslogtreecommitdiffstats
path: root/res/values-pt-rBR/plurals.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/values-pt-rBR/plurals.xml')
-rw-r--r--res/values-pt-rBR/plurals.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/res/values-pt-rBR/plurals.xml b/res/values-pt-rBR/plurals.xml
index a7dd1a3..9f47f52 100644
--- a/res/values-pt-rBR/plurals.xml
+++ b/res/values-pt-rBR/plurals.xml
@@ -16,12 +16,14 @@
limitations under the License.
-->
<resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <!-- Number of pictures found in an album -->
<plurals name="album_number_of_pictures">
<item quantity="one">1 imagem</item>
<item quantity="other"><xliff:g id="pictures" example="7">%d</xliff:g> imagens</item>
</plurals>
+ <!-- Total of pictures found after a media reload -->
<plurals name="msg_media_reload_complete">
- <item quantity="one">Carregamento de mídia foi completado. Foi encontrado 1 imagem.</item>
- <item quantity="other">Carregamento de mídia foi completado. Foi encontrado <xliff:g id="pictures" example="7">%d</xliff:g> imagens.</item>
+ <item quantity="one">Carregamento de mídia foi completado. Foi encontrada 1 imagem.</item>
+ <item quantity="other">Carregamento de mídia foi completado. Foram encontradas <xliff:g id="pictures" example="7">%d</xliff:g> imagens.</item>
</plurals>
</resources>