diff options
Diffstat (limited to 'apps/files_encryption/l10n/pt_PT.php')
-rw-r--r-- | apps/files_encryption/l10n/pt_PT.php | 8 |
1 files changed, 7 insertions, 1 deletions
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" ); |