summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorJenkins for ownCloud <thomas.mueller@tmit.eu>2012-10-01 02:08:31 +0200
committerJenkins for ownCloud <thomas.mueller@tmit.eu>2012-10-01 02:08:31 +0200
commit377fb198185d3bca51155a404cf0242daa42ef94 (patch)
tree156c8ab685de3eb95d2f101f7cb947253c8ab1b8 /apps
parent91d12a2f3d860c25ae8daa0cfd838fd6deba5dec (diff)
downloadnextcloud-server-377fb198185d3bca51155a404cf0242daa42ef94.tar.gz
nextcloud-server-377fb198185d3bca51155a404cf0242daa42ef94.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps')
-rw-r--r--apps/files_sharing/l10n/pt_PT.php9
-rw-r--r--apps/files_versions/l10n/pt_PT.php1
2 files changed, 10 insertions, 0 deletions
diff --git a/apps/files_sharing/l10n/pt_PT.php b/apps/files_sharing/l10n/pt_PT.php
new file mode 100644
index 00000000000..b8e700e3802
--- /dev/null
+++ b/apps/files_sharing/l10n/pt_PT.php
@@ -0,0 +1,9 @@
+<?php $TRANSLATIONS = array(
+"Password" => "Palavra-Passe",
+"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" => "Descarregar",
+"No preview available for" => "Não há pré-visualização para",
+"web services under your control" => "serviços web sob o seu controlo"
+);
diff --git a/apps/files_versions/l10n/pt_PT.php b/apps/files_versions/l10n/pt_PT.php
index eb80eec6ed8..2ddf70cc6c5 100644
--- a/apps/files_versions/l10n/pt_PT.php
+++ b/apps/files_versions/l10n/pt_PT.php
@@ -3,5 +3,6 @@
"History" => "Histórico",
"Versions" => "Versões",
"This will delete all existing backup versions of your files" => "Isto irá apagar todas as versões de backup do seus ficheiros",
+"Files Versioning" => "Versionamento de Ficheiros",
"Enable" => "Activar"
);