7 lines
243 B
PHP
7 lines
243 B
PHP
|
<?php $TRANSLATIONS = array(
|
||
|
"Encryption" => "Encriptado",
|
||
|
"Exclude the following file types from encryption" => "Excluír os seguintes tipos de ficheiro da encriptación",
|
||
|
"None" => "Nada",
|
||
|
"Enable Encryption" => "Habilitar encriptación"
|
||
|
);
|