Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
commit | author | age
1ca823 1 <?php
T 2 $wb['email_txt'] = 'E-mail';
cc6568 3 $wb['destination_txt'] = 'E-mail docelowy';
1ca823 4 $wb['active_txt'] = 'Aktywny';
T 5 $wb['limit_mailforward_txt'] = 'Maksymalna ilość przekierowań e-mail dla Twojego konta została przekroczona.';
6 $wb['duplicate_mailbox_txt'] = 'Istnieje już skrzynka pocztowa o podanym adresie e-mail';
cc6568 7 $wb['domain_txt'] = 'Domena';
H 8 $wb['source_txt'] = 'E-mail źródłowy';
f665ce 9 $wb['greylisting_txt'] = 'Enable greylisting';
407003 10 $wb['email_error_isemail'] = 'Please enter a valid email address.';
TB 11 $wb['send_as_txt'] = 'Send as';
12 $wb['send_as_exp'] = 'Allow target to send mail using this address as origin (if target is internal)';
1ca823 13 ?>