[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/languages/en_us/Settings/ -> Profiles.php (source)

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


Generated: Fri Nov 28 20:08:37 2014 Cross-referenced by PHPXref 0.7.1