diff options
Diffstat (limited to 'apps/files/l10n/pt_BR.js')
-rw-r--r-- | apps/files/l10n/pt_BR.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/l10n/pt_BR.js b/apps/files/l10n/pt_BR.js index 7a791d4f049..db96df11166 100644 --- a/apps/files/l10n/pt_BR.js +++ b/apps/files/l10n/pt_BR.js @@ -121,7 +121,6 @@ OC.L10N.register( "Select all" : "Selecionar tudo", "Upload too large" : "Arquivo muito grande para envio", "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Os arquivos que você está tentando enviar excederam o tamanho máximo para arquivos no servidor.", - "No favorites" : "Sem favoritos", "Files and folders you mark as favorite will show up here" : "Arquivos e pastas que você marcou como favoritos serão mostrados aqui", "Shared with you" : "Compartilhado com você", "Shared with others" : "Compartilhado com outros", @@ -139,6 +138,7 @@ OC.L10N.register( "Any moment now..." : "A qualquer momento...", "Soon..." : "Logo...", "File upload is in progress. Leaving the page now will cancel the upload." : "Envio de arquivo em andamento. Sair da página agora cancelará o envio.", - "Copy local link" : "Copiar link local" + "Copy local link" : "Copiar link local", + "No favorites" : "Sem favoritos" }, "nplurals=2; plural=(n > 1);"); |