(function($){
	
	var strings = {
			
		en:{
			empty:"field %s is mandatory",
			email:"field %s is not a valid address",
			numeric:"field %s must be numeric",
			alpha:"field %s must be alphabetic",
			alphanum:"field %s can contain letters and numbers only",
			codfisc:"field %s is not a valid fiscal code",
			piva:"field %s is not a valid VAT code",
			errors:"Errors:"
		}
	};
	
	jQuery.fn.formCheck({method:"translation",strings:strings});
	
})(jQuery);
