
var MSG_NOCHANGE = "No Changes are made to save the data";
var MSG_CONFIRM_CANCEL = "Do you want to cancel your changes?\nPress [Ok] to cancel your changes..";

var MSG_MIN_SEGLEN = "Minimum Length should be greater than 0 and less than 5.";
var MSG_MAX_SEGLEN = "Maximum Length should be greater than or Equal to the Minimum Length and should be less than 5.";


//Application code setup
var MSG_EMPTY_APPCODE = "Application Code cannot be empty.";
var MSG_EMPTY_APPNAME = "Application Name cannot be empty";
var MSG_APPCODE_6 = "Application Code must be of 6 digits";

//Error Message Setup
var MSG_EMPTY_CODE = " Code cannot be empty.\n";
var MSG_EMPTY_DESC = "Description cannot be empty.\n";

//messages from Ref_params.aspx and SecurityQuestions.aspx
var MSG_EMPTY_MINLEN = "Minimum length must be specified (1-10). \n";
var MSG_EMPTY_MAXLEN = "Maximum length must be specified (1-10). \n";
var MSG_INVALID_MIN  = "Minimum value is an invalid integer (1-10). \n";
var MSG_INVALID_MAX  = "Maximum value is an invalid integer (1-10). \n";
var MSG_NO_DATATYPE = "Please select a data type. \n";
var MSG_NO_ANSTYPE = "Please select a Answer type. \n";
var MSG_NO_INDICATOR = "Please select the scope indicator. \n";
var MSG_SCOPE_EMPTY = "You must enter a scope value if scope indicator type is Record. \n";
var MSG_MINMAX = "Maximum value should be more than or equal to minimum value.\n";
var MSG_NO_ADDL_INFO = "Please select whether Addlitional Info is required or not. \n"; 

//messages from Grant Category
var MSG_INVALID_GR_CAT = "Please enter a valid category. \n";
var MSG_INVALID_GR_DESC = "Please enter a valid description. \n";
var MSG_CODE_CANNOT_CHG = "Code cannot be changed. \n";
var MSG_INVALID_IAG_CLS = "Please enter a valid Intermediate Agency Class. \n";
var MSG_CHILD_RECORD_EXISTS = "Cannot delete record because child record exists. \n";
var MSG_IA_AC_DUPLICATE = "Intermediate Agency and Agency Class cannot be the same. \n";

//messages used in Section Designer
var MSG_EMPTY_GC = "Please Enter Grant Category\n";
var MSG_EMPTY_GP = "Please Enter Grant Program\n";
var MSG_EMPTY_SC = "Please Enter Section Category\n";
var MSG_EMPTY_SECNO = "Please enter section number\n";
var MSG_EMPTY_TITLE = "Please enter title\n";
var MSG_NO_SECTYPE = "Please select Section Type\n";
var MSG_NO_ATTACH = "Please select Attachment Applicability\n";
var MSG_NO_SCORE = "Please select a scoring applicability\n";
var MSG_INVALID_SCORE = "Please enter valid maximum score value\n";

