if (typeof SITETALK == "undefined") {
        SITETALK = {};
}
if (typeof SITETALK.LANGUAGE == "undefined") {
        SITETALK.LANGUAGE = {};
}

SITETALK.LANGUAGE.REGISTRATION = {
        "email": "Email",
        "processing": "Please wait while we are processing your request...",
        "invalidfirstname": "Please enter a valid first name (2-24 characters long).",
        "invalidlastname": "Please enter a valid last name (2-24 characters long).",
        "emailverificationfailure": "Your email address and email verification does not match. Make sure 'Caps Lock' is off.",
        "invalidemail": "Please provide a valid email address.",
        "invalidpasswordformat": "Invalid format on password. Please try again.",
        "countryrequired": "Country-not selected: Please choose a country.",
        "townrequired": "Please enter the name of the town you live in.",
        "genderrequired": "Sex - not selected: Please choose if you are a female or male.",
        "languagerequired": "Preferred Language - not selected: Please choose a preferred language.",
        "invalidbirthdate": "You must set a valid birthdate.",
        "invalidusername": "Invalid username. Please try again. (4-20 characters long).",
        "accepttermsofuse": "Please accept terms of use.",
        "confirmover13": "Please verify your age is over 13 years.",
        "invalidsponsor": "Sponsor name to long, or to short. ( 3 to 24  chars, [a-z] )."
};

