2012-09-27 00:03:09 +00:00
|
|
|
<?php $TRANSLATIONS = array(
|
|
|
|
"Encryption" => "Encriptação",
|
2013-02-10 23:04:49 +00:00
|
|
|
"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:",
|
2013-01-22 23:06:18 +00:00
|
|
|
"None" => "Nenhum"
|
2012-09-27 00:03:09 +00:00
|
|
|
);
|