Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
commit | author | age
24a2f0 1 <?php
407003 2 $wb['domain_txt'] = 'Dominio';
TB 3 $wb['destination_txt'] = 'Destinazione';
4 $wb['active_txt'] = 'Attivo';
97b472 5 $wb['domain_error_unique'] = 'There is already a Catchall record for this domain.';
407003 6 $wb['no_domain_perm'] = 'Non hai i diritti per  this domain.';
TB 7 $wb['domain_error_regex'] = 'Invalid domain name od domain contiene caratteri non validi.';
8 $wb['limit_mailcatchall_txt'] = 'The max. number of email catchall accounts raggiunto per il tuo account.';
142907 9 $wb['source_txt'] = 'Source';
T 10 $wb['destination_error_isemail'] = 'Destination is no valid email address.';
97b472 11 ?>