Revision 1323
Added by Luisehahne over 15 years ago
| NL.php | ||
|---|---|---|
| 449 | 449 |
|
| 450 | 450 |
$MESSAGE['SIGNUP_NO_EMAIL'] = 'U moet een e-mailadres invullen'; |
| 451 | 451 |
$MESSAGE['SIGNUP2_SUBJECT_LOGIN_INFO'] = 'Uw login-gegevens...'; |
| 452 |
$MESSAGE['SIGNUP2_BODY_LOGIN_INFO'] = <<< EOT
|
|
| 453 |
Hello {LOGIN_DISPLAY_NAME},
|
|
| 452 |
$MESSAGE['SIGNUP2_BODY_LOGIN_INFO'] = "
|
|
| 453 |
Hello {LOGIN_DISPLAY_NAME},
|
|
| 454 | 454 |
|
| 455 |
You are welcome to our {LOGIN_WEBSITE_TITLE}.
|
|
| 455 |
Welcome to our '{LOGIN_WEBSITE_TITLE}'.
|
|
| 456 | 456 |
|
| 457 |
Your '{LOGIN_WEBSITE_TITLE}' login details are:
|
|
| 458 |
Username: {LOGIN_NAME}
|
|
| 459 |
Password: {LOGIN_PASSWORD}
|
|
| 457 |
Your '{LOGIN_WEBSITE_TITLE}' login details are:
|
|
| 458 |
Username: {LOGIN_NAME}
|
|
| 459 |
Password: {LOGIN_PASSWORD}
|
|
| 460 | 460 |
|
| 461 |
If you have received this message in error, please delete it immediately. |
|
| 462 |
EOT; |
|
| 461 |
Regards |
|
| 463 | 462 |
|
| 464 |
$MESSAGE['SIGNUP2_BODY_LOGIN_FORGOT'] = <<< EOT |
|
| 465 |
Hallo {LOGIN_DISPLAY_NAME},
|
|
| 463 |
Please: |
|
| 464 |
if you have received this message by an error, please delete it immediately! |
|
| 465 |
------------------------------------- |
|
| 466 |
This message was automatic generated! |
|
| 467 |
"; |
|
| 466 | 468 |
|
| 467 |
Uw '{LOGIN_WEBSITE_TITLE}' inloggegevens zijn:
|
|
| 468 |
Gebruikersnaam: {LOGIN_NAME}
|
|
| 469 |
Wachtwoord: {LOGIN_PASSWORD}
|
|
| 469 |
$MESSAGE['SIGNUP2_BODY_LOGIN_FORGOT'] = " |
|
| 470 |
Hello {LOGIN_DISPLAY_NAME},
|
|
| 470 | 471 |
|
| 471 |
Uw wachtwoord is ingesteld en zichtbaar hierboven. |
|
| 472 |
Dit betekent dat uw oude wachtwoord niet meer werkt. |
|
| 472 |
This mail was sent because the 'forgot password' function has been applied to your account. |
|
| 473 | 473 |
|
| 474 |
Indien deze melding niet voor u bestemd is, verwijder deze dan onmiddellijk. |
|
| 475 |
EOT; |
|
| 474 |
Your new '{LOGIN_WEBSITE_TITLE}' login details are:
|
|
| 476 | 475 |
|
| 476 |
Username: {LOGIN_NAME}
|
|
| 477 |
Password: {LOGIN_PASSWORD}
|
|
| 478 |
|
|
| 479 |
Your password has been reset to the one above. |
|
| 480 |
This means that your old password will no longer work anymore! |
|
| 481 |
If you've got any questions or problems within the new login-data |
|
| 482 |
you should contact the website-team or the admin of '{LOGIN_WEBSITE_TITLE}'.
|
|
| 483 |
Please remember to clean you browser-cache before using the new one to avoid unexpected fails. |
|
| 484 |
|
|
| 485 |
Regards |
|
| 486 |
------------------------------------ |
|
| 487 |
This message was automatic generated |
|
| 488 |
|
|
| 489 |
"; |
|
| 490 |
|
|
| 477 | 491 |
$MESSAGE['FORGOT_PASS_NO_DATA'] = 'Vult u alstublieft uw e-mailadres hieronder in'; |
| 478 | 492 |
$MESSAGE['FORGOT_PASS_EMAIL_NOT_FOUND'] = 'Het door u opgegeven e-mailadres is niet gevonden in onze database'; |
| 479 | 493 |
$MESSAGE['FORGOT_PASS_CANNOT_EMAIL'] = 'Het is niet mogelijk uw wachtwoord per e-mail te versturen. Neem contact op met de beheerder'; |
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