Blame view

sources/apps/files_encryption/l10n/pt_BR.php 389 Bytes
03e52840d   Kload   Init
1
2
3
4
5
6
7
  <?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"
  );