8 lines
359 B
PHP
8 lines
359 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Encryption" => "Xifrat",
|
|
"File encryption is enabled." => "El xifrat de fitxers està activat.",
|
|
"The following file types will not be encrypted:" => "Els tipus de fitxers següents no es xifraran:",
|
|
"Exclude the following file types from encryption:" => "Exclou els tipus de fitxers següents del xifratge:",
|
|
"None" => "Cap"
|
|
);
|