[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/languages/en_us/Settings/ -> Webforms.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      'Captcha Enabled' => 'Captcha Enabled',
  12      'Enabled' => 'Status',
  13      'LBL_ADD_FIELDS' => 'Add Fields',
  14      'LBL_ALLOWS_YOU_TO_MANAGE_WEBFORMS' => 'Allows you to manage webforms',
  15      'LBL_ASSIGN_ROUND_ROBIN' => 'Assign Users In Round Robin',
  16      'LBL_ASSIGN_USERS' => 'User Assignment',
  17      'LBL_DUPLICATES_EXIST' => 'Webform Name already exists',
  18      'LBL_EMBED_THE_FOLLOWING_FORM_IN_YOUR_WEBSITE' => 'Embed the following form in your website',
  19      'LBL_ENABLE_TARGET_MODULES_FOR_WEBFORM' => 'Enable Target modules for webform',
  20      'LBL_FIELD_INFORMATION' => 'Field Information',
  21      'LBL_FIELD_NAME' => 'Field Name',
  22      'LBL_HIDDEN' => 'Hidden',
  23      'LBL_LABEL' => 'label',
  24      'LBL_MANDATORY' => 'Mandatory',
  25      'LBL_OVERRIDE_VALUE' => 'Override Value',
  26      'LBL_ROUNDROBIN_USERS_LIST' => 'Round Robin Users List',
  27      'LBL_SAVE_FIELDS_ORDER' => 'Save fields order', 
  28      'LBL_SELECT_FIELDS_OF_TARGET_MODULE' => 'Select Fields for Target Module...',
  29      'LBL_SELECT_VALUE' => 'Select Value',
  30      'LBL_SHOW_FORM' => 'Show Form',
  31      'LBL_WEBFORM_INFORMATION' => 'Webform Information',
  32      'LBL_WEBFORM_REFERENCE_FIELD' => 'Webforms reference Field',
  33      'Module' => 'Module',
  34      'Post Url' => 'Post Url',
  35      'Public Id' => 'Public Id',
  36      'Return Url' => 'Return Url',
  37      'SINGLE_Settings:Webforms' => 'Webform',
  38      'SINGLE_Webforms' => 'Webform',
  39      'WebForm Name' => 'Webform Name',
  40  );
  41  
  42  $jsLanguageStrings = array(
  43      'JS_LABEL' => 'label',
  44      'JS_LOADING_TARGET_MODULE_FIELDS' => 'Loading Target Module Fields',
  45      'JS_MANDATORY_FIELDS_WITHOUT_OVERRIDE_VALUE_CANT_BE_HIDDEN' => 'Mandatory Fields without override values cant be hidden',
  46      'JS_REFERENCE_FIELDS_CANT_BE_MANDATORY_WITHOUT_OVERRIDE_VALUE' => 'Reference fields cant be mandatory without override value',
  47      'JS_SELECT_AN_OPTION' => 'Select an Option',
  48      'JS_TYPE_TO_SEARCH' => 'Type to search',
  49      'JS_WEBFORM_DELETED_SUCCESSFULLY' => 'Webform deleted successfully',
  50      "JS_WEBFORM_WITH_THIS_NAME_ALREADY_EXISTS" => 'Webform with this name already exists',
  51  );


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