Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
commit | author | age
e5f91f 1 <?php
T 2 $wb['email_txt'] = 'Email';
3 $wb['destination_txt'] = 'Destination';
4 $wb['active_txt'] = 'Active';
5 $wb['email_error_isemail'] = 'Email address is invalid.';
6 $wb['email_error_unique'] = 'Duplicate Emailaddress.';
7 $wb['no_domain_perm'] = 'You have no permission for this domain.';
8 $wb['destination_error_isemail'] = 'Destination Emailaddress is invalid.';
9 $wb['limit_mailalias_txt'] = 'The max. number of email aliases for your account is reached.';
10 $wb['duplicate_mailbox_txt'] = 'There is already a mailbox with this email address';
d7be27 11 $wb['domain_txt'] = 'Domain';
02bf99 12 $wb['duplicate_email_alias_txt'] = 'This email alias does already exist.';
142907 13 $wb['source_txt'] = 'Alias';
f665ce 14 $wb['greylisting_txt'] = 'Enable greylisting';
407003 15 $wb['send_as_txt'] = 'Send as';
TB 16 $wb['send_as_exp'] = 'Allow target to send mail using this alias as origin';
e5f91f 17 ?>