2012-08-14 01:19:31 +04:00
|
|
|
<?php $TRANSLATIONS = array(
|
|
|
|
"Encryption" => "Encriptatge",
|
2013-02-07 03:11:04 +04:00
|
|
|
"File encryption is enabled." => "L'encriptació de fitxers està activada.",
|
|
|
|
"The following file types will not be encrypted:" => "Els tipus de fitxers següents no s'encriptaran:",
|
|
|
|
"Exclude the following file types from encryption:" => "Exclou els tipus de fitxers següents de l'encriptatge:",
|
2013-05-01 03:38:06 +04:00
|
|
|
"None" => "Cap"
|
2012-08-14 01:19:31 +04:00
|
|
|
);
|