Skip to content
Snippets Groups Projects
Roles.php 1.82 KiB
Newer Older
Prasad's avatar
Prasad committed
<?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(
	'Roles'                        => 'Roles'                       , 
	'SINGLE_Roles'                 => 'Rol'                         , 
	'LBL_ADD_RECORD'               => 'Agregar Rol'                 , 
	'LBL_DELETE_ROLE'              => 'Eliminar Rol'                 , 
	'LBL_TRANSFER_OWNERSHIP'       => 'Transferir Propietario'          , 
	'LBL_TO_OTHER_ROLE'            => 'A otro rol'               , 
	'LBL_CLICK_TO_EDIT_OR_DRAG_TO_MOVE' => 'Clic para editar arrastrar para mover'  , 
	'LBL_ASSIGN_ROLE'              => 'Asignar Rol'                 , 
	'LBL_CHOOSE_PROFILES'          => 'Seleccionar Perfiles'             , 
	'LBL_COPY_PRIVILEGES_FROM'     => 'Copiar privilegios de'        , 
	'LBL_PROFILE'                  => 'Perfil'                     , 
	'LBL_REPORTS_TO'               => 'Reporta a'                  , 
	'LBL_NAME'                     => 'Nombre'                        , 
	'LBL_ASSIGN_NEW_PRIVILEGES'    => 'Asignar privilegios directos a Rol', 
	'LBL_ASSIGN_EXISTING_PRIVILEGES' => 'Asignar privilegios de perfiles existentes', 
	'LBL_PRIVILEGES'               => 'Privilegios'                  , 
);