Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/values-pt-rBR')
-rw-r--r--app/src/main/res/values-pt-rBR/strings.xml11
1 files changed, 10 insertions, 1 deletions
diff --git a/app/src/main/res/values-pt-rBR/strings.xml b/app/src/main/res/values-pt-rBR/strings.xml
index ba2f5f45b..ed575093f 100644
--- a/app/src/main/res/values-pt-rBR/strings.xml
+++ b/app/src/main/res/values-pt-rBR/strings.xml
@@ -243,4 +243,13 @@
<string name="manage_accounts">Gerenciar contas</string>
<string name="manage_list">Gerenciar lista</string>
<string name="simple_reply">Responder</string>
- </resources>
+ <string name="error_while_uploading_attachment">Erro ao enviar anexo: %1$s</string>
+ <string name="append_text_to_description">Anexar à descrição</string>
+ <string name="add_text_as_comment">Adicionar como comentário</string>
+ <string name="progress_count">%1$d de %2$d</string>
+ <plurals name="progress_error_count">
+ <item quantity="one">%1$d erros durante o envio.</item>
+ <item quantity="other">%1$d erros durante o envio.</item>
+ </plurals>
+ <string name="simple_report">Reportar</string>
+</resources>