2012-10-16 19:57:07 +04:00
|
|
|
<?php $TRANSLATIONS = array(
|
2013-01-23 03:06:18 +04:00
|
|
|
"Encryption" => "Cifrado",
|
2013-02-11 18:42:41 +04:00
|
|
|
"File encryption is enabled." => "O cifrado de ficheiros está activado",
|
|
|
|
"The following file types will not be encrypted:" => "Os seguintes tipos de ficheiros non van seren cifrados:",
|
|
|
|
"Exclude the following file types from encryption:" => "Excluír os seguintes tipos de ficheiros do cifrado:",
|
|
|
|
"None" => "Ningún"
|
2012-10-16 19:57:07 +04:00
|
|
|
);
|