[ 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 'Profiles' => 'Profiles' , 12 'SINGLE_Profiles' => 'Profile' , 13 'LBL_ADD_RECORD' => 'Add Profile' , 14 'LBL_CREATE_PROFILE' => 'Create Profile' , // TODO: Review 15 'LBL_PROFILE_NAME' => 'Profile Name' , // TODO: Review 16 'LBL_DESCRIPTION' => 'Description' , // TODO: Review 17 'LBL_EDIT_PRIVILIGES_FOR_THIS_PROFILE' => 'Edit priviliges for this Profile', // TODO: Review 18 'LBL_MODULES' => 'Modules' , // TODO: Review 19 'LBL_PROFILE_VIEW' => 'Profile View' , // TODO: Review 20 'LBL_FIELDS' => 'Fields' , // TODO: Review 21 'LBL_TOOLS' => 'Tools' , // TODO: Review 22 'LBL_FIELD_AND_TOOL_PRVILIGES' => 'Field and Tool Privileges' , // TODO: Review 23 'LBL_EDIT_RECORD' => 'Edit' , // TODO: Review 24 'LBL_DUPLICATE_RECORD' => 'Duplicate' , // TODO: Review 25 'LBL_DELETE_RECORD' => 'Delete' , // TODO: Review 26 'LBL_VIEW_PRVILIGE' => 'View' , 27 'LBL_EDIT_PRVILIGE' => 'Create/Edit' , 28 'LBL_DELETE_PRVILIGE' => 'Delete' , 29 'LBL_INIVISIBLE' => 'Invisible' , // TODO: Review 30 'LBL_READ_ONLY' => 'Read only' , // TODO: Review 31 'LBL_WRITE' => 'Write' , // TODO: Review 32 'LBL_DELETE_PROFILE' => 'Delete Profile' , // TODO: Review 33 'LBL_TRANSFER_ROLES_TO_PROFILE' => 'Transfer Roles to Profile' , // TODO: Review 34 'LBL_PROFILES' => 'Profiles' , // TODO: Review 35 'LBL_CHOOSE_PROFILES' => 'Choose Profiles' , // TODO: Review 36 ); 37 $jsLanguageStrings = array( 38 'JS_RECORD_DELETED_SUCCESSFULLY' => 'Profile deleted successfully', // TODO: Review 39 );
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 |