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