File: /home/nexper/www/67.225.167.226/public_html/crm/modules/ACL/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 Enterprise
* The Initial Developer of the Original Code is SugarCRM, Inc.
* Portions created by SugarCRM are Copyright (C) 2004-2007 SugarCRM, Inc.;
* All Rights Reserved.
********************************************************************************/
/*********************************************************************************
* Description: Defines the Spanish language pack for the base application.
* $Id: es_es.lang.php,v 1.3 2008/01/22 00:34:47 aserrano Exp $
* Source: SugarCRM 5.0.0a
* Contributor(s): Alberto Serrano (alb.serrano@gmail.com).
********************************************************************************/
$mod_strings = array (
'LBL_ALLOW_ALL' => 'Todo',
'LBL_ALLOW_NONE' => 'Nada',
'LBL_ALLOW_OWNER' => 'Propietario',
'LBL_ROLE' => 'Rol',
'LBL_NAME' => 'Nombre',
'LBL_DESCRIPTION' => 'Descripción',
'LIST_ROLES' => 'Listar Roles',
'LBL_USERS_SUBPANEL_TITLE' => 'Usuarios',
'LIST_ROLES_BY_USER' => 'Listar Roles por Usuarios',
'LBL_ROLES_SUBPANEL_TITLE' => 'Roles de Usuario',
'LBL_SEARCH_FORM_TITLE' => 'Búsqueda',
'LBL_NO_ACCESS' => 'No tiene acceso a esta área. Contacte con el Administrador de su sitio web para obtenerlo.',
'LBL_ADDING'=>'Añadiendo para ',
);
?>