﻿var Tips = {
    Username: {
        Tip: "Use 4 to 32 characters and start with a letter. You may use letters, numbers, underscores",
        Existence: "This Username is not available",
        Error: "Only 4 to 32  letters, numbers, underscores are allowed",
        Empty: "Please enter your username."
    },
    Password: {
        Tip: "Capitalisation matters. Use 6 to 32 characters, no spaces.",
        Error: "Use 6 to 32 characters",
        Empty: "Please enter your password."
    },
    ConfirmPassword: {
        Tip: "",
        Existence: "Please verify your password again.",
        Error: "Please verify your password again.",
        Empty: "Please enter your password."
    },
    Company: {
        Tip: "Enter your company name.",
        Error: "Invailable company name",
        Empty: "Please enter your company name."
    },
    Contact: {
        Tip: "Enter your contact name.",
        Error: "Please enter an available name",
        Empty: "Please enter your contact name."
    },
    Email: {
        Tip: "Enter your e-mail address.",
        Error: "This is not a valid e-mail address.",
        Empty: "Please enter your e-mail address."
    },
    Phone: {
        Tip: "Enter your phone number.",
        Error: "This is not a valid phone number.",
        Empty: "Please enter your phone number."
    },
    Position: {
        Tip: "Enter your position.",
        Error: "This is not a valid position.",
        Empty: "Please enter your position."
    },
    Fax: {
        Tip: "Enter your fax number.",
        Error: "This is not a valid fax number.",
        Empty: "Please enter your fax number."
    },
    Address: {
        Tip: "Enter your address.",
        Error: "This is not a valid address.",
        Empty: "Please enter your address."
    },
    Postcode: {
        Tip: "Enter your postcode.",
        Error: "This is not a valid postcode.",
        Empty: "Please enter your postcode."
    },
    Nameofentery: {
        Tip: "Enter the name of entey.",
        Error: "This is not a valid name of entey.",
        Empty: "Please enter the name of entey."
    }
};

