File: /home/nexper/www/67.225.167.226/public_html/crm/modules/ACLRoles/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-2008 SugarCRM, Inc.;
* All Rights Reserved.
********************************************************************************/
/*********************************************************************************
* Description: Defines the Spanish language pack for the base application.
* $Id: es_es.lang.php,v 1.4 2008/05/15 19:53:10 aserrano Exp $
* Source: SugarCRM 5.0.0e
* Contributor(s): Alberto Serrano (alb.serrano@gmail.com).
********************************************************************************/
$mod_strings = array (
'LBL_MODULE_NAME' => 'Roles',
'LBL_MODULE_TITLE' => 'Roles: Inicio',
'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 Usuario',
'LBL_ROLES_SUBPANEL_TITLE' => 'Roles de Usuario',
'LBL_SEARCH_FORM_TITLE' => 'Búsqueda',
'LBL_CREATE_ROLE' => 'Nuevo Rol',
'LBL_EDIT_VIEW_DIRECTIONS' => 'Haga doble clic en una celda para cambiar su valor.',
'LBL_ACCESS_DEFAULT'=>'No Establecido',
'LBL_ALL'=>'Todo',
'LBL_DUPLICATE_OF'=>'Duplicado De ',
);
?>