Till Brehm
2016-04-22 ebd0e986ed11f2a34fb58cdd33efbfab192083ad
commit | author | age
142907 1 <?php
bfcdef 2 $wb['mailbox_cc_txt'] = 'Poslat kopii na e-mailovou adresu';
T 3 $wb['cc_txt'] = 'Poslat kopii na e-mail';
4 $wb['email_txt'] = 'E-mail';
5 $wb['cc_error_isemail'] = 'Vyplněná e-mailová adresa neplatná';
6 $wb['email_is_cc_error'] = 'Vyplněná e-mailová adresa a poslat kopii na e-mail adresu, nemůžou být stejné.';
c64502 7 $wb['name_optional_txt'] = '(Volitelné)';
TB 8 $wb['cc_note_txt'] = '(Při přeposílání na více e-mailových adres, oddělte čárkami.)';
bfcdef 9 ?>
206676 10
1fbf0d 11