xref: /dokuwiki/lib/plugins/acl/lang/fr/lang.php (revision a1350ea463d199bab1c4e275197d4525f290f50f)
11d3e0272SAndreas Gohr<?php
2dba5f66fSEmmanuel
31d3e0272SAndreas Gohr/**
41d3e0272SAndreas Gohr * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
5dba5f66fSEmmanuel *
6*a1350ea4SSchplurtz le Déboulonné * @author Schplurtz le Déboulonné <Schplurtz@laposte.net>
71d3e0272SAndreas Gohr * @author Sébastien Bauer <sebastien.bauer@advalvas.be>
81d3e0272SAndreas Gohr * @author Antoine Fixary <antoine.fixary@freesbee.fr>
91d3e0272SAndreas Gohr * @author cumulus <pta-n56@myamail.com>
101d3e0272SAndreas Gohr * @author Gwenn Gueguen <contact@demisel.net>
118707b671SGuy Brand * @author Guy Brand <gb@unistra.fr>
121d3e0272SAndreas Gohr * @author Fabien Chabreuil <fabien@integralpersonality.com>
131d3e0272SAndreas Gohr * @author Stéphane Chamberland <stephane.chamberland@ec.gc.ca>
1464daa86aSAndreas Gohr * @author Maurice A. LeBlanc <leblancma@cooptel.qc.ca>
158591ce16SSchplurtz le Déboulonné * @author stephane.gully <stephane.gully@gmail.com>
16a6039913SGuillaume Turri * @author Guillaume Turri <guillaume.turri@gmail.com>
177ea13553SErik Pedersen * @author Erik Pedersen <erik.pedersen@shaw.ca>
1850ecd461SOlivier * @author olivier duperray <duperray.olivier@laposte.net>
19202b7494SVincent Feltz * @author Vincent Feltz <psycho@feltzv.fr>
20c4b04b7fSPhilippe Bajoit * @author Philippe Bajoit <philippe.bajoit@gmail.com>
21c1fe9e9fSFlorian Gaub * @author Florian Gaub <floriang@floriang.net>
22e24ab4abSJohan Guilbaud * @author Johan Guilbaud <guilbaud.johan@gmail.com>
2314704953SYannick Aure * @author Yannick Aure <yannick.aure@gmail.com>
2405be3a57SOlivier Duval * @author Olivier DUVAL <zorky00@gmail.com>
25de78e4efSAnael Mobilia * @author Anael Mobilia <contrib@anael.eu>
26df60eba1SBruno Veilleux * @author Bruno Veilleux <bruno.vey@gmail.com>
271d3e0272SAndreas Gohr */
28b65e3b9fSGuy Brand$lang['admin_acl']             = 'Gestion de la liste des contrôles d\'accès (ACL)';
29fde860beSGerrit Uitslag$lang['acl_group']             = 'Groupe:';
30fde860beSGerrit Uitslag$lang['acl_user']              = 'Utilisateur:';
31de78e4efSAnael Mobilia$lang['acl_perms']             = 'Autorisations pour';
321d3e0272SAndreas Gohr$lang['page']                  = 'Page';
331d3e0272SAndreas Gohr$lang['namespace']             = 'Catégorie';
340265c204SGuy Brand$lang['btn_select']            = 'Sélectionner';
35de78e4efSAnael Mobilia$lang['p_user_id']             = 'Autorisations actuelles de l\'utilisateur <strong class="acluser">%s</strong> sur la page <strong class="aclpage">%s</strong> : <em>%s</em>.';
36de78e4efSAnael Mobilia$lang['p_user_ns']             = 'Autorisations actuelles de l\'utilisateur <strong class="acluser">%s</strong> sur la catégorie <strong class="aclns">%s</strong> : <em>%s</em>.';
37de78e4efSAnael Mobilia$lang['p_group_id']            = 'Autorisations actuelles des membres du groupe <strong class="aclgroup">%s</strong> sur la page <strong class="aclpage">%s</strong> : <em>%s</em>.';
38de78e4efSAnael Mobilia$lang['p_group_ns']            = 'Autorisations actuelles des membres du groupe <strong class="aclgroup">%s</strong> sur la catégorie <strong class="aclns">%s</strong> : <em>%s</em>.';
39*a1350ea4SSchplurtz le Déboulonné$lang['p_choose_id']           = 'Saisissez un <strong>nom d\'utilisateur ou de groupe</strong> dans le formulaire ci-dessus pour afficher ou éditer les autorisations relatives à la page <strong class="aclpage">%s</strong>.';
40*a1350ea4SSchplurtz le Déboulonné$lang['p_choose_ns']           = 'Veuillez saisir un <strong>nom d\'utilisateur ou de groupe</strong> dans le formulaire ci-dessus pour afficher ou éditer les autorisations relatives à la catégorie <strong class="aclns">%s</strong>.';
41de78e4efSAnael Mobilia$lang['p_inherited']           = 'Note : ces autorisations n\'ont pas été explicitement définies mais sont héritées de groupes ou catégories supérieurs.';
42de78e4efSAnael Mobilia$lang['p_isadmin']             = 'Note : le groupe ou l\'utilisateur sélectionné dispose toujours de toutes les autorisations car il est paramétré en tant que super-utilisateur.';
43de78e4efSAnael Mobilia$lang['p_include']             = 'Les autorisations les plus élevées incluent les plus faibles. Création, Envoyer et Effacer ne s\'appliquent qu\'aux catégories, pas aux pages.';
44de78e4efSAnael Mobilia$lang['current']               = 'Contrôles d\'accès actuels';
450916045fSGuy Brand$lang['where']                 = 'Page/Catégorie';
460916045fSGuy Brand$lang['who']                   = 'Utilisateur/Groupe';
47de78e4efSAnael Mobilia$lang['perm']                  = 'Autorisations';
480916045fSGuy Brand$lang['acl_perm0']             = 'Aucune';
491d3e0272SAndreas Gohr$lang['acl_perm1']             = 'Lecture';
501d3e0272SAndreas Gohr$lang['acl_perm2']             = 'Écriture';
511d3e0272SAndreas Gohr$lang['acl_perm4']             = 'Création';
52de78e4efSAnael Mobilia$lang['acl_perm8']             = 'Envoyer';
531d3e0272SAndreas Gohr$lang['acl_perm16']            = 'Effacer';
541d3e0272SAndreas Gohr$lang['acl_new']               = 'Ajouter une nouvelle entrée';
550916045fSGuy Brand$lang['acl_mod']               = 'Modifier l\'entrée';
56