9 lines
323 B
PHP
9 lines
323 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Password" => "Password",
|
|
"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",
|
|
"Download" => "Transferir",
|
|
"No preview available for" => "Não há pré-visualização para"
|
|
);
|