diff options
Diffstat (limited to 'apps/files_encryption/l10n/pt_BR.php')
-rw-r--r-- | apps/files_encryption/l10n/pt_BR.php | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/apps/files_encryption/l10n/pt_BR.php b/apps/files_encryption/l10n/pt_BR.php index 28807db72ce..4da459593ad 100644 --- a/apps/files_encryption/l10n/pt_BR.php +++ b/apps/files_encryption/l10n/pt_BR.php @@ -1,7 +1,3 @@ <?php $TRANSLATIONS = array( -"Encryption" => "Criptografia", -"File encryption is enabled." => "A criptografia de arquivos está ativada.", -"The following file types will not be encrypted:" => "Os seguintes tipos de arquivo não serão criptografados:", -"Exclude the following file types from encryption:" => "Excluir os seguintes tipos de arquivo da criptografia:", -"None" => "Nenhuma" +"Encryption" => "Criptografia" ); |