Falko Timme
2014-04-30 b283f9c3b2d16e6c29eaf5240607f21c580ce8d2
1
2
3
4
5
6
7
8
<?php
$wb['password_strength_0_txt'] = 'Liian lyhyt';
$wb['password_strength_1_txt'] = 'Heikko';
$wb['password_strength_2_txt'] = 'Kohtuullinen';
$wb['password_strength_3_txt'] = 'Hyvä';
$wb['password_strength_4_txt'] = 'Vahva';
$wb['password_strength_5_txt'] = 'Erittäin vahva';
?>