| | |
| | | <?php |
| | | $wb['passwort_txt'] = 'Hasło'; |
| | | $wb['password_txt'] = 'Hasło'; |
| | | $wb['password_strength_txt'] = 'Siła hasła'; |
| | | $wb['language_txt'] = 'Język'; |
| | | $wb['password_mismatch'] = 'Hasła nie pasują do siebie.'; |
| | | $wb['Form to edit the user password and language.'] = 'Formularz do edycji języka i hasła użytkownika.'; |
| | | $wb['Settings'] = 'Ustawienia'; |
| | | $wb['generate_password_txt'] = 'Generate Password'; |
| | | $wb['repeat_password_txt'] = 'Repeat Password'; |
| | | $wb['password_mismatch_txt'] = 'The passwords do not match.'; |
| | | $wb['password_match_txt'] = 'The passwords do match.'; |
| | | $wb['generate_password_txt'] = 'Wygeneruj hasło'; |
| | | $wb['repeat_password_txt'] = 'Powtórz hasło'; |
| | | $wb['password_mismatch_txt'] = 'Hasła się nie zgadzają'; |
| | | $wb['password_match_txt'] = 'Hasła się zgadzają'; |
| | | ?> |