8 lines
381 B
PHP
8 lines
381 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Encryption" => "Encriptação",
|
|
"File encryption is enabled." => "A encriptação de ficheiros está ligada",
|
|
"The following file types will not be encrypted:" => "Os seguintes ficheiros não serão encriptados:",
|
|
"Exclude the following file types from encryption:" => "Excluir da encriptação os seguintes tipos de ficheiro:",
|
|
"None" => "Nenhum"
|
|
);
|