29 lines
1.6 KiB
PHP
29 lines
1.6 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(
|
|
'LBL_TRANSFORM_OWNERSHIP' => 'Transferir propietario' ,
|
|
'SINGLE_Groups' => 'Grupo' ,
|
|
'LBL_TO_OTHER_GROUP' => 'A otro grupo ' ,
|
|
'LBL_ADD_RECORD' => 'Agregar grupo' ,
|
|
'LBL_GROUP_NAME' => 'Nombre del grupo' ,
|
|
'LBL_GROUP_MEMBERS' => 'Miembros del grupo' ,
|
|
'LBL_ADD_USERS_ROLES' => 'Agregar Usuarios, Roles...' ,
|
|
'LBL_ROLEANDSUBORDINATE' => 'Rol y subordinado' ,
|
|
'RoleAndSubordinates' => 'Rol y subordinados' ,
|
|
|
|
'LBL_DUPLICATES_EXIST' => 'El nombre del grupo ya existe',
|
|
|
|
);
|
|
$jsLanguageStrings = array(
|
|
'JS_PLEASE_SELECT_ATLEAST_ONE_MEMBER_FOR_A_GROUP' => 'Por favor seleccione por lo menos un miembro para un grupo',
|
|
'JS_RECORD_DELETED_SUCCESSFULLY' => 'El grupo ha sido borrado con éxito' ,
|
|
'JS_COMMA_NOT_ALLOWED_GROUP' => 'Los caracteres especiales como ,"<> no están permitidos en el nombre del grupo.',
|
|
);
|