8 lines
376 B
PHP
8 lines
376 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Encryption" => "Encriptatge",
|
|
"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:",
|
|
"None" => "Cap"
|
|
);
|