8 lines
389 B
PHP
8 lines
389 B
PHP
<?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"
|
|
);
|