Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
commit | author | age
d7be27 1 <?php
522ef8 2 $wb['limit_mailmailinglist_txt'] = 'Limit reached';
407003 3 $wb['domain_error_empty'] = 'Domain  vuoto.';
TB 4 $wb['listname_error_empty'] = 'Listname  vuoto.';
522ef8 5 $wb['domain_error_regex'] = 'Invalid domain name.';
T 6 $wb['email_in_use_txt'] = 'Email is in use';
407003 7 $wb['no_domain_perm'] = 'Non hai i diritti per  this domain.';
TB 8 $wb['password_strength_txt'] = 'Livello sicurezza Password';
522ef8 9 $wb['server_id_txt'] = 'Server';
407003 10 $wb['domain_txt'] = 'Dominio';
522ef8 11 $wb['listname_txt'] = 'Listname';
407003 12 $wb['client_txt'] = 'Cliente';
522ef8 13 $wb['email_txt'] = 'Email';
T 14 $wb['password_txt'] = 'Password';
407003 15 $wb['generate_password_txt'] = 'Genera Password';
TB 16 $wb['repeat_password_txt'] = 'Ripeti Password';
17 $wb['password_mismatch_txt'] = 'Le password non coincidono.';
18 $wb['password_match_txt'] = 'Le password coincidono.';
10b4c8 19 $wb['listname_error_unique'] = 'There is already a mailinlist with name on the server. Please choose a different listname.';
T 20 $wb['email_error_isemail'] = 'Email address is invalid.';
526b99 21 $wb['mailinglist_txt'] = 'Mailing list';
522ef8 22 ?>