formcheckLanguage = {
	required: "此欄位不能留空.",
	alpha: "This field accepts alphabetic characters only.",
	alphanum: "此欄位只接受英文字母或數字",
	nodigit: "No digits are accepted.",
	digit: "此欄位數必須是整數.",
	digitmin: "The number must be at least %0",
	digitltd: "此欄位數必須 於 %0 至 %1 之間",
	number: "Please enter a valid number.",
	email: "請輸入正確的電郵格式 <br /><span>例如: 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: "與第一次輸入的不相同",
	//confirm: "This field is different from %0",
	differs: "This value must be different of %0",
	length_str: "欄位長度不正確，必須由 %0 至 %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: "請選擇",
	radios: "請選擇其中一個",
	select: "請選擇其中一個"
}
