14 lines
374 B
PHP
14 lines
374 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Close" => "Fechar",
|
|
"Share" => "Partilhar",
|
|
"Failed to load documents." => "O carregamento dos documentos falhou",
|
|
"Sent" => "Enviado",
|
|
"Declined" => "Negado",
|
|
"Accepted" => "Aceite",
|
|
"Incoming" => "Chegada",
|
|
"Upload" => "Carregar",
|
|
"Documents" => "Documentos",
|
|
"Advanced feature-set" => "Opções avançadas",
|
|
"(Unstable)" => "(Instável)"
|
|
);
|