Project

General

Profile

« Previous | Next » 

Revision 1323

Added by Dietmar about 14 years ago

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

View differences:

HU.php
452 452

  
453 453
$MESSAGE['SIGNUP_NO_EMAIL'] = 'E-mail címet meg kell adnia';
454 454
$MESSAGE['SIGNUP2_SUBJECT_LOGIN_INFO'] = 'Bejelentkezési részletek...';
455
$MESSAGE['SIGNUP2_BODY_LOGIN_INFO'] = <<< EOT
456
 Hello {LOGIN_DISPLAY_NAME},
455
$MESSAGE['SIGNUP2_BODY_LOGIN_INFO'] = "
456
Hello {LOGIN_DISPLAY_NAME},
457 457

  
458
 You are welcome to our {LOGIN_WEBSITE_TITLE}.
458
Welcome to our '{LOGIN_WEBSITE_TITLE}'.
459 459

  
460
 Your '{LOGIN_WEBSITE_TITLE}' login details are:
461
 Username: {LOGIN_NAME}
462
 Password: {LOGIN_PASSWORD}
460
Your '{LOGIN_WEBSITE_TITLE}' login details are:
461
Username: {LOGIN_NAME}
462
Password: {LOGIN_PASSWORD}
463 463

  
464
 If you have received this message in error, please delete it immediately.
465
EOT;
464
Regards
466 465

  
467
$MESSAGE['SIGNUP2_BODY_LOGIN_FORGOT'] = <<< EOT
468
¤vözöllek {LOGIN_DISPLAY_NAME},
466
Please:
467
if you have received this message by an error, please delete it immediately!
468
-------------------------------------
469
This message was automatic generated!
470
";
469 471

  
470
A te belépésed a(z) '{LOGIN_WEBSITE_TITLE}' oldalra az alábbiak:
471
Felhasználónév: {LOGIN_NAME}
472
Jelszó: {LOGIN_PASSWORD}
472
$MESSAGE['SIGNUP2_BODY_LOGIN_FORGOT'] = "
473
Hello {LOGIN_DISPLAY_NAME},
473 474

  
474
A jelszavadat elküldük az email címedre.
475
Ez azt jelenti, hogy a régi jelszavad már nem használható.
475
This mail was sent because the 'forgot password' function has been applied to your account.
476 476

  
477
Ha nem te kérted a jelszó változtatást, akkor kérlek töröld ezt az emailt.
478
EOT;
477
Your new '{LOGIN_WEBSITE_TITLE}' login details are:
479 478

  
479
Username: {LOGIN_NAME}
480
Password: {LOGIN_PASSWORD}
481

  
482
Your password has been reset to the one above.
483
This means that your old password will no longer work anymore!
484
If you've got any questions or problems within the new login-data
485
you should contact the website-team or the admin of '{LOGIN_WEBSITE_TITLE}'.
486
Please remember to clean you browser-cache before using the new one to avoid unexpected fails.
487

  
488
Regards
489
------------------------------------
490
This message was automatic generated
491

  
492
";
493

  
480 494
$MESSAGE['FORGOT_PASS_NO_DATA'] = 'Kérem írja be az E-mail címét';
481 495
$MESSAGE['FORGOT_PASS_EMAIL_NOT_FOUND'] = 'Az ® által megadott E-mail cím nem talalható adatbázisunkban';
482 496
$MESSAGE['FORGOT_PASS_CANNOT_EMAIL'] = 'Az E-mail küldés problémába ütközött, kérem vegye fel a kapcsolatot az adminisztrátorral';

Also available in: Unified diff