formcheckLanguage = {
	required: "Bu alan gereklidir.",
	alpha: "Bu alan sadece alfabetik karakterler kabul eder.",
	alphanum: "Bu alan sadece alfanümerik karakterler kabul eder.",
	nodigit: "Hayır basamak kabul edilir.",
	digit: "Geçerli bir tamsayı girin.",
	digitmin: "Sayı olmalıdır en az %0.",
	digitltd: "Değeri %0 ile %1 arasında olmalı.",
	number: "Geçerli bir numara girin.",
	email: "Geçerli bir e-posta girin: <br /> <span> Örneğin yourname@domain.com </span>",
	image : 'This field should only contain image types',
	phone: "Please enter a valid phone.",
	url: "Please enter a valid url: <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: "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: "Onaylayın",
	radios: "Bir radyo seçin",
	select: "Lütfen bir değer seçin"
}
