Marius Burkard
2016-05-04 c3189ce6c7301c3ec17878fd3918f31d0d3cb18a
commit | author | age
0d9599 1 <?php
10b4c8 2 $wb['email_txt'] = 'E-mail';
992797 3 $wb['destination_txt'] = 'Cílový e-mail';
0d9599 4 $wb['active_txt'] = 'Aktivní';
43b345 5 $wb['limit_mailforward_txt'] = 'Dosažen maximální počet email předávání pro Váš účet.';
T 6 $wb['duplicate_mailbox_txt'] = 'Mailbox s touto adresou již existuje';
1985cb 7 $wb['domain_txt'] = 'Doména';
10b4c8 8 $wb['source_txt'] = 'Zdrojový e-mail';
b3e3f8 9 $wb['email_error_isemail'] = 'Zadejte prosím platnou e-mailovou adresu.';
TB 10 $wb['send_as_txt'] = 'Odeslat jako';
407003 11 $wb['send_as_exp'] = 'Allow target to send mail using this address as origin (if target is internal)';
b3e3f8 12 $wb['greylisting_txt'] = 'Povolit greylisting';
0d9599 13 ?>