// validatir language
var validatorError = 
{
	datelimit:"The time cannot be less than now.",
	launch:"The field cannot be left blank.",
	equal:"The Confirm ESN and ESN must be equal.",
	firstName:"First name is required.",
	lastName:"Last name is required and the combined character length of First name and Last name must be between 4 to 32.",
	location:"Location is required.",
	telError:"Telephone number must be between 8 to 12 digits, dashes '-' may be entered as separators.",
	faxError:"Fax number must be between 8 to 12 digits, dashes '-' may be entered as separators.",
	cellError:"Cell number must be between 8 to 12 digits, dashes '-' may be entered as separators.",
	address1:"Address line 1 is required.",
	address2:"Address line 2 is required.",
	province:"Please select a province.",
	city:"City is required.",
	postcode:"The Postal Code must 5-17 character or number.",
	trnCardNumber:"Card number must be between 12 to 18 digits.",
	email:"Email entered is invalid.",
	terms:"Please accept the terms and conditions.",
	addressselect:"Please select an address.",
	billingaddressselect:"Please select an address.",
	bmusername:"User name is required.",
	cityforcell:"Please select a city.",
	ponumber:"",
	signaturePassword:"Signature password is required.",
	otherCarriersNumber:"Other carrier number is required.",
	accountNumberOtherCarrier:"Account number of other carrier is required.",
	activeESNotherCarrier:"Active ESN of other carrier is required.",
	exactBillingInfoFromOherCarrier:"Exact billing information from other carrier is requried.",
	authorizingContactName:"Authorizing contact name is required.",
	IagreeToKeep:"Please accept the terms and conditions.",
	cellNumber:"Please input the 10 digits."
}
