6 lines
228 B
PHP
6 lines
228 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Encryption" => "Cifrado",
|
|
"Exclude the following file types from encryption" => "Excluír os seguintes tipos de ficheiro do cifrado",
|
|
"None" => "Nada",
|
|
"Enable Encryption" => "Activar o cifrado"
|
|
);
|