xref: /dokuwiki/lib/plugins/acl/lang/fr/lang.php (revision f29f451ade471145b785346dbd89d1b2db59a0ee)
1<?php
2/**
3 * french language file
4 *
5 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
6 * @author Sébastien Bauer <sebastien.bauer@advalvas.be>
7 * @author Antoine Fixary <antoine.fixary@freesbee.fr>
8 * @author cumulus <pta-n56@myamail.com>
9 * @author Gwenn Gueguen <contact@demisel.net>
10 * @author Guy Brand <gb@isis.u-strasbg.fr>
11 * @author Fabien Chabreuil <fabien@integralpersonality.com>
12 * @author Stéphane Chamberland <stephane.chamberland@ec.gc.ca>
13 * @author Maurice A. LeBlanc <leblancma@cooptel.qc.ca>
14 */
15$lang['admin_acl']             = 'Gestion de la liste des contrôles d\'accès';
16$lang['acl_group']             = 'Groupe';
17$lang['acl_user']              = 'Utilisateur';
18$lang['acl_perms']             = 'Permission pour';
19$lang['page']                  = 'Page';
20$lang['namespace']             = 'Catégorie';
21$lang['acl_perm1']             = 'Lecture';
22$lang['acl_perm2']             = 'Écriture';
23$lang['acl_perm4']             = 'Création';
24$lang['acl_perm8']             = 'Télécharger';
25$lang['acl_perm16']            = 'Effacer';
26$lang['acl_new']               = 'Ajouter une nouvelle entrée';
27