Skip to content
Snippets Groups Projects
Emails.php 2.66 KiB
Newer Older
Prasad's avatar
Prasad committed
<?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.
 *  Author       : Francisco Hernandez Odin Consultores S de RL de CV
 *  Author       : www.odin.mx
 *  Author       : Proudly, the best Vtiger's Partner in Mexico
 ************************************************************************************/
$languageStrings = array(
	'SINGLE_Emails'                => 'Correo'                       , 
	'Emails'                       => 'Correos'                      , 
	'LBL_SELECT_EMAIL_IDS'         => 'Seleccionar dirección de correo', 
	'LBL_SUBJECT'                  => 'Asunto:'                     , 
	'LBL_ATTACHMENT'               => 'Adjunto'                     , 
	'LBL_BROWSE_CRM'               => 'Navegar por el CRM'          , 
	'LBL_SEND'                     => 'Enviar'                      , 
	'LBL_SAVE_AS_DRAFT'            => 'Guardar como borrador'       , 
	'LBL_GO_TO_PREVIEW'            => 'Vista preliminar'               , 
	'LBL_SELECT_EMAIL_TEMPLATE'    => 'Seleccione Plantilla de Correo', 
	'LBL_COMPOSE_EMAIL'            => 'Redactar Correo'             , 
	'LBL_TO'                       => 'A:'                          , 
	'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'                    , 
	'LBL_FORWARD'                  => 'Reenviar'                    , 
	'LBL_PRINT'                    => 'Imprimir'                    , 
	'LBL_DESCRIPTION'              => 'Descripción'                 , 
	'LBL_FROM'                     => 'De:'                         , 
	'LBL_INFO'                     => 'Información'                 , 
	'LBL_DRAFTED_ON'               => 'Redactado en'                , 
	'LBL_SENT_ON'                  => 'Enviado en'                  , 
	'LBL_OWNER'                    => 'Propietario'                 , 
	'Date & Time Sent'             => 'Fecha de envío'              , 
    'Time Start'                   => 'Hora de envío'               ,
    'LBL_EMAIL_INFORMATION' => 'Información de correo electrónico'  ,
);