formcheckLanguage = {
	required: "Lütfen boş bırakmayınız.",
	alpha: "Alfanumerik Karakter Giriniz.",
	alphanum: "Alfanumerik Karakter Giriniz.",
	nodigit: "Rakam Girmeyiniz.",
	digit: "Lütfen Rakam Giriniz.",
	digitmin: "The number must be at least %0",
	digitltd: "The value must be between %0 and %1",
	number: "Please enter a valid number.",
	email: "Lütfen Uygun Email Giriniz: <br /><span>Örn. ali@hotmail.com</span>",
	image : 'Bu Alana Resim Giriniz',
	phone: "Lütfen Telefon Giriniz.",
	url: "Lütfen Web Adresi Giriniz <br /><span>Örn. http://www.domain.com</span>",
	
	confirm: "Bu alan ilk  %0 ile ayni olmali",
	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",
	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: "Lütfen seçiniz",
	radios: "Lütfen seçiniz",
	select: "Lütfen seçiniz"
}