﻿formcheckLanguage = {
	required: "Please fill in all fields before validation.",
	alpha: "This field accepts alphabetic characters only.",
	alphanum: "This field accepts alphanumeric characters only.",
	nodigit: "No digits are accepted.",
	digit: "Please enter a valid integer.",
	digitmin: "The number must be at least %0",
	digitltd: "The value must be between %0 and %1",
	number: "Please enter a valid number.",
	prodcode: "The product code must start with 28/27 or 54.",
	serialnumber: "The serial number must start with 5.",
	email: "The e-mail address you entered is not valid: <br /><span>E.g. yourname@domain.com</span>",
	phone: "The phone number you entered is not valid: <br/><span>E.g. 00441234567890</span>",
	url: "Please enter a valid url: <br /><span>E.g. http://www.domain.com</span>",
	pcCheck : "8 digits, starting with 28/27/54xxxxxx",
	pcNotFound: "The Product Code entered is not known to our systems, please try again and ensure no errors were made while entering your data.",
	confirm: "This field is different from %0",
	differs: "This value must be different of %0",
	length_str: "The length is incorrect, it must be between %0 and %1",
	length_fix: "The length is incorrect, it must be exactly %0 characters",
	lengthmax: "The length is incorrect, it must be at max %0",
	lengthmin: "The length is incorrect, it must be at least %0",
	checkbox: "Please check the box",
	radios: "Please select an option",
	select: "Please select"
}