2012-09-24 04:04:10 +04:00
|
|
|
<?php $TRANSLATIONS = array(
|
|
|
|
"Encryption" => "Criptografia",
|
2013-02-14 03:06:51 +04:00
|
|
|
"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:",
|
2013-01-23 03:06:18 +04:00
|
|
|
"None" => "Nenhuma"
|
2012-09-24 04:04:10 +04:00
|
|
|
);
|