diff options
author | Andreas Gohr <andi@splitbrain.org> | 2007-11-17 16:57:40 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2007-11-17 16:57:40 +0100 |
commit | 2a3623da3390f0118660d541928ae8c635631b3d (patch) | |
tree | 4d153d6415c7f73ee6320abc729611d46600a3ec /lib/plugins/acl/lang/fr/lang.php | |
parent | beccd742c1d9973601f82b20ad07c4f6c0f32084 (diff) | |
download | rpg-2a3623da3390f0118660d541928ae8c635631b3d.tar.gz rpg-2a3623da3390f0118660d541928ae8c635631b3d.tar.bz2 |
ACL Manager rewritten
This patch replaces the old ACL manager plugin with a new, completely
rewritten one.
The ACL manager is now independent of the page from which it was called,
instead all pages and namespaces are selectable from an AJAX enhanced
list similar to the one used in the media manager. This should take care
of a major complain by new users.
Another major confusion was that the old manager only showed relevant
rules. This new manager always shows *all* defined ACL rules.
darcs-hash:20071117155740-7ad00-1de71e396d5dbc117bf5788fb5667af828d5c20f.gz
Diffstat (limited to 'lib/plugins/acl/lang/fr/lang.php')
-rw-r--r-- | lib/plugins/acl/lang/fr/lang.php | 42 |
1 files changed, 22 insertions, 20 deletions
diff --git a/lib/plugins/acl/lang/fr/lang.php b/lib/plugins/acl/lang/fr/lang.php index 91c95c0be..0369166de 100644 --- a/lib/plugins/acl/lang/fr/lang.php +++ b/lib/plugins/acl/lang/fr/lang.php @@ -3,24 +3,26 @@ * 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> - * @author Delassaux Julien <julien@delassaux.fr> + * @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'; + +$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 : |