48 lines
2.4 KiB
PHP
48 lines
2.4 KiB
PHP
<?php
|
|
/*+**********************************************************************************
|
|
* The contents of this file are subject to the vtiger CRM Public License Version 1.0
|
|
* ("License"); You may not use this file except in compliance with the License
|
|
* The Original Code is: vtiger CRM Open Source
|
|
* The Initial Developer of the Original Code is vtiger.
|
|
* Portions created by vtiger are Copyright (C) vtiger.
|
|
* Portions created by JPL TSolucio, S.L. are Copyright (C) jpl tsolucio.
|
|
* All Rights Reserved.
|
|
* ********************************************************************************
|
|
* Language : Español es_es
|
|
* Version : 6.0.0
|
|
* Created Date : 2012-10-26
|
|
* Author : JPL TSolucio, S. L. Joe Bordes
|
|
* Last change : 2013-05-11
|
|
* Author : JPL TSolucio, S. L. Joe Bordes
|
|
************************************************************************************/
|
|
$languageStrings = array(
|
|
'Accounts' => 'Cuentas y Contactos',
|
|
'LBL_ADD_CUSTOM_RULE' => 'Añadir Regla Personalizada',
|
|
'Read Only' => 'Solo Lectura',
|
|
'Read Write' => 'Lectura+Escritura',
|
|
'LBL_ADD_CUSTOM_RULE_TO' => 'Añadir Regla Personalizada a',
|
|
'LBL_CAN_ACCESSED_BY' => 'Pueden acceder...',
|
|
'LBL_PRIVILEGES' => 'Privilegios',
|
|
'LBL_SHARING_RULE' => 'Reglas de Acceso Compartido',
|
|
'LBL_RULE_NO' => 'Regla Número',
|
|
'LBL_MODULE' => 'Módulo',
|
|
'LBL_ADVANCED_SHARING_RULES' => 'Reglas de Acceso Avanzado',
|
|
'LBL_WITH_PERMISSIONS' => 'Con Permiso',
|
|
'LBL_APPLY_NEW_SHARING_RULES' => 'Aplicar Reglas de Acceso Nuevas',
|
|
'LBL_READ' => 'Lectura',
|
|
'LBL_READ_WRITE' => 'Lectura y Escritura',
|
|
'LBL_CUSTOM_ACCESS_MESG' => 'No hay Reglas de Acceso Compartido definidas',
|
|
'SINGLE_Groups' => 'Grupo',
|
|
'SINGLE_Roles' => 'Rol',
|
|
'SINGLE_RoleAndSubordinates' => 'Rol y Subordinado',
|
|
|
|
'SharingAccess' => 'Normas Para El Intercambio De',
|
|
|
|
);
|
|
|
|
$jsLanguageStrings = array(
|
|
'JS_CUSTOM_RULE_SAVED_SUCCESSFULLY' => 'Regla de Acceso Compartido guardada correctamente',
|
|
'JS_SELECT_ANY_OTHER_ACCESSING_USER' => 'Selecciona cualquier otro usuario con acceso',
|
|
'JS_NEW_SHARING_RULES_APPLIED_SUCCESSFULLY' => 'Nueva Regla de Acceso Aplicada Correctamente',
|
|
'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',
|
|
); |