summaryrefslogtreecommitdiff
path: root/lib/plugins/acl/lang/fr
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2007-11-17 16:57:40 +0100
committerAndreas Gohr <andi@splitbrain.org>2007-11-17 16:57:40 +0100
commit2a3623da3390f0118660d541928ae8c635631b3d (patch)
tree4d153d6415c7f73ee6320abc729611d46600a3ec /lib/plugins/acl/lang/fr
parentbeccd742c1d9973601f82b20ad07c4f6c0f32084 (diff)
downloadrpg-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')
-rw-r--r--lib/plugins/acl/lang/fr/intro.txt12
-rw-r--r--lib/plugins/acl/lang/fr/lang.php42
2 files changed, 22 insertions, 32 deletions
diff --git a/lib/plugins/acl/lang/fr/intro.txt b/lib/plugins/acl/lang/fr/intro.txt
deleted file mode 100644
index 74a0ad579..000000000
--- a/lib/plugins/acl/lang/fr/intro.txt
+++ /dev/null
@@ -1,12 +0,0 @@
-====== Gestion de la liste des contrôles d'accès [ACL] ======
-
-Sur cette page vous pouvez ajouter ou enlever les permissions pour la page
-courante et toutes les [[doku>wiki:namespaces|catégories]] dont elle fait
-partie. Vous devriez lire la [[doku>wiki:acl|documentation officielle sur
-les ACL]] pour mieux comprendre comment les contrôles d'accès fonctionnent.
-
-Cette page affiche toutes les permissions significatives pour la page
-courante. Les permissions concernant les autres pages ne sont pas affichées
--- pour modifier ces dernières, [[this>doku.php?do=index|fureter]] jusqu'à
-la page en question puis retourner à l'outil administratif de gestion des
-contrôles d'accès [ACL].
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 :