2012-10-01 04:08:31 +04:00
|
|
|
<?php $TRANSLATIONS = array(
|
2013-04-16 04:17:30 +04:00
|
|
|
"Password" => "Password",
|
2012-10-01 04:08:31 +04: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 04:17:30 +04:00
|
|
|
"Download" => "Transferir",
|
2013-06-14 04:52:34 +04:00
|
|
|
"No preview available for" => "Não há pré-visualização para"
|
2012-10-01 04:08:31 +04:00
|
|
|
);
|