Project

General

Profile

« Previous | Next » 

Revision 1320

Added by aldus over 14 years ago

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).

View differences:

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'] = '&#1042;&#1098;&#1074;&#1077;&#1076;&#1077;&#1090;&#1077; email &#1072;&#1076;&#1088;&#1077;&#1089;';
479 479
$MESSAGE['FORGOT_PASS_EMAIL_NOT_FOUND'] = '&#1042;&#1098;&#1074;&#1077;&#1076;&#1077;&#1085;&#1080;&#1103; email &#1085;&#1077; &#1077; &#1074; &#1073;&#1072;&#1079;&#1072;&#1090;&#1072; &#1076;&#1072;&#1085;&#1085;&#1080;';

Also available in: Unified diff