blob: 2f41abca1f5fcc648097a27946ab18b70cd24c7d (
plain)
1
2
3
4
5
6
7
8
9
10
|
<?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",
"Upload" => "Carregar",
"Cancel upload" => "Cancelar envio",
"No preview available for" => "Não há pré-visualização para"
);
|