44 lines
No EOL
2.7 KiB
PHP
44 lines
No EOL
2.7 KiB
PHP
<?php
|
|
/*
|
|
*
|
|
* OGP - Open Game Panel
|
|
* Copyright (C) 2008 - 2018 The OGP Development Team
|
|
*
|
|
* http://www.opengamepanel.org/
|
|
*
|
|
* This program is free software; you can redistribute it and/or
|
|
* modify it under the terms of the GNU General Public License
|
|
* as published by the Free Software Foundation; either version 2
|
|
* of the License, or any later version.
|
|
*
|
|
* This program is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU General Public License for more details.
|
|
*
|
|
* You should have received a copy of the GNU General Public License
|
|
* along with this program; if not, write to the Free Software
|
|
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|
*
|
|
*/
|
|
|
|
define('OGP_LANG_recover', "Elfelejtett jelszó helyreállítása");
|
|
define('OGP_LANG_back', "Vissza");
|
|
define('OGP_LANG_incomplete', "Kérlek, menj vissza és tölts ki az összes mezőt az űrlapon.");
|
|
define('OGP_LANG_subject', "Jelszó kérés");
|
|
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ó");
|
|
define('OGP_LANG_send', "A jelszavadat elküldtük! Kérlek, ellenőrizd az e-mailedet!");
|
|
define('OGP_LANG_here', "Itt");
|
|
define('OGP_LANG_to_login', "a belépéshez");
|
|
define('OGP_LANG_errormail', "Az e-mail címed nem megfelelő.");
|
|
define('OGP_LANG_submit', "Beküldés");
|
|
define('OGP_LANG_click', "Kattints");
|
|
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.");
|
|
define('OGP_LANG_mail_failed', "Sikertelen e-mail küldés.");
|
|
define('OGP_LANG_email', "E-mail");
|
|
define('OGP_LANG_enter_email', "Kérlek, add meg az e-mail címed");
|
|
define('OGP_LANG_webmaster', "Webmester");
|
|
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>");
|
|
define('OGP_LANG_confirm_change_subject', "Jelszó törlés, megerősítő e-mail");
|
|
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ó");
|
|
?>
|