Florian Schaal
2016-03-22 5ca959fa688255a8de61f89fe2751eb4d24a6912
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.';
?>