[ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Summary view] [Print] [Text view]
1 <?php 2 /*+*********************************************************************************** 3 * The contents of this file are subject to the vtiger CRM Public License Version 1.0 4 * ("License"); You may not use this file except in compliance with the License 5 * The Original Code is: vtiger CRM Open Source 6 * The Initial Developer of the Original Code is vtiger. 7 * Portions created by vtiger are Copyright (C) vtiger. 8 * All Rights Reserved. 9 *************************************************************************************/ 10 $languageStrings = array( 11 // Basic Strings 12 'Roles' => 'Roles', 13 'SINGLE_Roles' => 'Role', 14 'LBL_ADD_RECORD' => 'Add Role', 15 'LBL_DELETE_ROLE' => 'Delete Role', 16 'LBL_TRANSFER_OWNERSHIP' => 'Transfer Ownership', 17 'LBL_TO_OTHER_ROLE' => 'To other Role', 18 'LBL_CLICK_TO_EDIT_OR_DRAG_TO_MOVE' => 'Click to edit/Drag to move', 19 'LBL_ASSIGN_ROLE' => 'Assign Role', 20 'LBL_CHOOSE_PROFILES' => 'Choose profiles', 21 'LBL_COPY_PRIVILEGES_FROM' => 'Copy privileges from', 22 23 //Edit View 24 'LBL_PROFILE' => 'Profile', 25 'LBL_REPORTS_TO' => 'Reports To', 26 'LBL_NAME' => 'Name', 27 'LBL_ASSIGN_NEW_PRIVILEGES' => 'Assign privileges directly to Role', 28 'LBL_ASSIGN_EXISTING_PRIVILEGES' => 'Assign priviliges from existing profiles', 29 'LBL_PRIVILEGES' => 'Privileges', 30 'LBL_DUPLICATES_EXIST' => 'Duplicate Role Exists', 31 ); 32 33 $jsLanguageStrings = array( 34 'JS_PERMISSION_DENIED' => 'Permissions Denied', 35 'JS_NO_PERMISSIONS_TO_MOVE' => 'No Permissions to Move', 36 );
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Nov 28 20:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |