xref: /dokuwiki/lib/plugins/acl/lang/fr/lang.php (revision df60eba1d79b8a3e9a5dda87cb3466f0b7b9d454)
11d3e0272SAndreas Gohr<?php
21d3e0272SAndreas Gohr/**
31d3e0272SAndreas Gohr * french language file
41d3e0272SAndreas Gohr *
51d3e0272SAndreas Gohr * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
61d3e0272SAndreas Gohr * @author Sébastien Bauer <sebastien.bauer@advalvas.be>
71d3e0272SAndreas Gohr * @author Antoine Fixary <antoine.fixary@freesbee.fr>
81d3e0272SAndreas Gohr * @author cumulus <pta-n56@myamail.com>
91d3e0272SAndreas Gohr * @author Gwenn Gueguen <contact@demisel.net>
108707b671SGuy Brand * @author Guy Brand <gb@unistra.fr>
111d3e0272SAndreas Gohr * @author Fabien Chabreuil <fabien@integralpersonality.com>
121d3e0272SAndreas Gohr * @author Stéphane Chamberland <stephane.chamberland@ec.gc.ca>
1364daa86aSAndreas Gohr * @author Maurice A. LeBlanc <leblancma@cooptel.qc.ca>
14f93b78f8SAndreas Gohr * @author stephane.gully@gmail.com
15a6039913SGuillaume Turri * @author Guillaume Turri <guillaume.turri@gmail.com>
167ea13553SErik Pedersen * @author Erik Pedersen <erik.pedersen@shaw.ca>
1750ecd461SOlivier * @author olivier duperray <duperray.olivier@laposte.net>
18202b7494SVincent Feltz * @author Vincent Feltz <psycho@feltzv.fr>
19c4b04b7fSPhilippe Bajoit * @author Philippe Bajoit <philippe.bajoit@gmail.com>
20c1fe9e9fSFlorian Gaub * @author Florian Gaub <floriang@floriang.net>
21def4baf2SSamuel Dorsaz * @author Samuel Dorsaz samuel.dorsaz@novelion.net
22e24ab4abSJohan Guilbaud * @author Johan Guilbaud <guilbaud.johan@gmail.com>
234f616b5fSChristophe Martin * @author schplurtz@laposte.net
24c9996306Sskimpax * @author skimpax@gmail.com
2514704953SYannick Aure * @author Yannick Aure <yannick.aure@gmail.com>
2605be3a57SOlivier Duval * @author Olivier DUVAL <zorky00@gmail.com>
27de78e4efSAnael Mobilia * @author Anael Mobilia <contrib@anael.eu>
28*df60eba1SBruno Veilleux * @author Bruno Veilleux <bruno.vey@gmail.com>
291d3e0272SAndreas Gohr */
30b65e3b9fSGuy Brand$lang['admin_acl']             = 'Gestion de la liste des contrôles d\'accès (ACL)';
311d3e0272SAndreas Gohr$lang['acl_group']             = 'Groupe';
321d3e0272SAndreas Gohr$lang['acl_user']              = 'Utilisateur';
33de78e4efSAnael Mobilia$lang['acl_perms']             = 'Autorisations pour';
341d3e0272SAndreas Gohr$lang['page']                  = 'Page';
351d3e0272SAndreas Gohr$lang['namespace']             = 'Catégorie';
360265c204SGuy Brand$lang['btn_select']            = 'Sélectionner';
37de78e4efSAnael 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>.';
38de78e4efSAnael 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>.';
39de78e4efSAnael 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>.';
40de78e4efSAnael 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>.';
41de78e4efSAnael Mobilia$lang['p_choose_id']           = 'Saisissez un <strong>nom d\'utilisateur ou de groupe</strong> dans le formulaire ci-dessous pour afficher ou éditer les autorisations relatives à la page <strong class="aclpage">%s</strong>.';
42de78e4efSAnael Mobilia$lang['p_choose_ns']           = 'Saisissez un <strong>nom d\'utilisateur ou de groupe</strong> dans le formulaire ci-dessous pour afficher ou éditer les autorisations relatives à la catégorie <strong class="aclns">%s</strong>.';
43de78e4efSAnael 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.';
44de78e4efSAnael 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.';
45de78e4efSAnael 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.';
46de78e4efSAnael Mobilia$lang['current']               = 'Contrôles d\'accès actuels';
470916045fSGuy Brand$lang['where']                 = 'Page/Catégorie';
480916045fSGuy Brand$lang['who']                   = 'Utilisateur/Groupe';
49de78e4efSAnael Mobilia$lang['perm']                  = 'Autorisations';
500916045fSGuy Brand$lang['acl_perm0']             = 'Aucune';
511d3e0272SAndreas Gohr$lang['acl_perm1']             = 'Lecture';
521d3e0272SAndreas Gohr$lang['acl_perm2']             = 'Écriture';
531d3e0272SAndreas Gohr$lang['acl_perm4']             = 'Création';
54de78e4efSAnael Mobilia$lang['acl_perm8']             = 'Envoyer';
551d3e0272SAndreas Gohr$lang['acl_perm16']            = 'Effacer';
561d3e0272SAndreas Gohr$lang['acl_new']               = 'Ajouter une nouvelle entrée';
570916045fSGuy Brand$lang['acl_mod']               = 'Modifier l\'entrée';
58