Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
commit | author | age
965795 1 <?php
T 2 $wb["email_txt"] = 'Email';
3 $wb["destination_txt"] = 'Destination Email';
4 $wb["active_txt"] = 'Active';
5 $wb["limit_mailforward_txt"] = 'The max. number of email forwarders for your account is reached.';
89623d 6 $wb["duplicate_mailbox_txt"] = 'There is already a mailbox with this email address';
1985cb 7 $wb['domain_txt'] = 'Domain';
59118c 8 $wb["source_txt"] = 'Source Email';
a20782 9 $wb['email_error_isemail'] = 'Please enter a valid email address.';
779976 10 $wb['send_as_txt'] = 'Send as';
AT 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';
1985cb 13 ?>