summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/l10n
diff options
context:
space:
mode:
authorJenkins for ownCloud <thomas.mueller@tmit.eu>2013-02-03 00:06:15 +0100
committerJenkins for ownCloud <thomas.mueller@tmit.eu>2013-02-03 00:06:15 +0100
commit2936140838f479751662e34892fad3f2af6bff90 (patch)
treee1478c1323b5f4100e4f5b113aa26662a9a185a4 /apps/files_trashbin/l10n
parent561e6c4c5be0bcbc837fb983daabd3e91f8a4150 (diff)
downloadnextcloud-server-2936140838f479751662e34892fad3f2af6bff90.tar.gz
nextcloud-server-2936140838f479751662e34892fad3f2af6bff90.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_trashbin/l10n')
-rw-r--r--apps/files_trashbin/l10n/pt_PT.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/files_trashbin/l10n/pt_PT.php b/apps/files_trashbin/l10n/pt_PT.php
index 979cd8dd151..79930315b0e 100644
--- a/apps/files_trashbin/l10n/pt_PT.php
+++ b/apps/files_trashbin/l10n/pt_PT.php
@@ -1,8 +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"
);