


<!--
var LBJSErrorMsgs = new Object();
LBJSErrorMsgs['MSG_MANDATORY']                    = '[LBJS-00001] %0 is a required field.';
LBJSErrorMsgs['MSG_INVALID_VALUE']                = '[LBJS-00002] %1 is not a valid value for %0.';
LBJSErrorMsgs['MSG_RANGE_EXCEEDED']               = '[LBJS-00003] The value for %0 must be between %1 and %2.';
LBJSErrorMsgs['MSG_MAX_LENGTH_EXCEEDED']          = '[LBJS-00004] Maximum length exceeded for %0 (%1 English or %2 Chinese characters).';
LBJSErrorMsgs['MSG_NON_EXISTING_DATE']            = '[LBJS-00005] The date value for %0 (%1) does not exist.';
LBJSErrorMsgs['MSG_DATE_AFTER']                   = '[LBJS-00006] The value for %0 must be later than or equal to %1.';
LBJSErrorMsgs['MSG_DATE_BEFORE']                  = '[LBJS-00007] The value for %0 must be earlier than or equal to %1.';
LBJSErrorMsgs['MSG_NO_CHANGES']                   = '[LBJS-00008] No changes has been made.';
LBJSErrorMsgs['MSG_EMPTY_APPEAL']                 = '[LBJS-00009] %0 must have a value if %1 is checked.';
LBJSErrorMsgs['MSG_FROM_GREATER_THAN_TO']         = '[LBJS-00010] %0 must be greater than or equal to %1.';
LBJSErrorMsgs['MSG_NO_CRITERIA_SPECIFIED']        = '[LBJS-00011] At least one search criterion must be defined.';
LBJSErrorMsgs['MSG_MIN_LENGTH_NOT_REACHED']       = '[LBJS-00012] A %0 field must have a length of exactly %1.';
LBJSErrorMsgs['MSG_EXPIRY_DATE_MANDATORY']        = '[LBJS-00013] %0 is required if %1 is %2.';
LBJSErrorMsgs['MSG_ALPHA_NUMERIC_ONLY']           = '[LBJS-00014] %0 must consist of only alphanumeric characters.';
LBJSErrorMsgs['MSG_NO_SELECTED']                  = '[LBJS-00015] You must select at least one value for %0.';
LBJSErrorMsgs['MSG_CANT_BE_BOTH_NULL']            = '[LBJS-00016] %0 and/or %1 must be entered.';
LBJSErrorMsgs['MSG_PARTNER_REQUIRED']             = '[LBJS-00017] %1 is required if %0 is entered.';
LBJSErrorMsgs['MSG_ONE_RECIPIENT']                = '[LBJS-00018] You must specify at least one recipient.';
LBJSErrorMsgs['MSG_HOLIDAY']                      = '[LBJS-00019] %0 must not fall on a holiday.';
LBJSErrorMsgs['MSG_AFTER_CUR_DATE']               = '[LBJS-00020] %0 must be later than the current date.'
LBJSErrorMsgs['MSG_TO_LESS_THAN_FROM']            = '[LBJS-00021] %0 must be less than %1.'
LBJSErrorMsgs['MSG_INVALID_FORMAT']               = '[LBJS-00022] "%0" is not a valid format for %1 ( %2 ).'
LBJSErrorMsgs['MSG_EQ_LATER_CUR_DATE']            = '[LBJS-00023] %0 must be equal to or later than the current date.'
LBJSErrorMsgs['MSG_INVALID_ANGLE']                = '[LBJS-00024] %0 must be 999, or between 0 and 359 degrees.'
LBJSErrorMsgs['MSG_NO_CHECKBOX_SELECT']           = '[LBJS-00025] At least one checkbox must be selected.';
LBJSErrorMsgs['MSG_EQ_BEFORE_CUR_DATE']           = '[LBJS-00026] %0 must not be later than the current date.'
LBJSErrorMsgs['MSG_ADHOC_PARENTHESES']            = '[LBJS-00027] There %0 %1 extra %2 %3.'
LBJSErrorMsgs['MSG_NUMBER_ONLY']                  = '[LBJS-00028] %0 must contain only numeric characters.'
LBJSErrorMsgs['MSG_FROM_NOT_GREATER_THAN_TO']     = '[LBJS-00029] %0 must not be greater than %1.';
LBJSErrorMsgs['MSG_PASS_NOT_THE_SAME']            = '[LBJS-00030] The %0 and %1 are not the same.';
LBJSErrorMsgs['MSG_GREATER_THAN']         				= '[LBJS-00031] %0 must be greater than %1.';
LBJSErrorMsgs['MSG_DATE_AFTER_EQ']                = '[LBJS-00032] The value for %0 must be later than or equal to %1.';
LBJSErrorMsgs['MSG_NO_RADIO_SELECTED']						= '[LBJS-00033] A radio button must be selected.';
LBJSErrorMsgs['MSG_REQUIRED_DEPENDENCY']					= '[LBJS-00034] %0 is a required field if %1 is %2';
LBJSErrorMsgs['MSG_UNIQUE']                       = '[LBJS-00035] %0 must be unique';
LBJSErrorMsgs['MSG_WITH_SPECIAL_CHAR']            = '[LBJS-00036] %0 must not contain a %1.';
LBJSErrorMsgs['MSG_NO_VALUE_ENTERED']             = '[LBJS-00037] At least one %0 must be entered.';

