Marius Burkard
2016-03-02 01c6f9032792898c22b718f100ec88e4d8155ecf
1
2
3
4
5
6
7
8
9
10
<?php
$wb['mailbox_password_txt'] = 'Password Casella di posta';
$wb['password_txt'] = 'Password';
$wb['password_strength_txt'] = 'Livello sicurezza Password';
$wb['email_txt'] = 'Email';
$wb['generate_password_txt'] = 'Genera Password';
$wb['repeat_password_txt'] = 'Ripeti Password';
$wb['password_mismatch_txt'] = 'Le password non coincidono.';
$wb['password_match_txt'] = 'Le password coincidono.';
?>