6 lines
244 B
PHP
6 lines
244 B
PHP
<?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"
|
|
);
|