-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbr_client_message.lng
More file actions
20 lines (20 loc) · 862 Bytes
/
br_client_message.lng
File metadata and controls
20 lines (20 loc) · 862 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?php
$wb['page_head_txt'] = 'Enviar informações do cliente';
$wb['btn_send_txt'] = 'Enviar e-mail';
$wb['btn_cancel_txt'] = 'Cancelar';
$wb['sender_txt'] = 'e-Mail do remetente';
$wb['subject_txt'] = 'Assunto';
$wb['message_txt'] = 'Mensagem';
$wb['form_legend_client_txt'] = 'Enviar e-mail para clientes.';
$wb['form_legend_admin_txt'] = 'Enviar e-mail para clientes e revendas.';
$wb['sender_invalid_error'] = 'Remetente inválido.';
$wb['subject_invalid_error'] = 'Assunto está em branco.';
$wb['message_invalid_error'] = 'Mensagem está em branco.';
$wb['email_sent_to_txt'] = 'e-Mail enviado para:';
$wb['recipient_txt'] = 'Destinatário';
$wb['all_clients_resellers_txt'] = 'Todos os clientes e revendas';
$wb['all_clients_txt'] = 'Todos os clientes';
$wb['variables_txt'] = 'Variáveis:';
$wb['gender_m_txt'] = 'Sr.';
$wb['gender_f_txt'] = 'Sra.';
?>