2013-08-28 17:35:04 -04:00
|
|
|
<?php $TRANSLATIONS = array(
|
|
|
|
"Close" => "Fechar",
|
2013-09-22 09:53:01 -04:00
|
|
|
"Share" => "Partilhar",
|
2013-08-31 14:09:16 -04:00
|
|
|
"Failed to load documents." => "O carregamento dos documentos falhou",
|
|
|
|
"Sent" => "Enviado",
|
|
|
|
"Declined" => "Negado",
|
|
|
|
"Accepted" => "Aceite",
|
|
|
|
"Incoming" => "Chegada",
|
2013-09-16 09:32:07 -04:00
|
|
|
"Upload" => "Carregar",
|
2013-08-31 14:09:16 -04:00
|
|
|
"Documents" => "Documentos",
|
|
|
|
"Advanced feature-set" => "Opções avançadas",
|
|
|
|
"(Unstable)" => "(Instável)"
|
2013-08-28 17:35:04 -04:00
|
|
|
);
|