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