//start of ETS specific messages
LBJSErrorMsgs['MSG_USER_CODE_MISMATCH']           = '[LBJS-00038] New User Code and Confirm User Code do not match.';
LBJSErrorMsgs['MSG_USER_CODE_SAME']               = '[LBJS-00039] Old User Code and New User Code must be different.';
LBJSErrorMsgs['MSG_NO_APPLICANT_TYPE']            = '[LBJS-00040] Please select an Account Type.';
LBJSErrorMsgs['MSG_NO_SCOPE_ENV_PERMIT']          = '[LBJS-00041] At least one checkbox must be ticked in D1.';
LBJSErrorMsgs['MSG_NO_PROJ_DETAILS']              = '[LBJS-00042] At least one project detail under D2 must be added.';
LBJSErrorMsgs['MSG_INVALID_FILE_TYPE']            = '[LBJS-00043] Invalid file attachment type. Only %0 file(s) are supported.';
LBJSErrorMsgs['MSG_NO_PROJ_CHANGES']              = '[LBJS-00044] E2 to E6 are required fields.';
LBJSErrorMsgs['MSG_NO_FURTHER_ENV_PERMIT']        = '[LBJS-00045] At least one checkbox must be ticked in D1.';
LBJSErrorMsgs['MSG_NO_PART_ENV_PERMIT']           = '[LBJS-00046] At least one checkbbox must be ticked in B2.1.';
LBJSErrorMsgs['MSG_NO_PART_PROJ_DETAILS']         = '[LBJS-00047] At least one project detail under B2.2 must be added.';
LBJSErrorMsgs['MSG_EXCEED_ATTACH_LIMIT']          = '[LBJS-00048] Maximum of %0 file attachment(s) allowed.';
LBJSErrorMsgs['MSG_EXCEED_SIZE_LIMIT']            = '[LBJS-00049] Maximum file size exceeded.';
LBJSErrorMsgs['COMPONENT_NOT_INSTALLED_IE']       = '[LBJS-00050] The XML Signer component is not installed properly or your current security settings does not allow ActiveX controls to run.';
LBJSErrorMsgs['COMPONENT_NOT_INSTALLED_MOZILLA']  = '[LBJS-00051] The XML Signer extension is required to sign the application. Please click <a href="include/ETS2XmlSigner.xpi">ETS2 XML Signer</a> to install and restart Netscape/Firefox after installation.';
LBJSErrorMsgs['INVALID_XML_IN_SIGNING']           = '[LBJS-00052] Unable to parse xml.';
LBJSErrorMsgs['NO_CERTIFICATE']                   = '[LBJS-00053] No certificate installed.';
LBJSErrorMsgs['CERT_HAS_NO_PRIVATE_KEY']          = '[LBJS-00054] Certificate used has no corresponding private key.';
LBJSErrorMsgs['NO_CERTIFICATE_SELECTED']          = '[LBJS-00055] Please select a certificate.';
LBJSErrorMsgs['SIGNING_FAILED']                   = '[LBJS-00056] Signing failed.';
LBJSErrorMsgs['XPCOM_DOWNLOAD']                   = 'XPCOM Signing Component is only available in Netscape and Firefox.';
LBJSErrorMsgs['COMPONENT_IE_NOT_LATEST_VERSION']  = '[LBJS-00058] Please install the latest version of the XML Signer component.';

