File: /home/nexper/public_html/crm/modules/MailMerge/language/es_es.lang.php
<?php
if(!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point');
/*********************************************************************************
* SugarCRM Community Edition is a customer relationship management program developed by
* SugarCRM, Inc. Copyright (C) 2004-2013 SugarCRM Inc.
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU Affero General Public License version 3 as published by the
* Free Software Foundation with the addition of the following permission added
* to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
* IN WHICH THE COPYRIGHT IS OWNED BY SUGARCRM, SUGARCRM DISCLAIMS THE WARRANTY
* OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
*
* This program is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
* FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
* details.
*
* You should have received a copy of the GNU Affero General Public License along with
* this program; if not, see http://www.gnu.org/licenses or write to the Free
* Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
* 02110-1301 USA.
*
* You can contact SugarCRM, Inc. headquarters at 10050 North Wolfe Road,
* SW2-130, Cupertino, CA 95014, USA. or at email address contact@sugarcrm.com.
*
* The interactive user interfaces in modified source and object code versions
* of this program must display Appropriate Legal Notices, as required under
* Section 5 of the GNU Affero General Public License version 3.
*
* In accordance with Section 7(b) of the GNU Affero General Public License version 3,
* these Appropriate Legal Notices must retain the display of the "Powered by
* SugarCRM" logo. If the display of the logo is not reasonably feasible for
* technical reasons, the Appropriate Legal Notices must display the words
* "Powered by SugarCRM".
********************************************************************************/
/*********************************************************************************
* Description: Defines the Spanish language pack for the base application.
* Portions created by REDK Ingeniería del Software S.L..
* All Rights Reserved.
* Contributor(s): REDK Software Engineering (www.redk.net)
********************************************************************************/
$mod_strings = array (
'LBL_STEP_1' => 'Paso 1: Seleccione módulo y plantilla',
'LBL_MAILMERGE_MODULE' => 'Seleccione Módulo:',
'LBL_MAILMERGE_SELECTED_MODULE' => 'Módulo Seleccionado:',
'LBL_MAILMERGE_TEMPLATES' => 'Seleccione plantilla:',
'LBL_STEP_2' => 'Paso 2: Seleccione objetos a combinar',
'LBL_MAILMERGE_OBJECTS' => 'Seleccione objetos:',
'LBL_STEP_3' => 'Establezca asociación de contactos',
'LBL_STEP_4' => 'Revise y complete',
'LBL_SELECTED_MODULE' => 'Módulo Seleccionado:',
'LBL_SELECTED_TEMPLATE' => 'Plantilla Seleccionada:',
'LBL_SELECTED_ITEMS' => 'Elementos Seleccionados:',
'LBL_STEP_5' => 'Combinación de correspondencia completada',
'LBL_MERGED_FILE' => 'Archivo Combinado:',
'LNK_NEW_MAILMERGE' => 'Iniciar combinación de correspondencia',
'LNK_UPLOAD_TEMPLATE' => 'Subir plantilla',
'LBL_DOC_NAME' => 'Nombre de Documento:',
'LBL_FILENAME' => 'Nombre de Archivo:',
'LBL_DOC_VERSION' => 'Revisión:',
'LBL_DOC_DESCRIPTION' => 'Descripción:',
'LBL_LIST_NAME' => 'Nombre',
'LBL_LIST_RELATIONSHIP' => 'Establecer Relación de Contactos',
'LBL_FINISH' => 'Iniciar Combinación',
'LBL_NEXT' => 'Siguiente >',
'LBL_BACK' => '< Anterior',
'LBL_START' => 'Haga Clic Aquí para Continuar',
'LBL_TEMPLATE_NOTICE' => 'Las plantillas son documentos de Microsoft Word que contienen campos de combinación de correspondencia que han sido subidos y almacenados en el módulo de Documentos.',
'LBL_CONTAINS_CONTACT_INFO' => 'La plantilla seleccionada contiene la siguiente información relacionada',
'LBL_ADDIN_NOTICE' => 'Requiere la instalación del complemento Sugar Mail Merge en Microsoft Word.',
'LBL_BROWSER_NOTICE' => 'Debe utilizar IE 6.0 o superior para realizar la combinación actual.',
'LBL_REMOVE' => 'Quitar registro(s)',
'LBL_ADD' => 'Agregar registro(s)',
'LBL_BROWSER_REQUIREMENT' => 'This requires IE 6.0 or greater for Windows.',
'LBL_FORM_SELECT_TEMPLATE' => 'Please select a template.',
'LBL_SELECT_ONE' => 'Please select at least one item.',
'LBL_AVAILABLE' => 'Available',
'LBL_SELECTED' => 'Selected',
'LBL_RELATED_INFO_SELECTION' => 'Use the selections below to identify the related information you would like to display in your merged document. Skip this step if your template document contains no related information.',
);