| | |
| | | $wb['pw_reset_mail_msg'] = 'Hasło do Twojego panelu w ISPConfig 3 zostało z resetowane. Twoje nowe hasło to: '; |
| | | $wb['pw_reset_mail_title'] = 'Hasło do paneli w ISPConfig 3 zostało z resetowane.'; |
| | | $wb['user_regex_error'] = 'Nazwa użytkownika zawiera niedozwolone znaki lub jest dłuższa niż 64 znaki.'; |
| | | $wb['pw_error_length'] = 'Dłogość hasła jest > 64 znaki.'; |
| | | $wb['error_user_password_empty'] = 'Username or Password empty.'; |
| | | $wb['error_user_password_incorrect'] = 'Username or Password wrong.'; |
| | | $wb['error_user_blocked'] = 'User is blocked.'; |
| | | $wb['error_user_too_many_logins'] = 'To many wrong logins, Please retry it after 15 minutes'; |
| | | $wb['username_txt'] = 'Username'; |
| | | $wb['password_txt'] = 'Password'; |
| | | $wb['login_button_txt'] = 'Login'; |
| | | $wb['pw_error_length'] = 'Długość hasła jest > 64 znaki.'; |
| | | $wb['error_user_password_empty'] = 'Pusta nazwa użytkownika lub hasło.'; |
| | | $wb['error_user_password_incorrect'] = 'Niepoprawna nazwa użytownika lub hasło.'; |
| | | $wb['error_user_blocked'] = 'Konto użytkownika zostało zablokowane.'; |
| | | $wb['error_user_too_many_logins'] = 'Zbyt dużo niepoprawnych logowań. Prosimy spróbować ponownie za 15 minut.'; |
| | | $wb['username_txt'] = 'Nazwa użytkownika'; |
| | | $wb['password_txt'] = 'Hasło'; |
| | | $wb['login_button_txt'] = 'Zaloguj'; |
| | | ?> |