Revision 1323
Added by Dietmar over 14 years ago
FR.php | ||
---|---|---|
450 | 450 |
|
451 | 451 |
$MESSAGE['SIGNUP_NO_EMAIL'] = 'L'adresse email est obligatoire'; |
452 | 452 |
$MESSAGE['SIGNUP2_SUBJECT_LOGIN_INFO'] = 'Paramètres de votre connexion ...'; |
453 |
$MESSAGE['SIGNUP2_BODY_LOGIN_INFO'] = <<< EOT
|
|
454 |
Hello {LOGIN_DISPLAY_NAME},
|
|
453 |
$MESSAGE['SIGNUP2_BODY_LOGIN_INFO'] = "
|
|
454 |
Hello {LOGIN_DISPLAY_NAME}, |
|
455 | 455 |
|
456 |
You are welcome to our {LOGIN_WEBSITE_TITLE}.
|
|
456 |
Welcome to our '{LOGIN_WEBSITE_TITLE}'.
|
|
457 | 457 |
|
458 |
Your '{LOGIN_WEBSITE_TITLE}' login details are:
|
|
459 |
Username: {LOGIN_NAME}
|
|
460 |
Password: {LOGIN_PASSWORD}
|
|
458 |
Your '{LOGIN_WEBSITE_TITLE}' login details are: |
|
459 |
Username: {LOGIN_NAME} |
|
460 |
Password: {LOGIN_PASSWORD} |
|
461 | 461 |
|
462 |
If you have received this message in error, please delete it immediately. |
|
463 |
EOT; |
|
462 |
Regards |
|
464 | 463 |
|
465 |
$MESSAGE['SIGNUP2_BODY_LOGIN_FORGOT'] = <<< EOT |
|
466 |
Bonjour, {LOGIN_DISPLAY_NAME}, |
|
464 |
Please: |
|
465 |
if you have received this message by an error, please delete it immediately! |
|
466 |
------------------------------------- |
|
467 |
This message was automatic generated! |
|
468 |
"; |
|
467 | 469 |
|
468 |
Les paramètres de connexion au site web '{LOGIN_WEBSITE_TITLE}' sont : |
|
469 |
identifiant : {LOGIN_NAME} |
|
470 |
mot de passe : {LOGIN_PASSWORD} |
|
470 |
$MESSAGE['SIGNUP2_BODY_LOGIN_FORGOT'] = " |
|
471 |
Hello {LOGIN_DISPLAY_NAME}, |
|
471 | 472 |
|
472 |
Votre mot de passe a été modifié avec la valeur ci-dessus. |
|
473 |
Par conséquent, votre ancien mot de passe n'est plus valide. |
|
473 |
This mail was sent because the 'forgot password' function has been applied to your account. |
|
474 | 474 |
|
475 |
Si vous avez re&ccdil;u ce message par erreur, merci de le supprimer immédiatement. |
|
476 |
EOT; |
|
475 |
Your new '{LOGIN_WEBSITE_TITLE}' login details are: |
|
477 | 476 |
|
477 |
Username: {LOGIN_NAME} |
|
478 |
Password: {LOGIN_PASSWORD} |
|
479 |
|
|
480 |
Your password has been reset to the one above. |
|
481 |
This means that your old password will no longer work anymore! |
|
482 |
If you've got any questions or problems within the new login-data |
|
483 |
you should contact the website-team or the admin of '{LOGIN_WEBSITE_TITLE}'. |
|
484 |
Please remember to clean you browser-cache before using the new one to avoid unexpected fails. |
|
485 |
|
|
486 |
Regards |
|
487 |
------------------------------------ |
|
488 |
This message was automatic generated |
|
489 |
|
|
490 |
"; |
|
491 |
|
|
478 | 492 |
$MESSAGE['FORGOT_PASS_NO_DATA'] = 'Merci de saisir votre adresse email'; |
479 | 493 |
$MESSAGE['FORGOT_PASS_EMAIL_NOT_FOUND'] = 'L'adresse email que vous avez saisi est introuvable dans la base de données'; |
480 | 494 |
$MESSAGE['FORGOT_PASS_CANNOT_EMAIL'] = 'Impossible de vous renvoyer vos identifiants, merci de contacter l'administrateur du site'; |
Also available in: Unified diff
Ticket #985 With #1318 no login in backend possible
Ticket #986 Typo inside the german language file
Ticket #982 Unnessesary heredoc causes on errors while installation!
Ticket #926/Ticket #928 Mail Notification on new user registration