/*
 * Translated default messages for the jQuery validation plugin.
 * Locale: CA
 */
jQuery.extend(jQuery.validator.messages, {
		required: "This field is required.",
		buga: "Message",
		zipCode: "Please enter a valid postal code.",
		phoneNumber: "Phone Number must be of 10 characters",
		CUphoneNumber: "Phone Number must be of 10 characters",
		PhoneExt: "Phone extension must be of 4 or 5 characters",
		remote: "Please fix this field.",
		email: "Please enter a valid email address.",
		url: "Please enter a valid URL.",
		date: "Please enter a valid date.",
		dateISO: "Please enter a valid date (ISO).",
		number: "Please enter a valid number.",
		phonenumber: "Valid Phone number format is 999-999-9999.",
		digits: "Please enter only digits.",
		creditcard: "Please enter a valid credit card number.",
		equalTo: "Please enter the same value again.",
		accept: "Please enter a value with a valid extension.",
		maxlength: $.validator.format("Please enter no more than {0} characters."),
		minlength: $.validator.format("Please enter at least {0} characters."),
		rangelength: $.validator.format("Please enter a value between {0} and {1} characters long."),
		range: $.validator.format("Please enter a value between {0} and {1}."),
		max: $.validator.format("Please enter a value less than or equal to {0}."),
		min: $.validator.format("Please enter a value greater than or equal to {0}."),
		emailEqualTo: "Email address does not match.",
		passwordEqualTo: "Password does not match.",
		noMoreVehicles: "You cannot add more than 5 vehicles.",
		deleteTire: "Are you sure you want to delete the tire?",
		deleteVehicle: "Are you sure you want to delete the Vehicle?",
		removeAssociation: "Are you sure you want to remove the association",
		signupMails: "You must sign up for the email newsletter. Would you like to sign up for the newsletter?",
		footerForgotPasswordHeaderText: "Forgot your Password",
		noResultOnDealerLocator: "<br/><div class='content'><p><b>There are no results based on your search terms.</b></p><p>You have the following options:</p><ul><li>Try searching again at a greater distance from your location.</li><li>Get shopping assistance by calling our Customer Service Department at 1-888-871-6666.</li></ul></div>",
		footerLoginHeaderText: "Login to BFGoodrichtires.ca",
		primaryVehicle: "Primary Vehicle",
		futureDate: "Please do not select future date",
		showTechnicalSpecifications: "Show Technical Specifications",
		showPerformanceRatings: "Show Performance Ratings",
		Hide: "Hide",
		Hide_Tire_Detail: "Hide All Sizes",
		Show: "Show",
		Show_Tire_Detail: "Show All Sizes",
		dealerLocatorErrorMessage: "Error: Could not find your searched location. Please try again.",
		TireRegistrationSameTireSelectionErrorMessage: "Same combination of tire name and DOT code are provided.",
		TireRegistrationEnterAccountDetailsMessage: "Please enter account details for email sign up.",
		TireRegistrationEnterCompleteAccountDetailsMessage: "Please enter complete account details for creating account .",
		TireRegistrationAccountAlreadyExistsMessage: "Account already exists for this email address. Please provide a valid email address.",
		TireRegistrationFutureDateMessage: "Date of purchase can not be a date in future!",
		TireRegistrationProfileUpdateConfirmationMessage: "Profile has changed. Do you want to update this?",
		TireResultPrintTextYMMO1: "Tire",
		TireResultPrintTextYMMO2: "of search results for",
		TireResultPrintTextYMMO3: "The results below represent the Michelin tire lines with sizes fitting your vehicle. Multiple sidewall versions of each tire may be available.",
		TireResultPrintTextYMMO4: "View tire details for information.",
		TireResultPrintTextYMMO5: "Original equipment vehicle tire size:",
		TireResultPrintTextYMMO6: "Recommended PSI:",
		TireResultPrintTextYMMO7: "Special vehicle notes &gt;",
		TireResultPrintTextSize1: "of search results for :",
		TireResultPrintTextCategory1: "of search results for category :",
		TireFitmentWidgetMessageYourSearch: "Your Search",
		TireFitmentWidgetMessage1: "This tire line is an Acceptable Alternative for your vehicle\'s specifications.",
		TireFitmentWidgetMessageViewThemNow: "View Them Now",
		TireFitmentWidgetMessageSearchNow: "Search Now",
		TireFitmentWidgetMessageFoundTire: "We have found tires that fit your vehicle\'s specifications!",
		TireFitmentWidgetMessageAcceptableAlternative: "This tire line has Acceptable Alternative Front and Rear fitments that meet your vehicle\'s specifications.",
		TireFitmentWidgetMessageFoundTireFrontRear: "We have found tires with Front and Rear fitment that fit your vehicle\'s specifications!",
		TireFitmentWidgetMessageNoTire1: "Unfortunately, this tire line does not meet your vehicle's specifications.",
		TireFitmentWidgetMessageNoTire2: "However, we may have another tire line in our portfolio that does.",
		TireFitmentWidgetMessageNoTire3: "Unfortunately, this tire line does not have any active part numbers that match the size you specified.",
		TireFitmentWidgetMessageNoTire4: "However, we have at least one part number in a different tire line that does match this size.",
		DealerLocatorYourSearchReturned: "Your search returned dealers within:",
		DealerLocatorMilesOf: "kilometres of",
		DealerLocatorHours: "Hours",
		DealerLocatorDistance: "Distance:",
		DealerLocatorDealerLocationResults: "Tire Dealer Location Results",
		Make: "Make",
		Model: "Model",
		Options: "Options",
		TireSize: "Tire size",
		Vehicle: "Vehicle",
		dotcode: "Please Enter a valid Dot Code",
		InvalidFName :"Invalid first name",
		InvalidLName :"Invalid last name",	
		EMAILNOTFOUNDINDATABASEMESSAGE: "Email address not found in the system. Please provide a different email address.",
		UnSavedTireInformation:'You have unsaved Tire Information below. Please select the vehicle your tire belongs and click "Submit Tires".',
		ExploreHelp:'Explore photo and video galleries for our tires based on the kind of driving you do.',
		UnSavedVehicleInformation:'You have unsaved Vehicle Information. Please click "Submit Vehicles" to save changes to your vehicle selections first.',
		MyVehicles : "My Vehicles"
});

