Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
commit | author | age
24a2f0 1 <?php
97b472 2 $wb['email_txt'] = 'Email';
407003 3 $wb['destination_txt'] = 'Destinazione Email';
TB 4 $wb['active_txt'] = 'Attivo';
5 $wb['limit_mailforward_txt'] = 'Raggiunto il numero massimo di forwarders per il tuo account.';
6 $wb['duplicate_mailbox_txt'] = 'Esiste giĆ  una casella email per questo indirizzo';
7 $wb['domain_txt'] = 'Dominio';
142907 8 $wb['source_txt'] = 'Source Email';
407003 9 $wb['email_error_isemail'] = 'Please enter a valid email address.';
TB 10 $wb['send_as_txt'] = 'Send as';
11 $wb['send_as_exp'] = 'Allow target to send mail using this address as origin (if target is internal)';
f665ce 12 $wb['greylisting_txt'] = 'Enable greylisting';
97b472 13 ?>