summaryrefslogtreecommitdiff
path: root/lib/plugins/acl/lang/fr
diff options
context:
space:
mode:
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 :