[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/languages/en_us/Settings/ -> Roles.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 Role',
  12      'LBL_ALL_USERS' => 'All Users',
  13      'LBL_ASSIGN_EXISTING_PRIVILEGES' => 'Assign priviliges from existing profiles',
  14      'LBL_ASSIGN_NEW_PRIVILEGES' => 'Assign privileges directly to Role',
  15      'LBL_ASSIGN_ROLE' => 'Assign Role',
  16      'LBL_CAN_ASSIGN_RECORDS_TO' => 'Can Assign Records To',
  17      'LBL_CHOOSE_PROFILES' => 'Choose profiles',
  18      'LBL_CLICK_TO_EDIT_OR_DRAG_TO_MOVE' => 'Click to edit/Drag to move',
  19      'LBL_COPY_PRIVILEGES_FROM' => 'Copy privileges from',
  20      'LBL_DELETE_ROLE' => 'Delete Role',
  21      'LBL_DUPLICATES_EXIST' => 'Duplicate Role Exists',
  22      'LBL_NAME' => 'Name',
  23      'LBL_PRIVILEGES' => 'Privileges',
  24      'LBL_PROFILE' => 'Profile',
  25      'LBL_REPORTS_TO' => 'Reports To',
  26      'LBL_TO_OTHER_ROLE' => 'To other Role',
  27      'LBL_TRANSFER_OWNERSHIP' => 'Transfer Ownership',
  28      'LBL_USERS_WITH_LOWER_LEVEL' => 'Users having Subordinate Role',
  29      'LBL_USERS_WITH_SAME_OR_LOWER_LEVEL' => 'Users having Same Role or Subordinate Role',
  30      'Roles' => 'Roles',
  31      'SINGLE_Roles' => 'Role',
  32  );
  33  
  34  $jsLanguageStrings = array(
  35      'JS_NO_PERMISSIONS_TO_MOVE' => 'No Permissions to Move',
  36      'JS_PERMISSION_DENIED' => 'Permissions Denied',
  37  );


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