//messages used in Grant Program Timeline
var MSG_VALID_GR_CAT = "Please enter a valid Grant Category. \n";
var MSG_VALID_GR_PRG = "Please enter a valid Grant Program. \n";
var MSG_VALID_RFP_DT ="Please enter a valid RFP Publication Date. \n";
var MSG_VALID_SUB_DT = "Please enter a valid Submission Date. \n";
var MSG_VALID_SUB_TIME = "Please enter a valid Submission Time. \n";
var MSG_VALID_RW_DI_DT = "Please enter a valid Review Distribution Date. \n";
var MSG_VALID_RW_ST_DT = "Please enter a valid Review Start Date. \n";
var MSG_VALID_AA_DT = "Please enter a valid Application Approval Date. \n";
var MSG_VALID_NOT_DAYS = "Please enter a valid Notification Days. \n";
var MSG_VALID_APP_DAYS = "Please enter a valid Appeal Days. \n";
var MSG_VALID_PENALTY= "Please enter a valid penalty. \n";
var MSG_LD_NE_QA_A_Y = "Last date cannot be empty when Q & A Applicablity is Yes. \n";
var MSG_GSD_NE_GP_A_Y = "Grace Submission date cannot be empty when Grace Period Appl is Yes. \n";
var MSG_P_NE_P_LS_PA_Y = "Penalty cannot be empty when Penalty for late submission is Percentage or Amount is Yes. \n";
var MSG_VALID_TIME = "Please enter a valid time as HH:MM. \n";
var MSG_SUB_DT_NLE_RFP_DT = "Submission date cannot be less then or equal to RFP Date. \n";
var MSG_GSD_GE_SD = "Grace submission date should be greater then or equal to submission date. \n";
var MSG_RDD_G_ASD = "Review distribution date should be greater then application submission date. \n";
var MSG_RDD_G_GSD = "Review distribution date should be greater then grace submission date. \n";
var MSG_RSD_GE_RD = "Review start date should be greater then or equal to review distribution. \n";
var MSG_AAD_GE_RDD = "Application approval date should be greater then or equal to review distribution date. \n";
var MSG_CD_CHILD_EXISTS = "Cannot delete since child Record Exists for the particular record. \n";
var MSG_PN_CN_ZERO = "Penalty cannot be zero or less when Penalty for late submission is Percentage or Amount is Yes. \n"
var MSG_PU_CN_EMPTY = "Penalty unit cannot be empty when Penalty for late submission is Percentage or Amount is Yes. \n"
var MSG_SUB_DT_CN_LS_DT = "Submission date cannot be less then or equal to Last Date for Q and A. \n";
var MSG_AA_DT_GT_RSD = "Application approval date should be greater then review start date. \n"
var MSG_VALID_DATE_FT = "Please enter a valid date in mm/dd/yyyy format. \n";

//messages used in Grant review volunteer registration
var MSG_VALID_OPT = "Please select the option Do you have an Login Name. \n";
var MSG_CUW_ULN = "You cannot unsubscribe without a valid user login name. \n";
var MSG_VALID_LOG_NM = "Please enter a valid Login Name. \n";
var MSG_VALID_PSSWD = "Please enter a valid Password. \n";
var MSG_TD_G_FD = "To date should greater then from date. \n";
var MSG_CRW_ULN = "You cannot register without a valid user login name. \n";
var MSG_VALID_RE = "Please enter a valid Review Experience. \n";
var MSG_VALID_FRDT = "Please enter a valid From Date. \n";
var MSG_VALID_TODT = "Please enter a valid To Date. \n";
var MSG_EDU_CE = "Level of education cannot be empty. \n";
var MSG_PR_CE = "Profession cannot be empty. \n";
var MSG_R_U_C = "Please select Register, Unsubscribe or Change mode. \n";
var MSG_SIGN_UP = "Please sign up as a valid user first. \n";

//messages used in Grant Program technical assistance session
var MSG_VALID_NUMBER = "Please enter a valid number. \n";
var MSG_FT_CG_TT = "From time should not be greater then To time. \n";
var MSG_FT_CE_TT = "From time should not be equal to the To time. \n";
var MSG_GT_Z = "Available seats should be greater then 0. \n";
var MSG_DT_CE = "Date cannot be empty. \n";
var MSG_FT_CE = "From time cannot be empty. \n";
var MSG_TT_CE = "To time cannot be empty. \n";
var MSG_V_CE = "Venue cannot be empty. \n";
var MSG_AL1_CE = "Address Line1 cannot be empty. \n";
var MSG_C_CE = "City cannot be empty. \n";
var MSG_S_CE = "State cannot be empty. \n";
var MSG_Z1_CE = "Primary Zip code cannot be empty. \n";
var MSG_AS_CE = "Available seat cannot be empty. \n";
var MSD_SD_CL_CD = "The Session date cannot be lesser then current date. \n"
var MSG_SA_GE_AR = "The no of seats available should be greater then or equal to Attendees Restriction. \n";

