| 1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- <?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', "Odzyskiwanie zapomnianego hasła");
- define('OGP_LANG_back', "Wróć");
- define('OGP_LANG_incomplete', "Proszę wrócić i wypełnić wszystkie pola w formularzu.");
- define('OGP_LANG_subject', "Przypomnij hasło");
- define('OGP_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('OGP_LANG_send', "Twoje hasło zostało wysłane! Sprawdź swoją pocztę!");
- define('OGP_LANG_here', "Tutaj");
- define('OGP_LANG_to_login', "by powrócić");
- define('OGP_LANG_errormail', "Twój e-mail jest niepoprawny.");
- define('OGP_LANG_submit', "Wyślij");
- define('OGP_LANG_click', "Kliknij");
- define('OGP_LANG_mail_settings_missing', "Ustawienia poczty nie są kompletne, więc nie można wysyłać hasła. Skontaktuj się z OGP administratorem.");
- define('OGP_LANG_mail_failed', "Błędny adres e-mail.");
- define('OGP_LANG_email', "Adres e-mail");
- define('OGP_LANG_enter_email', "Wpisz swój adres e-mail");
- define('OGP_LANG_webmaster', "Webmaster");
- define('OGP_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('OGP_LANG_confirm_change_subject', "Potwierdzenie zmiany hasła");
- define('OGP_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ć!");
- ?>
|