| | |
| | | $wb['password_txt'] = 'Hasło'; |
| | | $wb['active_txt'] = 'Aktywny'; |
| | | $wb['folder_error_empty'] = 'Nie wybrano katalogu.'; |
| | | $wb['password_strength_txt'] = 'Password strength'; |
| | | $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['password_strength_txt'] = 'Siła hasła'; |
| | | $wb['generate_password_txt'] = 'Generuj hasło'; |
| | | $wb['repeat_password_txt'] = 'Powtórz hasło'; |
| | | $wb['password_mismatch_txt'] = 'Hasła nie pasują do siebie'; |
| | | $wb['password_match_txt'] = 'Hasła pasują'; |
| | | ?> |
| | | |