| | |
| | | <?php |
| | | $wb["btn_send_txt"] = 'Send email'; |
| | | $wb["btn_cancel_txt"] = 'Cancel'; |
| | | $wb["sender_txt"] = 'Sender email address'; |
| | | $wb["subject_txt"] = 'Subject'; |
| | | $wb["message_txt"] = 'Message'; |
| | | $wb["form_legend_client_txt"] = 'Send email message to all clients.'; |
| | | $wb["form_legend_admin_txt"] = 'Send email message to all clients and resellers.'; |
| | | $wb["sender_invalid_error"] = 'Sender email invalid.'; |
| | | $wb["subject_invalid_error"] = 'Subject is empty.'; |
| | | $wb["message_invalid_error"] = 'Message is empty.'; |
| | | $wb["email_sent_to_txt"] = 'Email sent to:'; |
| | | $wb['btn_send_txt'] = 'Odeslat e-mail'; |
| | | $wb['btn_cancel_txt'] = 'Zrušit'; |
| | | $wb['sender_txt'] = 'E-mailová adresa odesílatele'; |
| | | $wb['subject_txt'] = 'Předmět'; |
| | | $wb['message_txt'] = 'Zpráva'; |
| | | $wb['form_legend_client_txt'] = 'Poslat e-mailovou zprávu všem klientům.'; |
| | | $wb['form_legend_admin_txt'] = 'Poslat e-mailovou zprávu všem klientům a distributorům (prodejcům).'; |
| | | $wb['sender_invalid_error'] = 'E-mail odesílatele je neplatný.'; |
| | | $wb['subject_invalid_error'] = 'Předmět je prázdný.'; |
| | | $wb['message_invalid_error'] = 'Zpráva je prázdná.'; |
| | | $wb['email_sent_to_txt'] = 'E-mail byl odeslán:'; |
| | | $wb['page_head_txt'] = 'Poslat informace zákazníkovi (klientovi)'; |
| | | $wb['recipient_txt'] = 'Příjemce (adresát)'; |
| | | $wb['all_clients_resellers_txt'] = 'Všichni klienti a distributoři (prodejci)'; |
| | | $wb['all_clients_txt'] = 'Všichni klienti'; |
| | | $wb['variables_txt'] = 'Výběr (možnosti):'; |
| | | $wb['gender_m_txt'] = 'Pan'; |
| | | $wb['gender_f_txt'] = 'Paní'; |
| | | ?> |
| | | |