Revision 921
Added by doc almost 16 years ago
DA.php | ||
---|---|---|
443 | 443 |
$MESSAGE['LOGIN']['AUTHENTICATION_FAILED'] = 'Brugernavn og/eller adgangskode er ikke korrekt'; |
444 | 444 |
|
445 | 445 |
$MESSAGE['SIGNUP']['NO_EMAIL'] = 'Du SKAL indtaste en gyldig email-adresse'; |
446 |
$MESSAGE['SIGNUP2']['SUBJECT_LOGIN_INFO'] = 'Your login details...'; |
|
447 |
$MESSAGE['SIGNUP2']['BODY_LOGIN_INFO'] = <<< EOT |
|
448 |
Hello {LOGIN_DISPLAY_NAME}, |
|
446 | 449 |
|
450 |
Your '{LOGIN_WEBSITE_TITLE}' login details are: |
|
451 |
Username: {LOGIN_NAME} |
|
452 |
Password: {LOGIN_PASSWORD} |
|
453 |
|
|
454 |
Your password has been set to the one above. |
|
455 |
This means that your old password will no longer work. |
|
456 |
|
|
457 |
If you have received this message in error, please delete it immediately. |
|
458 |
EOT; |
|
459 |
|
|
447 | 460 |
$MESSAGE['FORGOT_PASS']['NO_DATA'] = 'Indtast venligst din email-adresse nedenfor'; |
448 | 461 |
$MESSAGE['FORGOT_PASS']['EMAIL_NOT_FOUND'] = 'Den email-adresse du indtastede findes ikke i vores database'; |
449 | 462 |
$MESSAGE['FORGOT_PASS']['CANNOT_EMAIL'] = 'Kunne ikke sende din adgangskode til din email-adresse - Kontak venligst en administrator !'; |
Also available in: Unified diff
Mail text for register, signup and forgot mail now taken from WB language file (ticket #684)