Skip to content

Commit 4309455

Browse files
author
Jenkins for ownCloud
committed
[tx-robot] updated from transifex
1 parent d0bd505 commit 4309455

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

News-Android-App/src/main/res/values-pt-rBR/strings.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,17 @@
7979
<string name="pull_to_refresh_updateFolder">Sincronizando pastas</string>
8080
<string name="pull_to_refresh_updateFeeds">Sincronizando feeds</string>
8181
<string name="pull_to_refresh_updateItems">Sincronizando itens</string>
82+
<plurals name="fetched_items_so_far">
83+
<item quantity="one">Item buscado %d até agora..</item>
84+
<item quantity="other">Itens buscados %d até agora..</item>
85+
</plurals>
8286
<!--Strings related to Settings-->
8387
<string name="title_activity_settings">Configurações</string>
8488
<string name="cache_is_cleared">O cache está limpo!</string>
89+
<plurals name="number_of_files">
90+
<item quantity="one">%d Arquivo</item>
91+
<item quantity="other">%d Arquivos</item>
92+
</plurals>
8593
<!--General settings-->
8694
<string name="pref_header_general">Geral</string>
8795
<string name="pref_title_general_sort_order">Ordem de Classificação</string>

0 commit comments

Comments
 (0)