'Webform', //Basic Field Names 'WebForm Name' => 'Webform Name', 'Public Id' => 'Public ID', 'Enabled' => 'Status', 'Module' => 'Module', 'Return Url' => 'Return URL', 'Post Url' => 'Post URL', 'Captcha Enabled' => 'Captcha Enabled', 'SINGLE_Webforms' => 'Webform', //Actions 'LBL_SHOW_FORM' => 'Show Form', 'LBL_DUPLICATES_EXIST' => 'Webform name already exists', //Blocks 'LBL_WEBFORM_INFORMATION' => 'Webform Information', 'LBL_FIELD_INFORMATION' => 'Field Information', 'LBL_FIELD_NAME' => 'Field Name', 'LBL_OVERRIDE_VALUE' => 'Override Value', 'LBL_MANDATORY' => 'Mandatory', 'LBL_WEBFORM_REFERENCE_FIELD' => 'Webforms reference field', 'LBL_SELECT_FIELDS_OF_TARGET_MODULE' => 'Select Fields for target Module...', 'LBL_ALLOWS_YOU_TO_MANAGE_WEBFORMS' => 'Allows you to manage webforms', 'LBL_ADD_FIELDS' => 'Add Fields', 'LBL_EMBED_THE_FOLLOWING_FORM_IN_YOUR_WEBSITE' => 'Embed the following form in your website', 'LBL_SELECT_VALUE' => 'Select Value', 'LBL_LABEL' => 'Label', 'LBL_SAVE_FIELDS_ORDER' => 'Save fields order', 'LBL_HIDDEN' => 'Hidden', 'LBL_ENABLE_TARGET_MODULES_FOR_WEBFORM' => 'Enable target modules for webform', 'LBL_ASSIGN_USERS' => 'User Assignment', 'LBL_ASSIGN_ROUND_ROBIN' => 'Assign Users in Round-Robin', 'LBL_ROUNDROBIN_USERS_LIST' => 'Round-Robin Users List', ); $jsLanguageStrings = array( 'JS_WEBFORM_DELETED_SUCCESSFULLY' => 'Webform deleted successfully', 'JS_LOADING_TARGET_MODULE_FIELDS' => 'Loading Target Module Fields', 'JS_SELECT_AN_OPTION' => 'Select an Option', 'JS_LABEL' => 'label', 'JS_MANDATORY_FIELDS_WITHOUT_OVERRIDE_VALUE_CANT_BE_HIDDEN' => 'Mandatory Fields without override values can\'t be hidden', 'JS_REFERENCE_FIELDS_CANT_BE_MANDATORY_WITHOUT_OVERRIDE_VALUE' => 'Reference fields can\'t be mandatory without override value', 'JS_TYPE_TO_SEARCH' => 'Type to search', "JS_WEBFORM_WITH_THIS_NAME_ALREADY_EXISTS" => 'Webform with this name already exists', );