Jesse Norell
2015-07-20 c067e5e1bf8d2d9947df4c23dbac235ad2f63c87
1
2
3
4
5
6
7
8
<?php
$wb['password_strength_0_txt'] = 'För kort';
$wb['password_strength_1_txt'] = 'Svagt';
$wb['password_strength_2_txt'] = 'Sådär';
$wb['password_strength_3_txt'] = 'Bra';
$wb['password_strength_4_txt'] = 'Starkt';
$wb['password_strength_5_txt'] = 'Mycket starkt';
?>