Marius Burkard
2016-04-19 b2cee83e8894e89fd3e0793c84fb92a8cf928613
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.';
?>