var I18NObject = new Object(); function I18N(){} I18N.initialize=function(){ I18NObject[‘js.validator.vulnerable.msg’]='”$0″ field has vulnerable content.’; I18NObject[‘js.validator.empty.msg’]='”$0″ cannot be empty.’; I18NObject[‘js.validator.length.msg’]='”$0″ exceeds the limit. Please keep the length within $1.’; I18NObject[‘js.validator.invalid.msg’]='”$0″ has invalid content. Please change to the format shown below.’; I18NObject[‘js.validator.number.msg’]='”$0″ value must be numeric.’; I18NObject[‘js.validator.float.msg’]='”$0″ value must be numeric.’; I18NObject[‘js.validator.double.msg’]='”$0″ value must be numeric.’; I18NObject[‘js.validator.email.msg’]=’Email id format should be like “support@zohocorp.com”‘; I18NObject[‘js.validator.phone.msg’]=’Only numbers(0-9), “+” and “-” are allowed.’; I18NObject[‘js.validator.length.decimal.errmsg’]=’Decimal places should not be more than $0.
Please check and correct the value of $1.’; I18NObject[‘js.validator.date.errmsg’]=’Date value “$0” mentioned in $1 is invalid. Please follow the format “$2” or pick it from the calendar.’; I18NObject[‘js.validator.website.msg’]=’Please Enter a valid URL.’; I18NObject[‘js.validator.zip.msg’]=’Only numbers(0-9), “-” are allowed.’; }