xref: /dokuwiki/lib/plugins/acl/lang/fr/lang.php (revision c4b04b7f874a6c3f7ab5296aed1c039757183eb7)
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>
101d3e0272SAndreas Gohr * @author Guy Brand <gb@isis.u-strasbg.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>
14d288e197SGuy Brand * @author gb@isis.u-strasbg.fr
15f93b78f8SAndreas Gohr * @author 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>
20*c4b04b7fSPhilippe Bajoit * @author Philippe Bajoit <philippe.bajoit@gmail.com>
211d3e0272SAndreas Gohr */
22b65e3b9fSGuy Brand$lang['admin_acl']             = 'Gestion de la liste des contrôles d\'accès (ACL)';
231d3e0272SAndreas Gohr$lang['acl_group']             = 'Groupe';
241d3e0272SAndreas Gohr$lang['acl_user']              = 'Utilisateur';
251d3e0272SAndreas Gohr$lang['acl_perms']             = 'Permission pour';
261d3e0272SAndreas Gohr$lang['page']                  = 'Page';
271d3e0272SAndreas Gohr$lang['namespace']             = 'Catégorie';
280265c204SGuy Brand$lang['btn_select']            = 'Sélectionner';
290916045fSGuy Brand$lang['p_user_id']             = 'Permissions actuelles de l\'utilisateur <b class="acluser">%s</b> sur la page <b class="aclpage">%s</b>: <i>%s</i>.';
300916045fSGuy Brand$lang['p_user_ns']             = 'Permissions actuelles de l\'utilisateur <b class="acluser">%s</b> sur la catégorie <b class="aclns">%s</b>: <i>%s</i>.';
310916045fSGuy Brand$lang['p_group_id']            = 'Permissions actuelles des membres du groupe <b class="aclgroup">%s</b> sur la page <b class="aclpage">%s</b>: <i>%s</i>.';
320916045fSGuy Brand$lang['p_group_ns']            = 'Permissions actuelles des membres du groupe <b class="aclgroup">%s</b> sur la catégorie <b class="aclns">%s</b>: <i>%s</i>.';
330916045fSGuy Brand$lang['p_choose_id']           = 'Saisissez un nom <b>d\'utilisateur ou de groupe</b> dans le formulaire ci-dessus pour afficher ou éditer les permissions relatives à la page <b class="aclpage">%s</b>.';
340916045fSGuy Brand$lang['p_choose_ns']           = 'Saisissez un nom <b>d\'utilisateur ou de groupe</b> dans le formulaire ci-dessous pour afficher ou éditer les permissions relatives à la catégorie <b class="aclns">%s</b>.';
350916045fSGuy Brand$lang['p_inherited']           = 'Note : Ces permissions n\'ont pas été explicitement fixées mais sont héritées d\'autres groupes ou catégories supérieures.';
360916045fSGuy Brand$lang['p_isadmin']             = 'Note : Le groupe ou l\'utilisateur sélectionné dispose de toutes les permissions car il est paramétré en tant que superutilisateur.';
371f454ef2SGuillaume Turri$lang['p_include']             = 'Les permissions les plus élevées induisent les plus faibles. Création, Télécharger, et Effacer, ne s\'appliquent qu\'aux catégories ; pas aux pages.';
380916045fSGuy Brand$lang['current']               = 'ACL actuelles';
390916045fSGuy Brand$lang['where']                 = 'Page/Catégorie';
400916045fSGuy Brand$lang['who']                   = 'Utilisateur/Groupe';
410916045fSGuy Brand$lang['perm']                  = 'Permissions';
420916045fSGuy Brand$lang['acl_perm0']             = 'Aucune';
431d3e0272SAndreas Gohr$lang['acl_perm1']             = 'Lecture';
441d3e0272SAndreas Gohr$lang['acl_perm2']             = 'Écriture';
451d3e0272SAndreas Gohr$lang['acl_perm4']             = 'Création';
461807fcf5SDidier Raboud$lang['acl_perm8']             = 'Téléverser (Upload)';
471d3e0272SAndreas Gohr$lang['acl_perm16']            = 'Effacer';
481d3e0272SAndreas Gohr$lang['acl_new']               = 'Ajouter une nouvelle entrée';
490916045fSGuy Brand$lang['acl_mod']               = 'Modifier l\'entrée';
50