﻿formcheckLanguage = {
	required: "该项必须填写",
	alpha: "This field accepts alphabetic characters only.",
	alphanum: "This field accepts alphanumeric characters only.",
	nodigit: "不接受数字",
	digit: "请输入有效数字",
	digitmin: "该数字不小于 %0",
	digitltd: "该数字必须在 %0 到 %1 之间 ",
	number: "请输入有效的数",
	email: "请输入有效的Email <br /><span>E.g. info@hdxxg.com</span>",
	image : '该项只接受图片',
	phone: "请输入有效的电话号码<br />E.g. 130xxxxxxxx<br />&nbsp;&nbsp;&nbsp;&nbsp; 0532-xxxxxxxx",
	url: "请输入有效的网址: <br /><span>E.g. http://www.hdxxg.com</span>",
	
	confirm: "该项与 %0 不匹配",
	differs: "该项必须与 %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: "请选择一项"
}
