server/apps/files_encryption/l10n/ca.php
2013-05-03 02:05:10 +02:00

7 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"
);