summaryrefslogtreecommitdiff
path: root/lib/plugins/acl/lang/fr/lang.php
blob: 0369166dec68ecdcb16eff8ab2d72f950ec11d9f (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
27
28
<?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>
 */

$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';
//Setup VIM: ex: et ts=2 enc=utf-8 :