blob: dbafd695643f8e75fcbce4e37d573c5ebdfa7f36 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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."
);
|