lostpwd.php 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <?php
  2. /*
  3. *
  4. * OGP - Open Game Panel
  5. * Copyright (C) 2008 - 2018 The OGP Development Team
  6. *
  7. * http://www.opengamepanel.org/
  8. *
  9. * This program is free software; you can redistribute it and/or
  10. * modify it under the terms of the GNU General Public License
  11. * as published by the Free Software Foundation; either version 2
  12. * of the License, or any later version.
  13. *
  14. * This program is distributed in the hope that it will be useful,
  15. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  16. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  17. * GNU General Public License for more details.
  18. *
  19. * You should have received a copy of the GNU General Public License
  20. * along with this program; if not, write to the Free Software
  21. * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  22. *
  23. */
  24. define('OGP_LANG_recover', "Elfelejtett jelszó helyreállítása");
  25. define('OGP_LANG_back', "Vissza");
  26. define('OGP_LANG_incomplete', "Kérlek, menj vissza és tölts ki az összes mezőt az űrlapon.");
  27. define('OGP_LANG_subject', "Jelszó kérés");
  28. define('OGP_LANG_password_message', "Hello,<br><br>A jelszavad sikeresen törölve.<br><br>Új jelszó: %s<br><br>Ne felejtsd el néha megváltoztatni a jelszavadat.<br><br>Kérlek, ne válaszolj erre az e-mailre<br>br>______________________________<br>OGP Postázó");
  29. define('OGP_LANG_send', "A jelszavadat elküldtük! Kérlek, ellenőrizd az e-mailedet!");
  30. define('OGP_LANG_here', "Itt");
  31. define('OGP_LANG_to_login', "a belépéshez");
  32. define('OGP_LANG_errormail', "Az e-mail címed nem megfelelő.");
  33. define('OGP_LANG_submit', "Beküldés");
  34. define('OGP_LANG_click', "Kattints");
  35. define('OGP_LANG_mail_settings_missing', "A panel mail beállításai nem teljesek, ezért nem küldhető el a jelszavad. Lépj kapcsolatba az adminisztrátorral.");
  36. define('OGP_LANG_mail_failed', "Sikertelen e-mail küldés.");
  37. define('OGP_LANG_email', "E-mail");
  38. define('OGP_LANG_enter_email', "Kérlek, add meg az e-mail címed");
  39. define('OGP_LANG_webmaster', "Webmester");
  40. define('OGP_LANG_confirm_send', "Biztonsági okokból küldtünk neked egy megerősítő linket mielőtt törölnénk a régi jelszavadat.<br><b style='color:red;'>Kérlek, ellenőrizd a postaládádat.</b>");
  41. define('OGP_LANG_confirm_change_subject', "Jelszó törlés, megerősítő e-mail");
  42. define('OGP_LANG_confirm_change_password_message', "Helló,<br><br>Kérlek, kattints az alábbi linkre a jelszó visszaállításához:<br><br>%s<br><br>Jegyzet: ha nem te kérted a jelszavad visszaállítását, akkor figyelmen kívül hagyhatod ezt az e-mailt.<br><br>Kérlek, ne válaszolj erre az e-mailre!<br><br>______________________________<br>OGP Postázó");
  43. ?>