7 lines
245 B
PHP
7 lines
245 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",
|
||
|
"Enable Encryption" => "Activar Encriptação"
|
||
|
);
|