diff options
Diffstat (limited to 'files/l10n/pt_BR.php')
-rw-r--r-- | files/l10n/pt_BR.php | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/files/l10n/pt_BR.php b/files/l10n/pt_BR.php new file mode 100644 index 00000000000..dbafd695643 --- /dev/null +++ b/files/l10n/pt_BR.php @@ -0,0 +1,14 @@ +<?php $TRANSLATIONS = array( +"Files" => "Arquivos", +"Maximum upload size" => "Tamanho máximo para carregar", +"Nothing in here. Upload something!" => "Nada aqui.Carregar alguma coisa!", +"Upload" => "Carregar", +"New Folder" => "Nova Pasta", +"Name" => "Nome", +"Download" => "Baixar", +"Size" => "Tamanho", +"Modified" => "Modificado", +"Delete" => "Excluir", +"Upload too large" => "Arquivo muito grande", +"The files you are trying to upload exceed the maximum size for file uploads on this server." => "Os arquivos que você está tentando carregar excedeu o tamanho máximo para arquivos no servidor." +); |