diff options
author | mistic100 <mistic@piwigo.org> | 2012-01-14 12:00:47 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2012-01-14 12:00:47 +0000 |
commit | af2302c1dbefa94968bd1dc067b9488790fd6f9c (patch) | |
tree | 49606f9b5751ed2007a9c26a99ec36a3f735b5c6 /language/fr_CA/common.lang.php | |
parent | 25481da931ae564320d2d2cc0f4735c8b058a161 (diff) |
2021: email notification on user creation + mail for admin at installation
git-svn-id: http://piwigo.org/svn/trunk@12883 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/fr_CA/common.lang.php')
-rw-r--r-- | language/fr_CA/common.lang.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/language/fr_CA/common.lang.php b/language/fr_CA/common.lang.php index 3cb2f2fd3..4535e734a 100644 --- a/language/fr_CA/common.lang.php +++ b/language/fr_CA/common.lang.php @@ -367,5 +367,10 @@ $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'; +$lang['Hello %s,'] = 'Bonjour %s,'; +$lang['Thank you for registering at %s!'] = 'Merci pour votre inscription sur %s !'; +$lang['Here is your password: %s'] = 'Votre mot de passe est : %s'; +$lang['If you think you\'ve received this email in error, please contact us at %s'] = 'Si vous pensez avoir reçu cet email par erreur, veuillez nous contacter %s'; +$lang['Successfully registered, an email with your password has been sent to you. Welcome!'] = 'Inscription terminée, un email avec votre mot de passe vient de vous être envoyé. Bienvenue !'; ?>
\ No newline at end of file |