jQuery.extend(jQuery.validator.messages,{required:"This field is required.",remote:"Please fix this field.",url:"Please enter a valid URL.",date:"Please enter a valid date.",dateISO:"Please enter a valid date.",number:"Please enter a valid number.",digits:"Please enter only digits.",creditcard:"Please enter a valid credit card number.",equalTo:"Please enter the same value again.",accept:"Please enter a value with a valid extension.",maxlength:$.validator.format("Please enter no more than {0} characters."),minlength:$.validator.format("Please enter at least {0} characters."),rangelength:$.validator.format("Please enter a value between {0} and {1} characters long."),range:$.validator.format("Please enter a value between {0} and {1}."),max:$.validator.format("Please enter a value less than or equal to {0}."),min:$.validator.format("Please enter a value greater than or equal to {0}.")});DEFAULT_REGEX_MESSAGE="Content of field is invalid";PanbetBaseMessages={deposit_limit:{regex:DEFAULT_REGEX_MESSAGE},stake_limit:{regex:DEFAULT_REGEX_MESSAGE},cvv:{regex:DEFAULT_REGEX_MESSAGE},login:{regex:"Your username should contain only letters and numbers and be between 6 and 20 characters in length"},login_password:{regex:"Your password should contain only letters and numbers and be between 6 and 20 characters in length"},username:{regex:DEFAULT_REGEX_MESSAGE},password:{regex:DEFAULT_REGEX_MESSAGE},oldpassword:{regex:DEFAULT_REGEX_MESSAGE},confirmpassword:{regex:DEFAULT_REGEX_MESSAGE},phone1:{regex:DEFAULT_REGEX_MESSAGE},phone2:{regex:DEFAULT_REGEX_MESSAGE},nameoncard:{regex:DEFAULT_REGEX_MESSAGE},wmpurse:{regex:DEFAULT_REGEX_MESSAGE},amount:{regex:DEFAULT_REGEX_MESSAGE},aemail:{regex:DEFAULT_REGEX_MESSAGE},aemail2:{regex:DEFAULT_REGEX_MESSAGE},secure_id:{regex:DEFAULT_REGEX_MESSAGE}};