summaryrefslogtreecommitdiffstats
path: root/apps/files_encryption/l10n
diff options
context:
space:
mode:
authorJenkins for ownCloud <thomas.mueller@tmit.eu>2013-05-29 02:10:54 +0200
committerJenkins for ownCloud <thomas.mueller@tmit.eu>2013-05-29 02:10:54 +0200
commit7c0c6bd779cb73c4fdc9993f6dc78f9dd1138a88 (patch)
treece1b3715637e58d1ae0ca4f93a9b00a5aaa1fc24 /apps/files_encryption/l10n
parentfee43ec506ee423f67ddae0a9ef29a3135b99ab6 (diff)
downloadnextcloud-server-7c0c6bd779cb73c4fdc9993f6dc78f9dd1138a88.tar.gz
nextcloud-server-7c0c6bd779cb73c4fdc9993f6dc78f9dd1138a88.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_encryption/l10n')
-rw-r--r--apps/files_encryption/l10n/et_EE.php5
-rw-r--r--apps/files_encryption/l10n/pt_PT.php8
2 files changed, 11 insertions, 2 deletions
diff --git a/apps/files_encryption/l10n/et_EE.php b/apps/files_encryption/l10n/et_EE.php
index c8d5361c08a..daa0b118821 100644
--- a/apps/files_encryption/l10n/et_EE.php
+++ b/apps/files_encryption/l10n/et_EE.php
@@ -1,4 +1,7 @@
<?php $TRANSLATIONS = array(
"Saving..." => "Salvestamine...",
-"Encryption" => "Krüpteerimine"
+"Encryption" => "Krüpteerimine",
+"Enabled" => "Sisse lülitatud",
+"Disabled" => "Väljalülitatud",
+"Change Password" => "Muuda parooli"
);
diff --git a/apps/files_encryption/l10n/pt_PT.php b/apps/files_encryption/l10n/pt_PT.php
index be75c0b768a..94c8d5bafa4 100644
--- a/apps/files_encryption/l10n/pt_PT.php
+++ b/apps/files_encryption/l10n/pt_PT.php
@@ -1,4 +1,10 @@
<?php $TRANSLATIONS = array(
+"Could not " => "Não foi possivel",
+"Password successfully changed." => "Password alterada com sucesso.",
+"Could not change the password. Maybe the old password was not correct." => "Não foi possivel alterar a password. Possivelmente a password antiga não está correcta.",
"Saving..." => "A guardar...",
-"Encryption" => "Encriptação"
+"Encryption" => "Encriptação",
+"Enabled" => "Activado",
+"Disabled" => "Desactivado",
+"Change Password" => "Mudar a Password"
);