[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/languages/de_de/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      'LBL_PRIVILEGES'               => 'Privileges'                  , 
  14      'LBL_DEFAULT_ASSIGNEE'         => 'Default Assignee'            , 
  15      'LBL_PORTAL_URL'               => 'Portal Url'                  , 
  16      'LBL_MODULE_NAME'              => 'Module Name'                 , 
  17      'LBL_ENABLE_MODULE'            => 'Enable Module'               , 
  18      'LBL_VIEW_ALL_RECORDS'         => 'See Records across Organization', 
  19      'LBL_PREVILEGES_MESSAGE'       => 'This User\'s privileges will be applied to the Portal User.', 
  20      'LBL_DEFAULT_ASSIGNEE_MESSAGE' => 'Tickets will be Assigned to the selected Assignee by the default Group/User from the Customer Portal.', 
  21      'LBL_PORTAL_URL_MESSAGE'       => 'This is URL for the Portal where your contacts can login to submit/track tickets, access knowledge base and do more. Contacts will be sent the login details when Portal access is enabled from Contact details page.', 
  22      'LBL_DRAG_AND_DROP_MESSAGE'    => 'Drag and Drop modules to reorder in the Customer Portal', 
  23  );
  24  $jsLanguageStrings = array(
  25      'JS_PORTAL_INFO_SAVED'         => 'Customer Portal settings saved', 
  26  );


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