[ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Summary view] [Print] [Text view]
1 <?php 2 /*+********************************************************************************** 3 * The contents of this file are subject to the vtiger CRM Public License Version 1.0 4 * ("License"); You may not use this file except in compliance with the License 5 * The Original Code is: vtiger CRM Open Source 6 * The Initial Developer of the Original Code is vtiger. 7 * Portions created by vtiger are Copyright (C) vtiger. 8 * Portions created by JPL TSolucio, S.L. are Copyright (C) jpl tsolucio. 9 * All Rights Reserved. 10 * ******************************************************************************** 11 * Language : Español es_es 12 * Version : 6.0.0 13 * Created Date : 2012-10-26 14 * Author : JPL TSolucio, S. L. Joe Bordes 15 * Last change : 2013-05-11 16 * Author : JPL TSolucio, S. L. Joe Bordes 17 ************************************************************************************/ 18 $languageStrings = array( 19 'Roles' => 'Roles', 20 'SINGLE_Roles' => 'Rol', 21 'LBL_ADD_RECORD' => 'Añadir Rol', 22 'LBL_DELETE_ROLE' => 'Eliminar Rol', 23 'LBL_TRANSFER_OWNERSHIP' => 'Cambiar Asignado a al Usuario', 24 'LBL_TO_OTHER_ROLE' => 'A otro Rol', 25 'LBL_CLICK_TO_EDIT_OR_DRAG_TO_MOVE' => 'Click para editar/Arrastrar para mover', 26 'LBL_ASSIGN_ROLE' => 'Asignar Rol', 27 'LBL_CHOOSE_PROFILES' => 'Selecciona perfiles', 28 'LBL_COPY_PRIVILEGES_FROM' => 'Copiar privilegios desde', 29 30 //Edit View 31 'LBL_PROFILE' => 'Perfil', 32 'LBL_REPORTS_TO' => 'Informa a', 33 'LBL_NAME' => 'Nombre', 34 'LBL_ASSIGN_NEW_PRIVILEGES' => 'Asignar privilegios directamente al Rol', 35 'LBL_ASSIGN_EXISTING_PRIVILEGES' => 'Asignar privilegios a partir de perfiles existentes', 36 'LBL_PRIVILEGES' => 'Privilegios', 37 'LBL_DUPLICATES_EXIST' => 'Existe Rol Duplicado', 38 //Assign Records to 39 'LBL_CAN_ASSIGN_RECORDS_TO' => 'Se pueden asignar registros a', 40 'LBL_ALL_USERS' => 'Todos los Usuarios', 41 'LBL_USERS_WITH_LOWER_LEVEL' => 'Usuarios con Roles Subordinados', 42 'LBL_USERS_WITH_SAME_OR_LOWER_LEVEL' => 'Usuarios con mismo Rol o Subordinado', 43 ); 44 45 $jsLanguageStrings = array( 46 'JS_PERMISSION_DENIED' => 'Permiso Denegado', 47 'JS_NO_PERMISSIONS_TO_MOVE' => 'No hay permiso para Mover', 48 );
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Nov 28 20:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |