diff options
author | Guy Brand gb@isis.u-strasbg.fr <andi@splitbrain.org> | 2006-09-17 09:51:03 +0200 |
---|---|---|
committer | Guy Brand gb@isis.u-strasbg.fr <andi@splitbrain.org> | 2006-09-17 09:51:03 +0200 |
commit | 08fa66807e2772b1f07756f37cfa6dab93db20a0 (patch) | |
tree | 49620092671c2d804847fbfd4af525fe922b6836 | |
parent | 016b6153488dd5b331c28ab23b209f59e144d53d (diff) | |
download | rpg-08fa66807e2772b1f07756f37cfa6dab93db20a0.tar.gz rpg-08fa66807e2772b1f07756f37cfa6dab93db20a0.tar.bz2 |
Update french translation
darcs-hash:20060917075103-c47a2-de10540e0be698e3aeeab00f085bd212891cd750.gz
-rw-r--r-- | lib/plugins/usermanager/lang/fr/lang.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/plugins/usermanager/lang/fr/lang.php b/lib/plugins/usermanager/lang/fr/lang.php index f52c860f3..f27b2a6ee 100644 --- a/lib/plugins/usermanager/lang/fr/lang.php +++ b/lib/plugins/usermanager/lang/fr/lang.php @@ -49,4 +49,11 @@ $lang['last'] = 'Dernier'; // added after 2006-03-09 release $lang['edit_usermissing'] = 'Utilisateur sélectionné non trouvé, cet utilisateur a peut-être été supprimé ou modifié ailleurs.'; +$lang['user_notify'] = 'Notifier l\'utilisateur'; +$lang['note_notify'] = 'Envoi de notification par courriel uniquement lorsqu\'un nouveau mot de passe est attribué à l\'utilisateur.'; +$lang['note_group'] = 'Les nouveaux utilisateurs seront ajoutés au groupe par défaut (%s) si aucun groupé n\'est spécifié.'; +$lang['add_ok'] = 'Utilisateur ajouté avec succès'; +$lang['add_fail'] = 'Echec de l\'ajout de l\'utilisateur'; +$lang['notify_ok'] = 'Courriel de notification expédié'; +$lang['notify_fail'] = 'Echec de l\'expédition du courriel de notification'; |