diff options
author | Andreas Gohr <andi@splitbrain.org> | 2006-01-30 22:48:40 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2006-01-30 22:48:40 +0100 |
commit | 262065ef163a417eb96dded78316e67b5c803caf (patch) | |
tree | 8e88d30b3a880abedc9f7eae034042a033e7c08c /lib/plugins/plugin/lang/fr/lang.php | |
parent | 24bc1a35cb0f3d8b9e1c9bc6e45294f4eb31acef (diff) | |
download | rpg-262065ef163a417eb96dded78316e67b5c803caf.tar.gz rpg-262065ef163a417eb96dded78316e67b5c803caf.tar.bz2 |
language updates
darcs-hash:20060130214840-7ad00-ef1974692b64d4e4f7420d5c68f70f113630957b.gz
Diffstat (limited to 'lib/plugins/plugin/lang/fr/lang.php')
-rw-r--r-- | lib/plugins/plugin/lang/fr/lang.php | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/lib/plugins/plugin/lang/fr/lang.php b/lib/plugins/plugin/lang/fr/lang.php index e447ee949..c23421dfa 100644 --- a/lib/plugins/plugin/lang/fr/lang.php +++ b/lib/plugins/plugin/lang/fr/lang.php @@ -6,13 +6,7 @@ * @author Guy Brand <gb@isis.u-strasbg.fr> */ -// settings must be present and set appropriately for the language -$lang['encoding'] = 'utf-8'; -$lang['direction'] = 'ltr'; - -// for admin plugins, the menu prompt to be displayed in the admin menu -// if set here, the plugin doesn't need to override the getMenuText() method -$lang['menu'] = 'Gérer les plugins...'; +$lang['menu'] = 'Gérer les plugins'; // custom language strings for the plugin $lang['refresh'] = "Actualiser la liste des plugins installés"; @@ -77,7 +71,6 @@ $lang['error_copy'] = 'Une erreur de copie est survenue lors de l\'installation 'votre disque est peut être plein ou les droits d\'accès au fichier incorrects. '. 'Il a pu en résulter une installation partielle du plugin rendant votre installation du wiki instable.'; $lang['error_delete'] = 'Une erreur est survenue à la suppression du plugin <em>%s</em>. '. - 'La raison la plus probable est l\'insuffisance des droits sur les fichiers ou le répertoire'; -//$lang['error_'] = ''; + 'La raison la plus probable est l\'insuffisance des droits sur les fichiers ou le répertoire'; -//Setup VIM: ex: et ts=2 enc=utf-8 : +//Setup VIM: ex: et ts=2 enc=utf-8 :
\ No newline at end of file |