blob: 1c46011fc10b48b628dd03826aa913e6f5e9d9a2 (
plain)
1
2
3
4
5
6
7
|
<?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"
);
|