<?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.
 *  Author       : Francisco Hernandez Odin Consultores S de RL de CV
 *  Author       : www.odin.mx
 *  Author       : Proudly, the best Vtiger's Partner in Mexico
 ************************************************************************************/
$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'       => 'Roles y Subordinados'       , 
	'RoleAndSubordinates'          => 'Roles y Subordinados'       , 
);
$jsLanguageStrings = array(
	'JS_PLEASE_SELECT_ATLEAST_ONE_MEMBER_FOR_A_GROUP' => 'Selecciona al menos un miembro para el grupo', 
	'JS_RECORD_DELETED_SUCCESSFULLY' => 'Grupo eliminado exitosamente'  , 
);