Revision 1320
Added by aldus over 15 years ago
| BG.php | ||
|---|---|---|
| 450 | 450 |
|
| 451 | 451 |
$MESSAGE['SIGNUP_NO_EMAIL'] = 'Трябва да въведете e-mail адрес'; |
| 452 | 452 |
$MESSAGE['SIGNUP2_SUBJECT_LOGIN_INFO'] = 'Your login details...'; |
| 453 |
$MESSAGE['SIGNUP2_BODY_LOGIN_INFO'] = <<< EOT
|
|
| 453 |
$MESSAGE['SIGNUP2_BODY_LOGIN_INFO'] = "
|
|
| 454 | 454 |
Hello {LOGIN_DISPLAY_NAME},
|
| 455 | 455 |
|
| 456 | 456 |
You are welcome to our {LOGIN_WEBSITE_TITLE}.
|
| ... | ... | |
| 460 | 460 |
Password: {LOGIN_PASSWORD}
|
| 461 | 461 |
|
| 462 | 462 |
If you have received this message in error, please delete it immediately. |
| 463 |
EOT;
|
|
| 463 |
";
|
|
| 464 | 464 |
|
| 465 |
$MESSAGE['SIGNUP2_BODY_LOGIN_FORGOT'] = <<< EOT
|
|
| 465 |
$MESSAGE['SIGNUP2_BODY_LOGIN_FORGOT'] = "
|
|
| 466 | 466 |
Hello {LOGIN_DISPLAY_NAME},
|
| 467 | 467 |
|
| 468 | 468 |
Your '{LOGIN_WEBSITE_TITLE}' login details are:
|
| ... | ... | |
| 473 | 473 |
This means that your old password will no longer work. |
| 474 | 474 |
|
| 475 | 475 |
If you have received this message in error, please delete it immediately. |
| 476 |
EOT;
|
|
| 476 |
";
|
|
| 477 | 477 |
|
| 478 | 478 |
$MESSAGE['FORGOT_PASS_NO_DATA'] = 'Въведете email адрес'; |
| 479 | 479 |
$MESSAGE['FORGOT_PASS_EMAIL_NOT_FOUND'] = 'Въведения email не е в базата данни'; |
Also available in: Unified diff
Bugfix inside languagefiles (BG.php, CS.php and HR.php). Replace wrong use of heredoc, that causes in errors during the installation) to simple string(-s).