tbrehm
2009-11-30 b17b894728252a73a7c24f0ae7eddd2c3e6e2497
1
2
3
4
5
6
7
8
9
<?php
$wb['password_strength_0_txt'] = 'Príliš krátke';
$wb['password_strength_1_txt'] = 'Slabé';
$wb['password_strength_2_txt'] = 'Fér';
$wb['password_strength_3_txt'] = 'Dobré';
$wb['password_strength_4_txt'] = 'Silné';
$wb['password_strength_5_txt'] = 'Ve?mi silné';
?>