45 lines
No EOL
3 KiB
PHP
45 lines
No EOL
3 KiB
PHP
<?php
|
|
/*
|
|
* Language definitions for the subusers module (Polish localization)
|
|
*/
|
|
|
|
define('OGP_LANG_login_name', "Nazwa użytkownika");
|
|
define('OGP_LANG_first_name', "Imię");
|
|
define('OGP_LANG_last_name', "Nazwisko");
|
|
define('OGP_LANG_phone_number', "Numer telefonu");
|
|
define('OGP_LANG_email_address', "Adres email");
|
|
define('OGP_LANG_register_a_new_user', "Rejestracja nowego użytkownika");
|
|
define('OGP_LANG_password_mismatch', "Hasła nie są identyczne.");
|
|
define('OGP_LANG_confirm_password', "Potwierdź hasło");
|
|
define('OGP_LANG_subuser_password', "Hasło subusera");
|
|
define('OGP_LANG_subuser_man', "Zarządzanie Sub-Userem");
|
|
define('OGP_LANG_successfull', "Powodzenie");
|
|
define('OGP_LANG_click_here', "Kliknij tutaj");
|
|
define('OGP_LANG_to_login', "aby się zalogować.");
|
|
define('OGP_LANG_registered_on', "Zarejestrowany w dniu :: %s");
|
|
define('OGP_LANG_register_message', "Witaj,<br>Twoje konto zostało utworzone.<br><br>Użytkownik: %s<br>Hasło: %s<br><br>Możesz zmienić swoje hasło z konta.<br>Dziękuję!<br>Administratora.<br>Ten e-mail został utworzony automatycznie, Proszę, nie odpowiadać na email!");
|
|
define('OGP_LANG_err_password', "Pole hasło nie może być puste");
|
|
define('OGP_LANG_err_confirm_password', "Pole Potwierdź hasło nie może być puste");
|
|
define('OGP_LANG_err_password_mismatch', "Hasła nie są identyczne");
|
|
define('OGP_LANG_err_captcha', "Nieprawidłowe kod Captcha.");
|
|
define('OGP_LANG_err_login_name', "Nazwa użytkownika jest pusta lub w użyciu.");
|
|
define('OGP_LANG_err_first_name', "Podaj swoje imię.");
|
|
define('OGP_LANG_err_last_name', "Pole nazwisko jest puste.");
|
|
define('OGP_LANG_err_phone_number', "Pole numer telefonu jest puste.");
|
|
define('OGP_LANG_err_email_address', "Adres e-mail jest puste lub nieprawidłowe.");
|
|
define('OGP_LANG_err_users_parent', "Konto Subuser nie może tworzyć innych użytkowników.");
|
|
define('OGP_LANG_err_parent_user', "ID użytkownika nadrzędnego musi odwoływać się do AKTYWNEGO użytkownika istniejącego.");
|
|
define('OGP_LANG_err_email_address_already_in_use_by', "Adres e-mail jest już w użyciu przez użytkownika <b>%s</b>.");
|
|
define('OGP_LANG_user_registration', "Rejestracja Użytkownika");
|
|
define('OGP_LANG_your_account_details_has_been_sent_by_email_to', "Dane konta zostały wysłane pocztą do <b>%s</b>.");
|
|
define('OGP_LANG_subject', "Hello %s, welcome to %s!");
|
|
define('OGP_LANG_sub_user', "Pod-użytkownicy");
|
|
define('OGP_LANG_create_sub_user', "Dodaj SubUser");
|
|
define('OGP_LANG_listdel_sub_user', "Lista lub Usuń Sub User");
|
|
define('OGP_LANG_delete_sub_user', "Usuń Sub User");
|
|
define('OGP_LANG_del_subuser_conf', "Czy na pewno chcesz usunąć to konto:");
|
|
define('OGP_LANG_no_subusers', "Brak subuser aby być przypisany do grupie. Proszę utworzyć konta subuser.");
|
|
define('OGP_LANG_subuser_deleted', "Sub-User %s został usunięty z bazy danych!");
|
|
define('OGP_LANG_subuser_added', "Sub-User %s został utworzony i dodano do bazy!");
|
|
define('OGP_LANG_your_subusers', "Właściciel Kont Sub-Użytkownika ");
|
|
?>
|