//messages used in Tech Assistance Registration Required
var MSG_VALID_GC = "Please enter a valid Grant Category. \n";
var MSG_VALID_PR = "Please enter a valid Program. \n";
var MSG_VALID_AGENCY = "Please enter a valid Agency. \n"
var MSG_VALID_APP = "Please enter a valid Application. \n";
var MSG_VALID_SESS = "Please enter a valid session. \n"
var MSG_VALID_EMAIL = "Please enter a valid email. \n"
var MSG_RECORDLOCKED = "This record is locked so please cancel the operation and then proceed. \n";
var MSG_EMAIL_N = "Email need not be specified if the code is already present. \n";
var MSG_USR_NAME = "No record is added or Changed. \n";
var MSG_CHK_MAND = "Please check at least one record to be deleted. \n";
var MSG_A_CG_AR = "The number of attendees cannot be greater then the number of attend restriction for an particular agency which is. \n";
var MSG_A_PA = "The number of attendees cannot be greater then the number of attend restriction for an particular agency. \n";
var MSG_A_CG_SA = "The number of attendees cannot be greater then the number of seats available. \n";

//messages used in Tech Session Lookup screen
var MSG_TS_LOCKED = "This Technical Session is locked by another user. Please select another Session. \n";

//messages used in Grant Sequence Setup
var MSG_EMPTY_GS = "Select Grant Stage. \n";
var MSG_STAGESEQ_EMPTY = "Please enter the stage sequence value. \n";
var MSG_NO_STAGEAPPL = "Please select whether this stage is mandatory or optional. \n";
var MSG_EMPTY_SEQNO = "Sequence number is empty. \n";
var MSG_EMPTY_STATUS = "Grant Stage Status is empty. \n";
var MSG_NO_APPL = "Please select a status applicability. \n";
var MSG_NO_RULE = "Please select the promotion rule. \n";
var MSG_EMPTY_NSTAGE = "Please select what is the next stage. \n";
var MSG_EMPTY_NSTATUS = "Please select what is the next status. \n";

//messages used in Control Master 
var MSG_EMPTY_USR_MIN_LEN="Please enter User Minumum Length. It cannot be empty. \n";
var MSG_USR_MIN_LEN_RANGE="User Minimum Length should be with in the range of 3 to 25. \n";
var MSG_EMPTY_PWD_VAL="Please enter Password Validity days. It cannot be empty. \n";
var MSG_PWD_VAL_EQUAL_RANGE="Password Validity days should be 7";
var MSG_PWD_VAL_RANGE="Password Validity days should be with in the range of 7 to ";
var MSG_EMPTY_PWD_RESET="Please enter Password Minimum Reset Days. It cannot be empty. \n";
var MSG_PWD_RESET_RANGE="Password Minimum Reset Days should be with in the range of 3 to 25. \n";
var MSG_EMPTY_PWD_TRIES="Please enter Password Maximum Tries. It cannot be empty. \n";
var MSG_PWD_TRIES_RANGE="Password Maximum Tries should be less than or equal to  3. \n";
var MSG_EMPTY_PWD_MIN_LEN="Please enter Password Minimum Length. It cannot be empty. \n";
var MSG_PWD_MIN_LEN_RANGE="Password Minimum Length should be with in the range of 3 to 25. \n";
var MSG_EMPTY_PWD_REM="Please enter Password Reminder Days. It cannot be empty. \n";
var MSG_PWD_REM_RANGE="Password Reminder days should be with in the range of 7 to ";
var MSG_PWD_REM_EQUAL_RANGE="Password Reminder days should be 7";

//messages used in Application Setup
var MSG_PARENT_SELECTED = "You have selected some parent items, which have children items under it. \nDeleting them would delete all child items under it. \nDo you want to continue?\n";
var MSG_INACTIVE_ROLE = "Inactive Role assignments may exist for application screen. \nDo you want to activate all Role - Application assignments ?\n"
var MSG_ACTIVE_ROLE = "Active Roles may exist for application screen. \nDo you want to inactivate all Role - Application assignments ?\n";
var MSG_ADDL_INFO_NA_APPCODE = "Additional Info is not applicable as App Code is Empty.\n";
var MSG_ADDL_INFO_NA_NA = "Additional Info is not applicable for Access[NA].\n";
