aboutsummaryrefslogtreecommitdiffstats
path: root/apps/comments/l10n/pt_BR.js
diff options
context:
space:
mode:
Diffstat (limited to 'apps/comments/l10n/pt_BR.js')
-rw-r--r--apps/comments/l10n/pt_BR.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/comments/l10n/pt_BR.js b/apps/comments/l10n/pt_BR.js
index 5d1d4081032..f7df79b8c33 100644
--- a/apps/comments/l10n/pt_BR.js
+++ b/apps/comments/l10n/pt_BR.js
@@ -12,7 +12,6 @@ OC.L10N.register(
"Error occurred while retrieving comment with id {id}" : "Ocorreu um erro durante a recuperação do comentário com o id {id}",
"Error occurred while updating comment with id {id}" : "Ocorreu um erro durante a atualização do comentário com o id {id}",
"Error occurred while posting comment" : "Ocorreu um erro durante a postagem do comentário",
- "{count} unread comments" : "{count} comentários não lidos",
"Comment" : "Comentário",
"<strong>Comments</strong> for files" : "<strong>Comentários</strong> para arquivos",
"You commented" : "Você comentou",
@@ -21,6 +20,7 @@ OC.L10N.register(
"%1$s commented on %2$s" : "%1$s comentado em %2$s",
"Type in a new comment..." : "Digite um novo comentário...",
"No other comments available" : "Nenhum outro comentário disponível",
- "More comments..." : "Mais comentários..."
+ "More comments..." : "Mais comentários...",
+ "{count} unread comments" : "{count} comentários não lidos"
},
"nplurals=2; plural=(n > 1);");