formcheckLanguage = {
	required: "This field is required - <span dir='rtl'>שדה חובה</span>",
	alpha: "This field accepts alphabetic characters only - <span dir='rtl'>אותיות בלבד</span>",
	alphanum: "This field accepts alphanumeric characters only - <span dir='rtl'>אותיות וספרות בלבד</span>",
	nodigit: "No digits are accepted - <span dir='rtl'>ללא ספרות</span>",
	digit: "Please enter a valid integer - <span dir='rtl'>הכנס מספר חוקי</span>",
	digitmin: "The number must be at least %0 - <span dir='rtl'>מספר זה חייב להיות לפחות %0</span>",
	digitltd: "The value must be between %0 and %1 - <span dir='rtl'>ערך בין 0%-1%</span>",
	number: "Please enter a valid number - <span dir='rtl'>הכנס מספר חוקי</span>",
	email: "Please enter a valid email: - <span dir='rtl'>הכנס דוא\"ל חוקית</span><br/><span>E.g./לדוגמה yourname@domain.com</span>",
	phone: "Please enter a valid phone - <span dir='rtl'>הכנס מספר טלפון חוקי</span>",
	url: "Please enter a valid url: - <span dir='rtl'>הכנס כתובת חוקית</span><br /><span>E.g./לדוגמה http://www.domain.com</span>",
	
	confirm: "This field is different from %0 - <span dir='rtl'>שדה זה שונה מ- 0%</span>",
	differs: "This value must be different of %0 - <span dir='rtl'>הערך חייב להיות שונה מ- 0%</span>",
	length_str: "The length is incorrect, it must be<br/>between - %0 and %1 - <span dir='rtl'>אורך שגוי, חייב להיות בין</span>",
	length_fix: "The length is incorrect, it must be exactly %0 characters - <span dir='rtl'>אורך שגוי, חייב להיות 0% תוים</span>",
	lengthmax: "The length is incorrect, it must be at max %0 - <span dir='rtl'>אורך שגוי, חייב להיות מקסימום 0%</span>",
	lengthmin: "The length is incorrect, it must be at least %0 - <span dir='rtl'>אורך שגוי, חייב להיות לפחות 0%</span>",
	checkbox: "Please check the box - <span dir='rtl'>אנא סמן את התיבה</span>",
	radios: "Please select a radio - <span dir='rtl'>אנא סמן את אפשרות הבחירה</span>",
	select: "Please choose a value - <span dir='rtl'>אנא בחר בערך</span>"
}


