diff options
author | Guillaume Turri <guillaume.turri@gmail.com> | 2009-02-06 08:17:18 +0100 |
---|---|---|
committer | Guillaume Turri <guillaume.turri@gmail.com> | 2009-02-06 08:17:18 +0100 |
commit | 9ba9de299737b86a235e00f9729e1f277bc8c34f (patch) | |
tree | d7e1cd7705e0a4b0b4d8f258a055b77b6246f695 /inc/lang/fr/lang.php | |
parent | 70e708f189f532c7f803dca01c848019b335803f (diff) | |
download | rpg-9ba9de299737b86a235e00f9729e1f277bc8c34f.tar.gz rpg-9ba9de299737b86a235e00f9729e1f277bc8c34f.tar.bz2 |
French language update
Ignore-this: b0f803d1dcd730bbc37324aa42e1676
darcs-hash:20090206071718-78808-72cd9c6de448cc0764488135f92f5df34bed5279.gz
Diffstat (limited to 'inc/lang/fr/lang.php')
-rw-r--r-- | inc/lang/fr/lang.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/lang/fr/lang.php b/inc/lang/fr/lang.php index d98643528..f4deafd9f 100644 --- a/inc/lang/fr/lang.php +++ b/inc/lang/fr/lang.php @@ -64,7 +64,7 @@ $lang['newpass'] = 'Nouveau mot de passe'; $lang['oldpass'] = 'Mot de passe actuel'; $lang['passchk'] = 'Répéter nouveau mot de passe'; $lang['remember'] = 'Mémoriser'; -$lang['fullname'] = 'Nom complet'; +$lang['fullname'] = 'Nom'; $lang['email'] = 'Adresse de courriel'; $lang['register'] = 'S\'enregistrer'; $lang['profile'] = 'Profil utilisateur'; |