[ 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 'Profiles' => 'Profiles', 13 'SINGLE_Profiles' => 'Profile', 14 'LBL_ADD_RECORD' => 'Add Profile', 15 'LBL_CREATE_PROFILE' => 'Create Profile', 16 'LBL_PROFILE_NAME' => 'Profile name', 17 'LBL_DESCRIPTION' => 'Description', 18 'LBL_EDIT_PRIVILIGES_FOR_THIS_PROFILE' => 'Edit priviliges for this profile', 19 'LBL_MODULES' => 'Modules', 20 'LBL_PROFILE_VIEW' => 'Profile view', 21 'LBL_FIELDS' => 'Fields', 22 'LBL_TOOLS' => 'Tools', 23 'LBL_FIELD_AND_TOOL_PRVILIGES' => 'Field and Tool Privileges', 24 'LBL_EDIT_RECORD' => 'Edit', 25 'LBL_DUPLICATE_RECORD' => 'Duplicate', 26 'LBL_DELETE_RECORD' => 'Delete', 27 28 'LBL_VIEW_PRVILIGE' => 'View', 29 'LBL_EDIT_PRVILIGE' => 'Create/Edit', 30 'LBL_DELETE_PRVILIGE' => 'Delete', 31 'LBL_INIVISIBLE' => 'Invisible', 32 'LBL_READ_ONLY' => 'Read only', 33 'LBL_WRITE' => 'Write', 34 35 'LBL_DELETE_PROFILE' => 'Delete Profile', 36 'LBL_TRANSFER_ROLES_TO_PROFILE' => 'Transfer roles to profile', 37 'LBL_PROFILES' => 'Profiles', 38 'LBL_CHOOSE_PROFILES' => 'Choose Profiles', 39 40 'LBL_VIEW_ALL' => 'View All', 41 'LBL_EDIT_ALL' => 'Edit All', 42 'LBL_VIEW_ALL_DESC' => 'Can view all the modules information', 43 'LBL_EDIT_ALL_DESC' => 'Can edit all the modules information', 44 'LBL_DUPLICATES_EXIST' => 'Duplicate Profile Exists', 45 46 'Import' => 'استيراد', 47 'Export' => 'تصدير', 48 'Merge' => 'دمج', 49 'ConvertLead' => 'تحويل الرصاص', 50 'DuplicatesHandling' => 'التكرارات المناولة', 51 'ReceiveIncomingCalls' => 'تلقي المكالمات الواردة', 52 'MakeOutgoingCalls' => 'جعل المكالمات الصادرة', 53 'Print' => 'طباعة', 54 ); 55 56 $jsLanguageStrings = array( 57 'JS_RECORD_DELETED_SUCCESSFULLY' => 'Profile deleted successfully', 58 );
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 |