[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/languages/en_us/Settings/ -> SharingAccess.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      'Accounts' => 'Organizations & Contacts',
  12      'LBL_ADD_CUSTOM_RULE' => 'Add Custom Rule',
  13      'LBL_ADD_CUSTOM_RULE_TO' => 'Add Custom Rule to',
  14      'LBL_ADVANCED_SHARING_RULES' => 'Advanced Sharing Rules',
  15      'LBL_APPLY_NEW_SHARING_RULES' => 'Apply New Sharing Rules',
  16      'LBL_CAN_ACCESSED_BY' => 'Can be accessed by',
  17      'LBL_CUSTOM_ACCESS_MESG' => 'No Custom Access Rules defined',
  18      'LBL_MODULE' => 'Module',
  19      'LBL_PRIVILEGES' => 'Privileges',
  20      'LBL_READ' => 'Read',
  21      'LBL_READ_WRITE' => 'Read and Write',
  22      'LBL_RULE_NO' => 'Rule Number',
  23      'LBL_SHARING_RULE' =>  'Sharing Rules',
  24      'LBL_WITH_PERMISSIONS' => 'With Permissions',
  25      'Read Only' => 'Read Only',
  26      'Read Write' => 'Read/Write',
  27      'SINGLE_Groups' => 'Group',
  28      'SINGLE_RoleAndSubordinates' => 'RoleAndSubordinate',
  29      'SINGLE_Roles' => 'Role',
  30  );
  31  
  32  $jsLanguageStrings = array(
  33      'JS_CUSTOM_RULE_SAVED_SUCCESSFULLY' => 'Custom Sharing Rule Saved Successfully',
  34      'JS_DEPENDENT_PRIVILEGES_SHOULD_CHANGE' => 'Opportunities, Tickets, Quotes, SalesOrder & Invoice Access must be set to Private when the Organization Access is set to Private',
  35      'JS_NEW_SHARING_RULES_APPLIED_SUCCESSFULLY' => 'New Sharing Rules Applied Successfully',
  36      'JS_SELECT_ANY_OTHER_ACCESSING_USER' => 'Select any other accessing user',
  37  );


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