Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
commit | author | age
e94a9f 1 <?php
142907 2 $wb['btn_send_txt'] = 'Send email';
407003 3 $wb['btn_cancel_txt'] = 'Annulla';
142907 4 $wb['sender_txt'] = 'Sender email address';
T 5 $wb['subject_txt'] = 'Subject';
6 $wb['message_txt'] = 'Message';
7 $wb['form_legend_client_txt'] = 'Send email message to all clients.';
8 $wb['form_legend_admin_txt'] = 'Send email message to all clients and resellers.';
9 $wb['sender_invalid_error'] = 'Sender email invalid.';
407003 10 $wb['subject_invalid_error'] = 'Subject  vuoto.';
TB 11 $wb['message_invalid_error'] = 'Message  vuoto.';
142907 12 $wb['email_sent_to_txt'] = 'Email sent to:';
T 13 $wb['page_head_txt'] = 'Send customer information';
14 $wb['recipient_txt'] = 'Recipient';
15 $wb['all_clients_resellers_txt'] = 'All clients and resellers';
16 $wb['all_clients_txt'] = 'All clients';
17 $wb['variables_txt'] = 'Variables:';
dc9e64 18 $wb['gender_m_txt'] = 'Mr.';
TB 19 $wb['gender_f_txt'] = 'Ms.';
e94a9f 20 ?>