Marius Burkard
2016-01-26 ab3c7dfb89aee966d336c2d68d0220d5a1b7893e
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';
?>