11d3e0272SAndreas Gohr<?php 2dba5f66fSEmmanuel 31d3e0272SAndreas Gohr/** 41d3e0272SAndreas Gohr * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) 5dba5f66fSEmmanuel * 6*72a969d4SOlivier Humbert * @author Olivier Humbert <trebmuh@tuxfamily.org> 7a1350ea4SSchplurtz le Déboulonné * @author Schplurtz le Déboulonné <Schplurtz@laposte.net> 81d3e0272SAndreas Gohr * @author Sébastien Bauer <sebastien.bauer@advalvas.be> 91d3e0272SAndreas Gohr * @author Antoine Fixary <antoine.fixary@freesbee.fr> 101d3e0272SAndreas Gohr * @author cumulus <pta-n56@myamail.com> 111d3e0272SAndreas Gohr * @author Gwenn Gueguen <contact@demisel.net> 128707b671SGuy Brand * @author Guy Brand <gb@unistra.fr> 131d3e0272SAndreas Gohr * @author Fabien Chabreuil <fabien@integralpersonality.com> 141d3e0272SAndreas Gohr * @author Stéphane Chamberland <stephane.chamberland@ec.gc.ca> 1564daa86aSAndreas Gohr * @author Maurice A. LeBlanc <leblancma@cooptel.qc.ca> 168591ce16SSchplurtz le Déboulonné * @author stephane.gully <stephane.gully@gmail.com> 17a6039913SGuillaume Turri * @author Guillaume Turri <guillaume.turri@gmail.com> 187ea13553SErik Pedersen * @author Erik Pedersen <erik.pedersen@shaw.ca> 1950ecd461SOlivier * @author olivier duperray <duperray.olivier@laposte.net> 20202b7494SVincent Feltz * @author Vincent Feltz <psycho@feltzv.fr> 21c4b04b7fSPhilippe Bajoit * @author Philippe Bajoit <philippe.bajoit@gmail.com> 22c1fe9e9fSFlorian Gaub * @author Florian Gaub <floriang@floriang.net> 23e24ab4abSJohan Guilbaud * @author Johan Guilbaud <guilbaud.johan@gmail.com> 2414704953SYannick Aure * @author Yannick Aure <yannick.aure@gmail.com> 2505be3a57SOlivier Duval * @author Olivier DUVAL <zorky00@gmail.com> 26de78e4efSAnael Mobilia * @author Anael Mobilia <contrib@anael.eu> 27df60eba1SBruno Veilleux * @author Bruno Veilleux <bruno.vey@gmail.com> 281d3e0272SAndreas Gohr */ 29b65e3b9fSGuy Brand$lang['admin_acl'] = 'Gestion de la liste des contrôles d\'accès (ACL)'; 30fde860beSGerrit Uitslag$lang['acl_group'] = 'Groupe :'; 31fde860beSGerrit Uitslag$lang['acl_user'] = 'Utilisateur :'; 32de78e4efSAnael Mobilia$lang['acl_perms'] = 'Autorisations pour'; 331d3e0272SAndreas Gohr$lang['page'] = 'Page'; 341d3e0272SAndreas Gohr$lang['namespace'] = 'Catégorie'; 350265c204SGuy Brand$lang['btn_select'] = 'Sélectionner'; 36de78e4efSAnael 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>.'; 37de78e4efSAnael 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>.'; 38de78e4efSAnael 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>.'; 39de78e4efSAnael 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>.'; 40a1350ea4SSchplurtz 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>.'; 41a1350ea4SSchplurtz 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>.'; 42de78e4efSAnael 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.'; 43de78e4efSAnael 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.'; 44de78e4efSAnael 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.'; 45de78e4efSAnael Mobilia$lang['current'] = 'Contrôles d\'accès actuels'; 460916045fSGuy Brand$lang['where'] = 'Page/Catégorie'; 470916045fSGuy Brand$lang['who'] = 'Utilisateur/Groupe'; 48de78e4efSAnael Mobilia$lang['perm'] = 'Autorisations'; 490916045fSGuy Brand$lang['acl_perm0'] = 'Aucune'; 501d3e0272SAndreas Gohr$lang['acl_perm1'] = 'Lecture'; 511d3e0272SAndreas Gohr$lang['acl_perm2'] = 'Écriture'; 521d3e0272SAndreas Gohr$lang['acl_perm4'] = 'Création'; 53de78e4efSAnael Mobilia$lang['acl_perm8'] = 'Envoyer'; 541d3e0272SAndreas Gohr$lang['acl_perm16'] = 'Effacer'; 551d3e0272SAndreas Gohr$lang['acl_new'] = 'Ajouter une nouvelle entrée'; 560916045fSGuy Brand$lang['acl_mod'] = 'Modifier l\'entrée'; 57