diff options
author | Andreas Gohr <andi@splitbrain.org> | 2007-08-21 19:38:05 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2007-08-21 19:38:05 +0200 |
commit | 1ba60149a86e0315c46451bbab09f40c251b2649 (patch) | |
tree | 0c2d2e2be4eeb4406c7d3ed602e975e222d85c42 /lib/plugins/acl | |
parent | e05d5c7655b4142e92ffbc6b8b0de2cc6354ece1 (diff) | |
download | rpg-1ba60149a86e0315c46451bbab09f40c251b2649.tar.gz rpg-1ba60149a86e0315c46451bbab09f40c251b2649.tar.bz2 |
french update
darcs-hash:20070821173805-7ad00-49900167ab4babede6acebb595faf005b28ce18e.gz
Diffstat (limited to 'lib/plugins/acl')
-rw-r--r-- | lib/plugins/acl/lang/fr/lang.php | 42 |
1 files changed, 20 insertions, 22 deletions
diff --git a/lib/plugins/acl/lang/fr/lang.php b/lib/plugins/acl/lang/fr/lang.php index 0369166de..91c95c0be 100644 --- a/lib/plugins/acl/lang/fr/lang.php +++ b/lib/plugins/acl/lang/fr/lang.php @@ -3,26 +3,24 @@ * 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 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> */ - -$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 : +$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'; |