Marius Cramer
2014-03-20 0832c839f8141f9f52ce3328db3da2607a394eae
1
2
3
4
5
6
7
8
9
<?php
$wb['mailbox_cc_txt'] = 'Poslat kopii na e-mailovou adresu';
$wb['cc_txt'] = 'Poslat kopii na e-mail';
$wb['email_txt'] = 'E-mail';
$wb['cc_error_isemail'] = 'Vyplněná e-mailová adresa neplatná';
$wb['email_is_cc_error'] = 'Vyplněná e-mailová adresa a poslat kopii na e-mail adresu, nemůžou být stejné.';
$wb['name_optional_txt'] = '(Volitelné)';
$wb['cc_note_txt'] = '(Při přeposílání na více e-mailových adres, oddělte čárkami.)';
?>