server/apps/files_encryption/l10n/fr.php
2012-10-16 16:57:07 +01:00

6 lines
249 B
PHP

<?php $TRANSLATIONS = array(
"Encryption" => "Chiffrement",
"Exclude the following file types from encryption" => "Ne pas chiffrer les fichiers dont les types sont les suivants",
"None" => "Aucun",
"Enable Encryption" => "Activer le chiffrement"
);