15 lines
601 B
PHP
15 lines
601 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Files" => "Arquivos",
|
|
"Maximum upload size" => "Tamanho máximo para carregar",
|
|
"Upload" => "Carregar",
|
|
"New Folder" => "Nova Pasta",
|
|
"Nothing in here. Upload something!" => "Nada aqui.Carregar alguma coisa!",
|
|
"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."
|
|
);
|