Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
commit | author | age
2d870d 1 <?php
40dd9f 2 $wb['source_txt'] = 'Source';
407003 3 $wb['destination_txt'] = 'Destinazione';
TB 4 $wb['active_txt'] = 'Attivo';
5 $wb['no_domain_perm'] = 'Non hai i diritti per  this domain.';
6 $wb['limit_mailaliasdomain_txt'] = 'The max. number of email alias domains raggiunto per il tuo account.';
40dd9f 7 $wb['source_destination_identical_txt'] = 'Source and target Domain are the same.';
407003 8 $wb['source_error_empty'] = 'Source Domain  vuoto.';
40dd9f 9 $wb['source_error_unique'] = 'Duplicate source Domain.';
T 10 $wb['source_error_regex'] = 'Invalid source domain name.';
11 ?>