Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
commit | author | age
1ca823 1 <?php
T 2 $wb['email_txt'] = 'E-mail';
3 $wb['destination_txt'] = 'Opis';
4 $wb['active_txt'] = 'Aktywny';
5 $wb['email_error_isemail'] = 'Adres e-mail jest niepoprawny.';
6 $wb['email_error_unique'] = 'Duplikat adresów e-mail.';
7 $wb['no_domain_perm'] = 'Nie masz dostępu do tej domeny.';
8 $wb['destination_error_isemail'] = 'Element docelowy adresów e-mail jest niepoprawny.';
9 $wb['limit_mailalias_txt'] = 'Maksymalna ilość aliasów e-mail dla Twojego konta została przekroczona.';
10 $wb['duplicate_mailbox_txt'] = 'Istnieje już skrzynka pocztowa z e-mailem o takiej nazwie.';
6882ab 11 $wb['domain_txt'] = 'Domena';
cc6568 12 $wb['duplicate_email_alias_txt'] = 'Istnieje już taki alias email.';
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';
1ca823 17 ?>