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_CA/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_CA/common.lang.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/language/fr_CA/common.lang.php b/language/fr_CA/common.lang.php index 6a0cb7e24..3cb2f2fd3 100644 --- a/language/fr_CA/common.lang.php +++ b/language/fr_CA/common.lang.php @@ -365,5 +365,7 @@ $lang['Change my password'] = 'Changer mon mot de passe'; $lang['Enter your new password below.'] = 'Entrez votre nouveau mot de passe ci-dessous.'; $lang['EXIF Metadata'] = 'Données EXIF'; $lang['IPTC Metadata'] = 'Données IPTC'; +$lang['Your username has been successfully changed to : %s'] = 'Votre nom d\'utilisateur a bien été changé par : %s'; +$lang['Username modification'] = 'Modification du nom d\'utilisateur'; ?>
\ No newline at end of file |