Till Brehm
2015-12-03 1fbf0d38c82aaa4fe20ef7a7158cdcbac81e16ee
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