Agent-Logs-Url: https://github.com/GameServerPanel/GSP/sessions/9909a053-0a66-4453-a844-d3b80d727b27 Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
44 lines
No EOL
2.5 KiB
PHP
44 lines
No EOL
2.5 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('LANG_recover', "Odzyskiwanie zapomnianego hasła");
|
|
define('LANG_back', "Wróć");
|
|
define('LANG_incomplete', "Proszę wrócić i wypełnić wszystkie pola w formularzu.");
|
|
define('LANG_subject', "Przypomnij hasło");
|
|
define('LANG_password_message', "Witaj,<br>Twoje hasło zostało pomyślnie zresetowane!<br>Nowe dane do logowania na stronie:<br><br>Nowe hasło: %s<br>Po zalogowaniu możesz zmienić hasło<br><br>Dzięki!<br>Site Admin<br><br>To jest automatyczna odpowiedź, proszę nie odpowiadać!");
|
|
define('LANG_send', "Twoje hasło zostało wysłane! Sprawdź swoją pocztę!");
|
|
define('LANG_here', "Tutaj");
|
|
define('LANG_to_login', "by powrócić");
|
|
define('LANG_errormail', "Twój e-mail jest niepoprawny.");
|
|
define('LANG_submit', "Wyślij");
|
|
define('LANG_click', "Kliknij");
|
|
define('LANG_mail_settings_missing', "Ustawienia poczty nie są kompletne, więc nie można wysyłać hasła. Skontaktuj się z OGP administratorem.");
|
|
define('LANG_mail_failed', "Błędny adres e-mail.");
|
|
define('LANG_email', "Adres e-mail");
|
|
define('LANG_enter_email', "Wpisz swój adres e-mail");
|
|
define('LANG_webmaster', "Webmaster");
|
|
define('LANG_confirm_send', "Ze względów bezpieczeństwa wysłaliśmy ci link potwierdzający chęć resetowania hasła.<br><b style='color:red;'>Proszę sprawdzić swoje wiadomości.</b>");
|
|
define('LANG_confirm_change_subject', "Potwierdzenie zmiany hasła");
|
|
define('LANG_confirm_change_password_message', "Witaj,<br>Aby dokończyć proces odzyskiwania hasła. Kliknij na poniższy adres URL:<br><br>%s , a zostanie wygenerowane i wysłane twoje nowe hasło do konta.<br><br>Dziękujemy!<br>Administrator.<br><br>Jest to automatyczny komunikat, proszę nie odpowiadać!");
|
|
?>
|