diff options
author | Cédric Schmitz <webmestre@amiclubdefrance.net> | 2011-01-23 11:19:52 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2011-01-23 11:20:13 +0100 |
commit | 33c72f1de00e99df631e7267ab3fc142b61269f5 (patch) | |
tree | e0318ccde9e230c3dec41e0cb84ef70d2e062e46 /lib/plugins/config/lang | |
parent | 62bbd5ef5f25e1d89d67a00cc3b51a954013d7cb (diff) | |
download | rpg-33c72f1de00e99df631e7267ab3fc142b61269f5.tar.gz rpg-33c72f1de00e99df631e7267ab3fc142b61269f5.tar.bz2 |
French language update
Diffstat (limited to 'lib/plugins/config/lang')
-rw-r--r-- | lib/plugins/config/lang/fr/lang.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/plugins/config/lang/fr/lang.php b/lib/plugins/config/lang/fr/lang.php index b51c260fc..7f3e39845 100644 --- a/lib/plugins/config/lang/fr/lang.php +++ b/lib/plugins/config/lang/fr/lang.php @@ -161,7 +161,7 @@ $lang['userewrite_o_2'] = 'Interne à DokuWiki'; $lang['deaccent_o_0'] = 'off'; $lang['deaccent_o_1'] = 'supprimer les accents'; $lang['deaccent_o_2'] = 'convertir en roman'; -$lang['gdlib_o_0'] = 'GD Lib non disponible'; +$lang['gdlib_o_0'] = 'Librairie GD non disponible'; $lang['gdlib_o_1'] = 'version 1.x'; $lang['gdlib_o_2'] = 'auto-détectée'; $lang['rss_type_o_rss'] = 'RSS 0.91'; |