Till Brehm
2015-12-03 1fbf0d38c82aaa4fe20ef7a7158cdcbac81e16ee
commit | author | age
e94a9f 1 <?php
10b4c8 2 $wb['btn_send_txt'] = 'Odeslat e-mail';
T 3 $wb['btn_cancel_txt'] = 'Zrušit';
4 $wb['sender_txt'] = 'E-mailová adresa odesílatele';
5 $wb['subject_txt'] = 'Předmět';
6 $wb['message_txt'] = 'Zpráva';
7 $wb['form_legend_client_txt'] = 'Poslat e-mailovou zprávu všem klientům.';
43b345 8 $wb['form_legend_admin_txt'] = 'Poslat e-mailovou zprávu všem klientům a distributorům (prodejcům).';
T 9 $wb['sender_invalid_error'] = 'E-mail odesílatele je neplatný.';
10b4c8 10 $wb['subject_invalid_error'] = 'Předmět je prázdný.';
43b345 11 $wb['message_invalid_error'] = 'Zpráva je prázdná.';
T 12 $wb['email_sent_to_txt'] = 'E-mail byl odeslán:';
13 $wb['page_head_txt'] = 'Poslat informace zákazníkovi (klientovi)';
14 $wb['recipient_txt'] = 'Příjemce (adresát)';
15 $wb['all_clients_resellers_txt'] = 'Všichni klienti a distributoři (prodejci)';
10b4c8 16 $wb['all_clients_txt'] = 'Všichni klienti';
43b345 17 $wb['variables_txt'] = 'Výběr (možnosti):';
c64502 18 $wb['gender_m_txt'] = 'Pan';
TB 19 $wb['gender_f_txt'] = 'Paní';
e94a9f 20 ?>
206676 21
1fbf0d 22