formcheckLanguage = {
	required: "This field is required. <a class=\"tips_img\" href=\"help/help.php#validation_required\"><img src=\"images/system/help_small.jpg\" /></a>",
	alpha: "This field accepts alphabetic characters only.<a class=\"tips_img\" href=\"help/help.php#validation_alpha\"><img src=\"images/system/help_small.jpg\" /></a>",
	alphanum: "This field accepts alphanumeric characters only.<a class=\"tips_img\" href=\"help/help.php#validation_alphanum\"><img src=\"images/system/help_small.jpg\" /></a>",
	nodigit: "No digits are accepted.<a class=\"tips_img\" href=\"help/help.php#validation_nodigit\"><img src=\"images/system/help_small.jpg\" /></a>",
	digit: "Please enter a valid integer.<a class=\"tips_img\" href=\"help/help.php#validation_digit\"><img src=\"images/system/help_small.jpg\" /></a>",
	digitmin: "The number must be at least %0. <a class=\"tips_img\" href=\"help/help.php#validation_digitmin\"><img src=\"images/system/help_small.jpg\" /></a>",
	digitltd: "The value must be between %0 and %1.  <a class=\"tips_img\" href=\"help/help.php#validation_digitltd\"><img src=\"images/system/help_small.jpg\" /></a>",
	number: "Please enter a valid number. <a class=\"tips_img\" href=\"help/help.php#validation_number\"><img src=\"images/system/help_small.jpg\" /></a>",
	email: "Please enter a valid email: <br /><span>E.g. yourname@domain.com</span>.  <a class=\"tips_img\" href=\"help/help.php#validation_email\"><img src=\"images/system/help_small.jpg\" /></a>",
	phone: "Please enter a valid phone. <a class=\"tips_img\" href=\"help/help.php#validation_phone\"><img src=\"images/system/help_small.jpg\" /></a>",
	url: "Please enter a valid url: <br /><span>E.g. http://www.domain.com</span>.  <a class=\"tips_img\" href=\"help/help.php#validation_url\"><img src=\"images/system/help_small.jpg\" /></a>",
	
	confirm: "This field is different from your previously entered %0. <br />Please try again.<a class=\"tips_img\" href=\"help/help.php#validation_confirm\"><img src=\"images/system/help_small.jpg\" /></a>",
	differs: "This value must be different of %0.  <a class=\"tips_img\" href=\"help/help.php#validation_differs\"><img src=\"images/system/help_small.jpg\" /></a>",
	length_str: "The length must be between %0 and %1. For more information on this field, check our <a href=\"help.php\">help page.</a>",
	length_fix: "The length is incorrect, it must be exactly %0 characters.  <a class=\"tips_img\" href=\"help/help.php#validation_length_fix\"><img src=\"images/system/help_small.jpg\" /></a>",
	lengthmax: "The length is incorrect, it must be at max %0.  <a class=\"tips_img\" href=\"help/help.php#validation_lenghtmax\"><img src=\"images/system/help_small.jpg\" /></a>",
	lengthmin: "The length is incorrect, it must be at least %0.  <a class=\"tips_img\" href=\"help/help.php#validation_lengthmin\"><img src=\"images/system/help_small.jpg\" /></a>",
	checkbox: "Please check at least one box. <a class=\"tips_img\" href=\"help/help.php#validation_checkbox\"><img src=\"images/system/help_small.jpg\" /></a>",
	radios: "Please select a radio.  <a class=\"tips_img\" href=\"help/help.php#validation_radios\"><img src=\"images/system/help_small.jpg\" /></a>",
	select: "Please choose a value. <a class=\"tips_img\" href=\"help/help.php#validation_select\"><img src=\"images/system/help_small.jpg\" /></a>"
}
