Panel/lang/Polish/modules/lostpwd.php
copilot-swe-agent[bot] 898018d204 Complete license header replacement with file purpose descriptions (675 files)
Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2025-09-05 22:46:27 +00:00

25 lines
No EOL
1.8 KiB
PHP

<?php
/*
* Language definitions for the lostpwd module (Polish localization)
*/
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ć!");
?>