nextcloud/files/l10n/pt_BR.php

20 lines
1.2 KiB
PHP
Raw Normal View History

2011-08-18 13:46:49 +04:00
<?php $TRANSLATIONS = array(
2012-01-11 04:06:59 +04:00
"There is no error, the file uploaded with success" => "Não houve nenhum erro, o arquivo foi transferido com sucesso",
"The uploaded file exceeds the upload_max_filesize directive in php.ini" => "O tamanho do arquivo excede o limed especifiicado em upload_max_filesize no php.ini",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "O arquivo carregado excede o MAX_FILE_SIZE que foi especificado no formulário HTML",
"The uploaded file was only partially uploaded" => "O arquivo foi transferido parcialmente",
"No file was uploaded" => "Nenhum arquivo foi transferido",
"Missing a temporary folder" => "Pasta temporária não encontrada",
2011-08-18 13:46:49 +04:00
"Files" => "Arquivos",
"Maximum upload size" => "Tamanho máximo para carregar",
"Upload" => "Carregar",
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."
);