Till Brehm
2014-09-01 2066766a3e12ba9ae46f0534c715ec6a6dccbe3c
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