2012-10-01 00:08:31 +00:00
|
|
|
<?php $TRANSLATIONS = array(
|
2013-07-19 06:03:14 +00:00
|
|
|
"The password is wrong. Try again." => "Password errada, por favor tente de novo",
|
2013-04-16 00:17:30 +00:00
|
|
|
"Password" => "Password",
|
2012-10-01 00:08:31 +00:00
|
|
|
"Submit" => "Submeter",
|
|
|
|
"%s shared the folder %s with you" => "%s partilhou a pasta %s consigo",
|
|
|
|
"%s shared the file %s with you" => "%s partilhou o ficheiro %s consigo",
|
2013-04-16 00:17:30 +00:00
|
|
|
"Download" => "Transferir",
|
2013-06-30 00:13:07 +00:00
|
|
|
"Upload" => "Carregar",
|
|
|
|
"Cancel upload" => "Cancelar envio",
|
2013-06-14 00:52:34 +00:00
|
|
|
"No preview available for" => "Não há pré-visualização para"
|
2012-10-01 00:08:31 +00:00
|
|
|
);
|