formcheckLanguage = {
	required: "",
	alpha: "Bu alana sadece alfabetik karakter girebilirsiniz.",
	alphanum: "Bu alana sadece rakam girebilirsiniz.",
	nodigit: "Rakam giremezsiniz.",
	digit: "Please enter a valid integer.",
	digitmin: "The number must be at least %0",
	digitltd: "The value must be between %0 and %1",
	number: "Lütfen geçerli bir numara giriniz",
	email: "Lütfen Geçerli bir E-mail adresi giriniz: <br /><span>Örnek: yourname@domain.com</span>",
	ad: "Lütfen isim alanını doldurunuz",
	image : 'This field should only contain image types',
	phone: "Geçerli bir Telefon numarası giriniz.<br /><span style='font-size:9px;'>(Örnek:0 212 555 55 55)</span>",
	url: "Geçerli bir web adresi giriniz: <br /><span>E.g. http://www.domain.com</span>",
	
	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: "",
	words_min : "This field must concain at least %0 words, currently: %1 words",
	words_range : "This field must contain %0-%1 words, currently: %2 words",
	words_max : "This field must contain at max %0 words, currently: %1 words",
	checkbox: "Please check the box",
	radios: "Please select a radio",
	select: "Please choose a value"
}