[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

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


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