summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/l10n/pt_PT.php
blob: 79930315b0eb9bca9ed9484494bc5ba713d701e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php $TRANSLATIONS = array(
"perform restore operation" => "Restaurar",
"Name" => "Nome",
"Deleted" => "Apagado",
"1 folder" => "1 pasta",
"{count} folders" => "{count} pastas",
"1 file" => "1 ficheiro",
"{count} files" => "{count} ficheiros",
"Nothing in here. Your trash bin is empty!" => "Não ha ficheiros. O lixo está vazio",
"Restore" => "Restaurar"
);