﻿//Language Dictionary

var LANG = {
    MSG_ENTER_EMAIL     : "Please enter your email!",
    MSG_INVALID_EMAIL   : "Your email is invalid!",
    MSG_ENTER_PASSWORD  : "Please enter your password!",
    MSG_APPOINTMENT_DOC : "<br/>Appointments will not be registered until you submit.",
    MSG_SUBMIT          : "Submit",
    MSG_SELECT_TIME     : "Please select the Time",
    MSG_COMMENT_500     : "Comment is 500 words avaliable",
    MSG_SELECT_TIME2    : "--select time--",
    ALERT_TIME          : "Time",
    ALERT_DATE          : "Date",
    ALERT_LOCATION      : "Location",
    ALERT_ERR_EMAIL     : "Please check the E-mail in "

}

