39 lines
2.4 KiB
PHP
39 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.
|
|
* All Rights Reserved.
|
|
************************************************************************************/
|
|
$languageStrings = array(
|
|
'Accounts' => 'Organizaciones & Contactos' ,
|
|
'LBL_ADD_CUSTOM_RULE' => 'Agregar regla de visibilidad personalizada',
|
|
'Read Only' => 'L' ,
|
|
'Read Write' => 'L+E' ,
|
|
'LBL_ADD_CUSTOM_RULE_TO' => 'Añadir regla personalizada a' ,
|
|
'LBL_CAN_ACCESSED_BY' => 'Quienes pueden ver...' ,
|
|
'LBL_PRIVILEGES' => 'Privilegios' ,
|
|
'LBL_SHARING_RULE' => 'Reglas de visibilidad' ,
|
|
'LBL_RULE_NO' => 'Regla No.' ,
|
|
'LBL_MODULE' => 'Módulo' ,
|
|
'LBL_ADVANCED_SHARING_RULES' => 'Reglas de visibilidad avanzadas' ,
|
|
'LBL_WITH_PERMISSIONS' => 'Con permisos' ,
|
|
'LBL_APPLY_NEW_SHARING_RULES' => 'Aplicar nuevas reglas de visibilidad' ,
|
|
'LBL_READ' => 'Lectura' ,
|
|
'LBL_READ_WRITE' => 'Lectura y escritura' ,
|
|
'LBL_CUSTOM_ACCESS_MESG' => 'No hay reglas de visibilidad personalizadas',
|
|
'SINGLE_Groups' => 'Grupo' ,
|
|
'SINGLE_Roles' => 'Rol' ,
|
|
'SINGLE_RoleAndSubordinates' => 'RolySubordinados' ,
|
|
|
|
'SharingAccess' => 'Reglas de visibilidad',
|
|
|
|
);
|
|
$jsLanguageStrings = array(
|
|
'JS_CUSTOM_RULE_SAVED_SUCCESSFULLY' => 'Regla de visibilidad personalizada guardada con éxito',
|
|
'JS_SELECT_ANY_OTHER_ACCESSING_USER' => 'Seleccione cualquier otro usuario con acceso',
|
|
'JS_NEW_SHARING_RULES_APPLIED_SUCCESSFULLY' => 'Reglas de visibilidad nuevas aplicadas con éxito',
|
|
'JS_DEPENDENT_PRIVILEGES_SHOULD_CHANGE' => 'Las reglas para ver Oportunidades, Casos, Cotizaciones, Pedidos & Facturas deben definirse como privadas cuando las reglas para la Cuenta estén definidas como privadas',
|
|
); |