nextcloud/apps/files_encryption/l10n/pt_BR.php

7 lines
244 B
PHP
Raw Normal View History

2012-09-24 04:04:10 +04:00
<?php $TRANSLATIONS = array(
"Encryption" => "Criptografia",
"Exclude the following file types from encryption" => "Excluir os seguintes tipos de arquivo da criptografia",
"None" => "Nenhuma",
"Enable Encryption" => "Habilitar Criptografia"
);