diff options
Diffstat (limited to 'language/fr_CA')
-rw-r--r-- | language/fr_CA/common.lang.php | 5 | ||||
-rw-r--r-- | language/fr_CA/install.lang.php | 2 |
2 files changed, 7 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 diff --git a/language/fr_CA/install.lang.php b/language/fr_CA/install.lang.php index 63835a05f..d95a53e26 100644 --- a/language/fr_CA/install.lang.php +++ b/language/fr_CA/install.lang.php @@ -70,5 +70,7 @@ $lang['Download the config file'] = 'Télécharger le fichier de configuration'; $lang['You can download the config file and upload it to local/config directory of your installation.'] = 'Vous pouvez télécharger le fichier de configuration et le transférer dans le répertoire local/config de votre installation Piwigo.'; $lang['Just another Piwigo gallery'] = 'Une galerie Piwigo de plus'; $lang['Welcome to my photo gallery'] = 'Bienvenue sur ma galerie photo'; +$lang['Welcome to your new installation of Piwigo!'] = 'Bienvenue sur votre nouvelle installtion de Piwigo!'; +$lang['Don\'t hesitate to consult our forums for any help : %s'] = 'N\'hésitez pas à consulter bos forums si vous avez le moindre problème : %s'; ?>
\ No newline at end of file |