Florian Schaal
2015-05-07 bb690d44eb8cbfce446b5bf023cdc7bd47a53fdb
1
2
3
4
5
6
7
8
9
10
<?php
$wb['mailbox_password_txt'] = 'Hasło konta e-mail';
$wb['password_txt'] = 'Hasło';
$wb['password_strength_txt'] = 'Siła hasła';
$wb['email_txt'] = 'E-mail';
$wb['generate_password_txt'] = 'Generuj hasło';
$wb['repeat_password_txt'] = 'Powtórz hasło';
$wb['password_mismatch_txt'] = 'Błąd, hasła nie pasują';
$wb['password_match_txt'] = 'OK, hasła są jednakowe';
?>