LBJSErrorMsgs['MSG_SELECT_REMOVE']  = '[LBJS-00059] Please select to remove file(s).';
LBJSErrorMsgs['MSG_INVALID_EMAIL']  = '[LBJS-00060] Invalid email address.';
LBJSErrorMsgs['MSG_INVALID_MONTH']  = '[LBJS-00061] Invalid month.';
LBJSErrorMsgs['MSG_INVALID_YEAR']  = '[LBJS-00062] Invalid year.';
LBJSErrorMsgs['MSG_NO_FILE_UPLOADED']  = '[LBJS-00063] No file is uploaded.';
LBJSErrorMsgs['MSG_SELECT_DOWNLOAD']  = '[LBJS-00064] Please select to download file(s).';
LBJSErrorMsgs['INVALID_DATE']  = '[LBJS-00065] Invalid date';
LBJSErrorMsgs['EITHER_PROJID_DATE']  = '[LBJS-00066] Please enter Application ID, Assigned or Date to search';
LBJSErrorMsgs['EITHER_PROJID_DATE']  = '[LBJS-00067] Please enter Application ID, Assigned or Date to search';
LBJSErrorMsgs['JRE_NOT_INSTALLED'] = '[LBJS-0068] Your browser does not support Java Applets or you disabled Java Applets in your browser-options. To use this applet, please install the newest version of Sun\'s Java Runtime Environment (JRE). You can get it from <a href="http://www.java.com/">java.com</a>';
LBJSErrorMsgs['MSG_INVALID_DATE_RANGE']  = '[LBJS-00069] Invalid Date Range';

// ETS labels and info messages
var LBJSMsgs = new Object();
LBJSMsgs['MSG_DAY']                          = '(Day)';
LBJSMsgs['MSG_MONTH']                        = '(Month)';
LBJSMsgs['MSG_YEAR']                         = '(Year)';
LBJSMsgs['MSG_DATE']                         = '(Date)';
LBJSMsgs['MSG_TIME']                         = '(Time)';
LBJSMsgs['CONFIRM_DISCARD']                  = 'Unsaved data will be discarded. Continue?';
LBJSMsgs['CONFIRM_LOGOUT']                   = 'Are you sure you want to logout?';
LBJSMsgs['MSG_PROCESSING']                   = 'Processing';
LBJSMsgs['MSG_WAIT']                         = 'Request is being processed. Please wait...';

LBJSMsgs['MSG_CONF_FILE_UPLOAD']  = 'Are you sure you want to upload this file?';
LBJSMsgs['MSG_CONF_SIGN']  = 'Are you sure you want to continue?';
LBJSMsgs['MSG_CONF_CANCEL_SUBMISSION'] = 'Are you sure you want to cancel submission?';

LBJSMsgs['MSG_CONF_FORM_DELETE']  = 'Are you sure you want to delete this application form?';
LBJSMsgs['MSG_CONF_FORM_MODIFY']  = 'Are you sure you want to save the changes you made?';
LBJSMsgs['MSG_CONF_FORM_MODIFY_CANCEL']  = 'Are you sure want to cancel the changes you made?';

LBJSMsgs['MSG_CONF_FILE_DELETE']  = 'Are you sure you want to remove the selected file(s)?';

LBJSMsgs['MSG_CONF_USER_DELETE']  = 'Are you sure you want to delete this user?';
//-->
