nextcloud/files/l10n/pt_BR.php

15 lines
601 B
PHP
Raw Normal View History

2011-08-18 13:46:49 +04:00
<?php $TRANSLATIONS = array(
"Files" => "Arquivos",
"Maximum upload size" => "Tamanho máximo para carregar",
"Upload" => "Carregar",
"New Folder" => "Nova Pasta",
2011-09-25 01:12:18 +04:00
"Nothing in here. Upload something!" => "Nada aqui.Carregar alguma coisa!",
2011-08-18 13:46:49 +04:00
"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."
);