summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/l10n/pt_PT.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_trashbin/l10n/pt_PT.php')
-rw-r--r--apps/files_trashbin/l10n/pt_PT.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/apps/files_trashbin/l10n/pt_PT.php b/apps/files_trashbin/l10n/pt_PT.php
new file mode 100644
index 00000000000..79930315b0e
--- /dev/null
+++ b/apps/files_trashbin/l10n/pt_PT.php
@@ -0,0 +1,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"
+);