jQuery.extend(jQuery.validator.messages, { required: "This is a required field. Please Fill in.", remote: "Please Corretct this Field", email: "Please enter the correct format for e-mail", url: "Please enter a valid URL", date: "Please enter a valid Date Format", dateISO: "Please enter a valid Date Format(ISO)", number: "Please enter a Number", digits: "Please enter a Integer Number", creditcard: "Please enter a valid Credit Card Number", equalTo: "Please enter the same value again", accept: "Please enter a value with suffix", maxlength: jQuery.format("Please enter a maximum length of {0} only"), minlength: jQuery.format("Please enter a minimum length of {0}"), rangelength: jQuery.format("Please enter a length betwwen {0} and {1}"), range: jQuery.format("Please enter a value between {0} and {1}"), max: jQuery.format("Please enter a maximum value of {0} only"), min: jQuery.format("Please enter a minimum value of {0}"), positivenumber: "Please enter a positive number", negativenumber: "Please enter a number", maxWords: $.format("Please enter {0} words or less"), minWords: $.format("Please enter at least {0} words"), rangeWords: $.format("Please enter between {0} and {1} words"), letterswithbasicpunc: "Please enter Letters or Punctuation only", alphanumeric: "Letters, numbers, spaces or underscores", lettersonly: "Please enter Letters only", nowhitespace: "No white space", ziprange: "Your ZIP-code must be in the range 902xx-xxxx to 905-xx-xxxx", phone : "Please enter a valid phone number", strippedminlength: jQuery.format("Please enter at least {0} characters"), confirm_password : $.format("Password not match") });