Files
crm.clientright.ru/languages/pt_br/Emails.php

53 lines
2.2 KiB
PHP
Raw Normal View History

<?php
/*+***********************************************************************************
* The contents of this file are subject to the vtiger CRM Public License Version 1.0
* ("License"); You may not use this file except in compliance with the License
* The Original Code is: vtiger CRM Open Source
* The Initial Developer of the Original Code is vtiger.
* Portions created by vtiger are Copyright (C) vtiger.
* All Rights Reserved. Valmir C. Trindade - Brazilian Portuguese Translation - www.ttcasolucoes.com.br
*************************************************************************************/
$languageStrings = array(
'SINGLE_Emails' => 'Email',
'Emails' => 'Emails',
'LBL_SELECT_EMAIL_IDS' => 'Selecionar Endereço Email',
'LBL_SUBJECT' => 'Assunto',
'LBL_ATTACHMENT' => 'Anexo',
'LBL_BROWSE_CRM' => 'Buscar no CRM',
'LBL_SEND' => 'Enviar',
'LBL_SAVE_AS_DRAFT' => 'Salvar como Rascunho',
'LBL_GO_TO_PREVIEW' => 'Ir para Visualização',
'LBL_SELECT_EMAIL_TEMPLATE' => 'Selecionar Modelo Email',
'LBL_COMPOSE_EMAIL' => 'Novo Email',
'LBL_TO' => 'Para',
'LBL_CC' => 'Cc',
'LBL_BCC' => 'Bcc',
'LBL_ADD_CC' => 'Adicionar Cc',
'LBL_ADD_BCC' => 'Adicionar Bcc',
'LBL_MAX_UPLOAD_SIZE' => 'Tamanho máximo transferência é',
'LBL_EXCEEDED' => 'Excedido',
'LBL_EMAILTEMPLATE_WARNING' => 'Suas tags de mesclagem estão corretas?',
'LBL_EMAILTEMPLATE_WARNING_CONTENT' => 'Por favor, certifique-se de que o modelo selecionado foi mesclado corretamente ao registro do destinatário.
Se você estiver enviando um e-mail para Lead, mas as tags de mesclagem pertencem ao módulo de Contato (ex: $contacts-lastname$), os valores não serão mesclados.',
//Button Names translation
'LBL_FORWARD' => 'Encaminhar',
'LBL_PRINT' => 'Imprimir',
'LBL_DESCRIPTION' => 'Descrição',
'LBL_FROM' => 'De',
'LBL_INFO' => 'Info',
'LBL_DRAFTED_ON' => 'Redigido em',
'LBL_SENT_ON' => 'Enviar em',
'LBL_OWNER' => 'Proprietário',
'Date & Time Sent' => 'Data Envio',
'Time Start' => 'Hora Envio',
'LBL_EMAIL_INFORMATION' => 'Informação Email',
'Draft' => 'Rascunho',
'Parent ID' => 'Registro Pai',
);
$jsLanguageStrings = array(
'JS_WARNING' => 'Atenção',
);