5 lines
197 B
PHP
5 lines
197 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Encryption" => "Encriptação",
|
|
"Exclude the following file types from encryption" => "Excluir da encriptação os seguintes tipo de ficheiros",
|
|
"None" => "Nenhum"
|
|
);
|