Skip to content
Snippets Groups Projects
Emails.php 3.42 KiB
Newer Older
Prasad's avatar
Prasad committed
<?php
Prasad's avatar
Prasad committed
/*+**********************************************************************************
Prasad's avatar
Prasad committed
 * 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.
 ************************************************************************************/
$languageStrings = array(
Prasad's avatar
Prasad committed
	'SINGLE_Emails'                => 'Email'                       , // TODO: Review
	'Emails'                       => 'Emails'                      , // TODO: Review
	'LBL_SELECT_EMAIL_IDS'         => 'Seleccionar dirección de Email', 
Prasad's avatar
Prasad committed
	'LBL_SUBJECT'                  => 'Asunto:'                     , 
	'LBL_ATTACHMENT'               => 'Adjunto'                     , 
	'LBL_BROWSE_CRM'               => 'Navegar por el CRM'          , 
	'LBL_SEND'                     => 'Enviar'                      , 
	'LBL_SAVE_AS_DRAFT'            => 'Guardar como borrador'       , 
Prasad's avatar
Prasad committed
	'LBL_GO_TO_PREVIEW'            => 'Go to Preview'               , // TODO: Review
	'LBL_SELECT_EMAIL_TEMPLATE'    => 'Seleccione Plantilla de Email', 
Prasad's avatar
Prasad committed
	'LBL_COMPOSE_EMAIL'            => 'Redactar Correo'             , 
Prasad's avatar
Prasad committed
	'LBL_TO'                       => 'To'                          , // TODO: Review
Prasad's avatar
Prasad committed
	'LBL_CC'                       => 'Cc: '                        , 
	'LBL_BCC'                      => 'Cco: '                       , 
	'LBL_ADD_CC'                   => 'Agregar Cc'                  , 
	'LBL_ADD_BCC'                  => 'Agregar Bcc'                 , 
	'LBL_MAX_UPLOAD_SIZE'          => 'Tamaño máximo de archivo aceptado es', 
	'LBL_EXCEEDED'                 => 'Excedido'                    , 
Prasad's avatar
Prasad committed
	'LBL_FORWARD'                  => 'Forward'                     , // TODO: Review
	'LBL_PRINT'                    => 'Print'                       , // TODO: Review
	'LBL_DESCRIPTION'              => 'Description'                 , // TODO: Review
	'LBL_FROM'                     => 'From'                        , // TODO: Review
	'LBL_INFO'                     => 'Info'                        , // TODO: Review
	'LBL_DRAFTED_ON'               => 'Drafted on'                  , // TODO: Review
	'LBL_SENT_ON'                  => 'Sent on'                     , // TODO: Review
	'LBL_OWNER'                    => 'Owner'                       , // TODO: Review
	'Date & Time Sent'             => 'Date Sent'                   , // TODO: Review
    'Time Start'                   => 'Time Sent'                   ,
    'LBL_EMAIL_INFORMATION' => 'Información de correo electrónico',
    'LBL_EMAILTEMPLATE_WARNING'    => '¿Sus etiquetas de combinación corregir',
    'LBL_EMAILTEMPLATE_WARNING_CONTENT' => 'Por favor, asegúrese de que la plantilla que ha seleccionado tiene fusionar las etiquetas pertinentes para el registro del destinatario. 
                                            Si va a enviar un correo electrónico a plomo, pero los de combinación-tags pertenece al módulo de contacto (por ejemplo: $contacts-lastname$), 
                                            entonces no se fusionarán los valores.',
	'Draft' => 'Borrador',
    'Parent ID' => 'Registro de Padres',
);

$jsLanguageStrings = array(
    'JS_WARNING' => 'advertencia',
Prasad's avatar
Prasad committed
);