File: /home/nexper/www/67.225.167.226/public_html/crm/modules/EditCustomFields/language/es_es.lang.php
<?php
if(!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point');
/*********************************************************************************
* The contents of this file are subject to the SugarCRM Public License Version
* 1.1.3 ("License"); You may not use this file except in compliance with the
* License. You may obtain a copy of the License at http://www.sugarcrm.com/SPL
* Software distributed under the License is distributed on an "AS IS" basis,
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
* for the specific language governing rights and limitations under the
* License.
*
* All copies of the Covered Code must include on each user interface screen:
* (i) the "Powered by SugarCRM" logo and
* (ii) the SugarCRM copyright notice
* in the same form as they appear in the distribution. See full license for
* requirements.
*
* The Original Code is: SugarCRM Open Source
* The Initial Developer of the Original Code is SugarCRM, Inc.
* Portions created by SugarCRM are Copyright (C) 2004-2009 SugarCRM, Inc.;
* All Rights Reserved.
********************************************************************************/
/*********************************************************************************
* Description: Defines the Spanish language pack for the base application.
* $Id: es_es.lang.php,v 1.7 2009/06/13 19:03:52 aserrano Exp $
* Source: SugarCRM 5.2.0f
* Contributor(s): Alberto Serrano (alb.serrano@gmail.com).
********************************************************************************/
$mod_strings = array (
'LBL_MODULE_NAME' => 'Editar Campos Personalizados',
'LBL_ADD_FIELD' => 'Añadir Campo:',
'LBL_MODULE_TITLE' => 'Edición de Campos Personalizados',
'LBL_MODULE_SELECT' => 'Módulo a Editar',
'LBL_SEARCH_FORM_TITLE' => 'Búsqueda de Módulos',
'COLUMN_TITLE_NAME' => 'Nombre de Campo',
'COLUMN_TITLE_LABEL' => 'Etiqueta del Sistema',
'COLUMN_TITLE_DISPLAY_LABEL' => 'Etiqueta Visible',
'COLUMN_TITLE_MAX_SIZE' => 'Tamaño Máximo',
'COLUMN_TITLE_HELP_TEXT' => 'Texto de Ayuda',
'COLUMN_TITLE_COMMENT_TEXT' => 'Texto de Comentario',
'COLUMN_TITLE_REQUIRED_OPTION' => 'Campo Requerido',
'COLUMN_TITLE_DEFAULT_VALUE' => 'Valor por Defecto',
'COLUMN_TITLE_DEFAULT_EMAIL' => 'Valor por Defecto',
'COLUMN_TITLE_EXT1' => 'Metacampo Extra 1',
'COLUMN_TITLE_EXT2' => 'Metacampo Extra 2',
'COLUMN_TITLE_EXT3' => 'Metacampo Extra 3',
'COLUMN_TITLE_FRAME_HEIGHT' => 'Altura de IFrame',
'COLUMN_TITLE_HTML_CONTENT' =>'HTML',
'COLUMN_TITLE_URL'=>'URL por Defecto',
'COLUMN_TITLE_AUDIT' => 'Auditar',
'COLUMN_TITLE_REPORTABLE' => 'Informable',
'COLUMN_TITLE_MIN_VALUE' => 'Valor Mín.',
'COLUMN_TITLE_MAX_VALUE' => 'Valor Máx.',
'COLUMN_TITLE_DISPLAYED_ITEM_COUNT'=>'Nº Elementos mostrados',
'COLUMN_DISABLE_NUMBER_FORMAT' => 'Deshabilitar Formato',
'LBL_DROP_DOWN_LIST' => 'Lista Desplegable',
'LBL_RADIO_FIELDS'=> 'Campos de Radio',
'LBL_MULTI_SELECT_LIST'=> 'Lista de Selección Múltiple',
'COLUMN_TITLE_PRECISION'=> 'Precisión',
'MSG_DELETE_CONFIRM' => '¿Está seguro de que desea eliminar este elemento?',
'POPUP_INSERT_HEADER_TITLE' => 'Añadir Campo Personalizado',
'POPUP_EDIT_HEADER_TITLE' => 'Editar Campo Personalizado',
'LNK_SELECT_CUSTOM_FIELD' => 'Seleccionar Campo Personalizado',
'LNK_REPAIR_CUSTOM_FIELD' => 'Reparar Campos Personalizados',
'LBL_MODULE' => 'Módulo',
'COLUMN_TITLE_MASS_UPDATE'=>'Actualización Masiva',
'COLUMN_TITLE_IMPORTABLE'=>'Importable',
'COLUMN_TITLE_DUPLICATE_MERGE'=>'Combinación de Duplicados',
'LBL_LABEL'=>'Etiqueta',
'LBL_DATA_TYPE'=>'Tipo de Datos',
'LBL_DEFAULT_VALUE'=>'Valor por Defecto',
'LBL_AUDITED'=>'Auditado',
'LBL_REPORTABLE'=>'Informable',
'ERR_RESERVED_FIELD_NAME'=>'Palabra Reservada',
'ERR_SELECT_FIELD_TYPE'=>'Por favor, seleccione un tipo de campo',
'LBL_BTN_ADD' => 'Agregar',
'LBL_BTN_EDIT' => 'Editar',
'LBL_GENERATE_URL' => 'Generar URL',
);
?>