diff options
Diffstat (limited to 'core/l10n/pt_BR.js')
-rw-r--r-- | core/l10n/pt_BR.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/l10n/pt_BR.js b/core/l10n/pt_BR.js index 79d7beba152..d34227b03ec 100644 --- a/core/l10n/pt_BR.js +++ b/core/l10n/pt_BR.js @@ -188,6 +188,10 @@ OC.L10N.register( "Name" : "Nome", "Size" : "Tamanho", "Modified" : "Modificado", + "\"{name}\" is an invalid file name." : "\"{name}\" é um nome de arquivo inválido.", + "File name cannot be empty." : "O nome do arquivo não pode estar em branco.", + "\"/\" is not allowed inside a file name." : "\"/\" não é permitido no nome do arquivo.", + "\"{name}\" is not an allowed filetype" : "\"{name}\" não é um tipo de arquivo permitido", "{newName} already exists" : "{newName} já existe", "Choose" : "Escolher", "Copy" : "Copiar", |