HEX
Server: Apache
System: Linux dev.epsylon.net 3.10.0-1160.144.1.el7.tuxcare.els2.x86_64 #1 SMP Sun Feb 15 11:22:42 UTC 2026 x86_64
User: nexper (1054)
PHP: 8.2.30
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/nexper/www/67.225.167.226/public_html/crm/modules/Cases/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-2008 SugarCRM, Inc.;
 * All Rights Reserved.
 * *******************************************************************************/
/*********************************************************************************
 * Description:  Defines the Spanish language pack for the base application.
 * $Id: es_es.lang.php,v 1.6 2008/10/03 20:19:41 aserrano Exp $
 * Source: SugarCRM 5.1.0a
 * Contributor(s): Alberto Serrano (alb.serrano@gmail.com).
 ********************************************************************************/

$mod_strings = array (
  'ERR_DELETE_RECORD' => 'Debe especificar un número de registro para eliminar la cuenta.',

  'LBL_MODULE_NAME' => 'Casos',
  'LBL_MODULE_TITLE' => 'Casos: Inicio',
  'LBL_SEARCH_FORM_TITLE' => 'Búsqueda de Casos',
  'LBL_NEW_FORM_TITLE' => 'Nuevo Caso',
  'LBL_CONTACT_CASE_TITLE' => 'Contacto-Caso:',
  'LBL_SUBJECT' => 'Asunto:',
  'LBL_CASE' => 'Caso:',
  'LBL_CASE_NUMBER' => 'Número:',
  'LBL_NUMBER' => 'Número:',
  'LBL_STATUS' => 'Estado:',
  'LBL_PRIORITY' => 'Prioridad:',
  'LBL_PROJECTS_SUBPANEL_TITLE' => 'Proyectos',
  'LBL_ACCOUNT_NAME' => 'Cuenta:',
  'LBL_ACCOUNTS_SUBPANEL_TITLE' => 'Cuentas',
  'LBL_ATTACH_NOTE' => 'Adjuntar Nota',
  'LBL_DESCRIPTION' => 'Descripción:',
  'LBL_FILENANE_ATTACHMENT' => 'Archivar Adjunto',	
  'LBL_RESOLUTION' => 'Resolución:',
  'LBL_CONTACT_NAME' => 'Contacto:',
  'LBL_CASE_SUBJECT' => 'Asunto:',
  'LBL_CONTACT_ROLE' => 'Rol:',
  'LBL_INVITEE' => 'Contactos',

  'ERR_DELETE_RECORD' => 'Debe especificar un número de registro a eliminar.',
  'LBL_ACCOUNT_ID' => 'ID Cuenta',
  'LBL_DEFAULT_SUBPANEL_TITLE' => 'Casos',
  'LBL_ACTIVITIES_SUBPANEL_TITLE' => 'Actividades',
  'LBL_HISTORY_SUBPANEL_TITLE' => 'Historial',
  'LBL_CONTACTS_SUBPANEL_TITLE' => 'Contactos',
  'LBL_BUGS_SUBPANEL_TITLE' => 'Incidencias',
  'LBL_MEMBER_OF' => 'Cuenta',
  'LBL_SYSTEM_ID' => 'ID Sistema',

  'LBL_LIST_ACCOUNT_NAME' => 'Cuenta',
  'LBL_LIST_ASSIGNED' => 'Asignado a',
  'LBL_LIST_CLOSE' => 'Cerrar',
  'LBL_LIST_FORM_TITLE' => 'Lista de Casos',
  'LBL_LIST_LAST_MODIFIED' => 'Modificado',
  'LBL_LIST_MY_CASES' => 'Mis Casos Abiertos',
  'LBL_LIST_NUMBER' => 'Núm.',
  'LBL_LIST_PRIORITY' => 'Prioridad',
  'LBL_LIST_STATUS' => 'Estado',
  'LBL_LIST_SUBJECT' => 'Asunto',

  'LNK_CASE_LIST' => 'Casos',
  'LNK_NEW_CASE' => 'Nuevo Caso',

  'NTC_REMOVE_FROM_BUG_CONFIRMATION' => '¿Está seguro de que desea quitar este caso de la incidencia?',
  'NTC_REMOVE_INVITEE' => '¿Está seguro de que desea quitar a este contacto de la cuenta?',
  'LBL_LIST_ASSIGNED_TO_NAME' => 'Usuario Asignado',
  'LBL_LIST_DATE_CREATED' => 'Fecha de Creación',
  'LBL_ASSIGNED_TO_NAME' => 'Asignado a',
  'LBL_TYPE' => 'Tipo',
  'LBL_WORK_LOG' => 'Registro de Trabajo',
  'LNK_CASE_REPORTS' => 'Informes de Casos',
  'LBL_SHOW_IN_PORTAL' => 'Mostrar en Portal',
  'LBL_CREATE_KB_DOCUMENT' => 'Crear Artículo',

  'LBL_CREATED_USER' => 'Usuario Creado',
  'LBL_MODIFIED_USER' => 'Usuario Modificado',
);


?>