// epionet 03/06/2003
// Localisation_en.js containss the english alert values for the Hotel Revenue application

/// <title>Localisation_en.js</title>
/// <createdby>epionet</createdby>
/// <created>03/06/2003</created>
/// <updatedby></updatedby>
/// <updated></updated>

// Global alerts for Revenue Applications and Fines
/// <publicvars name="gInvalidEntry" type="string">
///   Invalid Tax Item Entry
/// </publicvars>
var gInvalidEntry = 'Fees should be in numeric or decimal format';
/// <publicvars name="gInvalidFormSubmit" type="string">
///   Invalid Tax Items in form. cannot submit message
/// </publicvars>
var gInvalidFormSubmit = 'Fees must be entered correctly before submitting Application';
/// <publicvars name="gInvalidFormSubmit2" type="string">
///   Entries have not been completed. Cannot submit form message.
/// </publicvars>
var gInvalidFormSubmit2 = 'Revenue Application cannot be submitted if there are no Fees entered';
/// <publicvars name="gInvalidRevenueTotals" type="string">
///   Multiple Payment Voucher installments must total the totaltax due.
/// </publicvars>
var gInvalidRevenueTotals = 'Installments entered do not equal Amount Due';
/// <publicvars name="gInvalidData" type="string">
///   User must select valid data when adding or editing a fine
/// </publicvars>
var gInvalidData = 'Please select valid data';
/// <publicvars name="gInvalidRemark" type="string">
///   User must input valid remark and username when adding or editing a fine
/// </publicvars>
var gInvalidRemark = 'Remark and UserName must be entered';
/// <publicvars name="gInvalidRevenueAmount" type="string">
///   User must input Revenue Amount when adding a fine of type 2
/// </publicvars>
var gInvalidRevenueAmount = 'Please enter a Revenue Amount';
/// <publicvars name="gInvalidForm" type="string">
///   If invalid form is submitted
/// </publicvars>
var gInvalidForm = 'Invalid Form';
/// <publicvars name="gNoMiniBalance" type="string">
///   If invalid form is submitted
/// </publicvars>
var gNoMiniBalance = 'This Fine is Exempt. Mini-Balance does not apply.';

var gInvalidMessageData = 'Please Input Valid Message Data';
/// <publicvars name="gInvalidMessageData" type="string">
///   If Incomplete Message is submitted
/// </publicvars>

var gInvalidClaimPaymentAmount='Total Payment may not Exceed Total Amount of Claim !';
/// <publicvars name="gInvalidClaimPaymentAmount" type="string">
///   If Total Payment Vouchers does exceed Total Amount of Claim
/// </publicvars>

var gInvalidChequeBounceDate='Please Input Date of Cheque Bouncing';
/// <publicvars name="gInvalidChequeBounceDate" type="string">
///   If invalid Cheque Bounce Date
/// </publicvars>
var gInvalidMaintenanceMonths='Please Select Months for Maintenance';
/// <publicvars name="gInvalidMaintenanceMonths" type="string">
///   If Maintenance Months Not Selected
/// </publicvars>

var gInvalidDataEntries ='Please Check that Inputed Data is Valid and Try Again.';
/// <publicvars name="gInvalidDataEntries" type="string">
///   If Form is Invalid
/// </publicvars>
var gInvalidRemarkText='Please Enter Remark Text';
/// <publicvars name="gInvalidRemarkText" type="string">
///   Remarks Text
/// </publicvars>
var gInvalidClaimEntry ='Please Select Months for Claim and Enter Valid Data';
/// <publicvars name="gInvalidClaimEntry" type="string">
///   Invalid Claim
/// </publicvars>

/// <publicvars name="gInvalidLicenceList" type="string">
///   Invalid CSV of LicenceNos
/// </publicvars>
var gInvalidLicenceList = 'Invalid character in Licence List';
