summaryrefslogtreecommitdiffstats
path: root/apps/files_encryption/l10n/fr.php
blob: 88f1e4a393f24ad432ca05cd3e8a17dbd497ef61 (plain)
1
2
3
4
5
6
7
<?php $TRANSLATIONS = array(
"Encryption" => "Chiffrement",
"File encryption is enabled." => "Le chiffrement des fichiers est activé",
"The following file types will not be encrypted:" => "Les fichiers de types suivants ne seront pas chiffrés :",
"Exclude the following file types from encryption:" => "Ne pas chiffrer les fichiers dont les types sont les suivants :",
"None" => "Aucun"
);