diff options
author | mistic100 <mistic@piwigo.org> | 2012-01-14 10:50:47 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2012-01-14 10:50:47 +0000 |
commit | 25481da931ae564320d2d2cc0f4735c8b058a161 (patch) | |
tree | 6dc301eba6fc7e93ac2f32890aa5483c43062869 /language/fr_FR/common.lang.php | |
parent | 56452f8711d231d43f930e3a2cecbde6e900198f (diff) |
feature:2517 ability to change username. admins can change usernames, users are notified by mail
git-svn-id: http://piwigo.org/svn/trunk@12882 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/fr_FR/common.lang.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/language/fr_FR/common.lang.php b/language/fr_FR/common.lang.php index 75aae335d..f4081fcdc 100644 --- a/language/fr_FR/common.lang.php +++ b/language/fr_FR/common.lang.php @@ -347,6 +347,7 @@ $lang['User: %s'] = 'Utilisateur: %s'; $lang['Username "%s" on gallery %s'] = 'Utilisateur "%s" sur la galerie %s'; $lang['Username or email'] = 'Nom d\'utilisateur ou adresse email'; $lang['Username'] = 'Nom d\'utilisateur'; +$lang['Username modification'] = 'Modification du nom d\'utilisateur'; $lang['View'] = 'Vue'; $lang['Visits'] = 'Visites'; $lang['Webmaster'] = 'Webmestre'; @@ -361,6 +362,7 @@ $lang['Your comment has been registered'] = 'Votre commentaire a été enregistr $lang['Your comment has NOT been registered because it did not pass the validation rules'] = 'Votre commentaire n\'a pas été enregistré parce qu\'il ne satisfait aux règles de validation'; $lang['Your favorites'] = 'Mes favorites'; $lang['Your Gallery Customization'] = 'Personnalisation de votre affichage '; +$lang['Your username has been successfully changed to : %s'] = 'Votre nom d\'utilisateur a bien été changé par : %s'; $lang['Your password has been reset'] = 'Votre mot de passe a été réinitialisé'; ?>
\ No newline at end of file |