[ 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 'Accounts' => 'Cuentas y Contactos', 20 'LBL_ADD_CUSTOM_RULE' => 'Añadir Regla Personalizada', 21 'Read Only' => 'Solo Lectura', 22 'Read Write' => 'Lectura+Escritura', 23 'LBL_ADD_CUSTOM_RULE_TO' => 'Añadir Regla Personalizada a', 24 'LBL_CAN_ACCESSED_BY' => 'Pueden acceder...', 25 'LBL_PRIVILEGES' => 'Privilegios', 26 'LBL_SHARING_RULE' => 'Reglas de Acceso Compartido', 27 'LBL_RULE_NO' => 'Regla Número', 28 'LBL_MODULE' => 'Módulo', 29 'LBL_ADVANCED_SHARING_RULES' => 'Reglas de Acceso Avanzado', 30 'LBL_WITH_PERMISSIONS' => 'Con Permiso', 31 'LBL_APPLY_NEW_SHARING_RULES' => 'Aplicar Reglas de Acceso Nuevas', 32 'LBL_READ' => 'Lectura', 33 'LBL_READ_WRITE' => 'Lectura y Escritura', 34 'LBL_CUSTOM_ACCESS_MESG' => 'No hay Reglas de Acceso Compartido definidas', 35 'SINGLE_Groups' => 'Grupo', 36 'SINGLE_Roles' => 'Rol', 37 'SINGLE_RoleAndSubordinates' => 'Rol y Subordinado', 38 ); 39 40 $jsLanguageStrings = array( 41 'JS_CUSTOM_RULE_SAVED_SUCCESSFULLY' => 'Regla de Acceso Compartido guardada correctamente', 42 'JS_SELECT_ANY_OTHER_ACCESSING_USER' => 'Selecciona cualquier otro usuario con acceso', 43 'JS_NEW_SHARING_RULES_APPLIED_SUCCESSFULLY' => 'Nueva Regla de Acceso Aplicada Correctamente', 44 'JS_DEPENDENT_PRIVILEGES_SHOULD_CHANGE' => 'El acceso a Oportunidades, Incidencias, Presupuestos, Ordenes de Venta y Facturas debe ser Privado cuando el acceso a Cuentas es Privado', 45 );
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 |