if (typeof CASINO.validation.messages === 'undefined') {CASINO.validation.messages = {};} (function() { this.validate_birth_date = "Please select a valid date"; this.no_games_found = "Sorry – we can't find the game you're looking for"; this.password_weak = ""; this.__site_id = "7"; this.confirm_email = "Please confirm your email address"; this.confirm_password = "Your passwords do not match"; this.letters_digits = "Please use only English letters and numbers"; this.wrong_old_pass = "Password entered has already been used recently. Please select another one and try again."; this.name_regex = "Please use only English letters, spaces and dashes "; this.validate_phone_regex = "Maximum 16 characters allowed. Please use only numbers and the characters: “.+()*"; this.maxlength = "Please enter no more than {0} characters"; this.username_regex = "Please use only English letters, numbers and underscores"; this.__version = "11"; this.minlength = "Please enter at least {0} characters "; this.username_taken = "Unfortunately this username is already taken – please try another"; this.gender_required = "Please select a gender"; this.email_required = "Please enter a valid email"; this.page_url = "error_messages"; this.address_regex = "Please use only English letters, numbers, spaces and the following characters: \"_-/,.&#"; this.validate_phone_code_regex = "Your area code should be between 1 and 4 characters – including only numbers and \".+-()""; this.validate_phone = "Please enter both your area code and phone number"; this.accept_terms_required = "You must accept the Terms and Conditions"; this.validate_min_birth_date = "You must be at least 18 years old to join"; this.address_required = "Please enter an address"; this.letters_digits_spaces = "Please use only English letters, numbers and spaces"; this.accept_privacy_required = "You must accept the Privacy Policy"; this.password_hint = "Your password should be between 5 and 10 characters"; this.required = "This field is required"; this.exact_length_fiscal = ""; this.__template = "error_translations"; }).call(CASINO.validation.messages);