[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/languages/en_gb/Settings/ -> CustomerPortal.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      'CustomerPortal' => 'Customer Portal',
  12      'LBL_PORTAL_DESCRIPTION' => 'Setup Privileges of Portal User',
  13  
  14      'LBL_PRIVILEGES' => 'Privileges',
  15      'LBL_DEFAULT_ASSIGNEE' => 'Default Assignee',
  16      'LBL_PORTAL_URL' => 'Portal URL',
  17  
  18      //Fields
  19      'LBL_MODULE_NAME' => 'Module Name',
  20      'LBL_ENABLE_MODULE' => 'Enable Module',
  21      'LBL_VIEW_ALL_RECORDS' => 'See records across Organisation',
  22  
  23      //Messages
  24      'LBL_PREVILEGES_MESSAGE' => "This Role's privileges will be applied to the Portal User.",
  25      'LBL_DEFAULT_ASSIGNEE_MESSAGE' => 'Tickets will be assigned to the selected assignee by the default Group/User from the Customer Portal.',
  26      'LBL_PORTAL_URL_MESSAGE' => 'This is the URL for the Portal where your Contacts can login to submit/track tickets, access knowledge base and more. Contacts will be sent the login details when Portal access is enabled from Contact details page.',
  27      'LBL_DRAG_AND_DROP_MESSAGE' => 'Drag and Drop modules to reorder in the Customer Portal',
  28  );
  29  
  30  $jsLanguageStrings = array(
  31      'JS_PORTAL_INFO_SAVED' => 'Customer Portal Settings Saved',
  32  );


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