var
//User messages
VALID_USER_ID = "User ID must be an alphanumeric value.",

//PageTemplate messages
CNFM_RMV_PAGE_GRPS = "Are you sure to remove the Page Groups?",
NO_PAGE_GRPS = "Please select Page Groups.",
CNFM_RMV_PAGE_TMPLS = "Are you sure to remove the Page Templates?",
NO_PAGE_TMPLS = "Please select Page Templates.",

//File messages
NO_FILES = "Please select Files.",
BAD_UPLOADS = "You cannot upload the selected Files.",
FILES_TOO_BIG = " MB is the maximum size of File uploads.",
NO_FILES_TO_SHORTCUT = "You cannot add files to a Shortcut",

//Access control messages
NO_USER_GRPS = "Please select User Groups.",
CNFM_DEL_SITE_USERS = "Are you sure to remove the Users?",
CNFM_DEL_USER_GRPS = "This also deletes Users of the Groups.\n\nAre you sure to delete the User Groups?",
NO_USER_ID = "Please enter user ID.",
NO_PASSWORD = "Please enter password.",

//Content messages
NO_RMV_ROOT_CNT = "You cannot remove the root Section.",
CNFM_RMV_CNT = "Are you sure you want to permanently delete this memo and all of its contents?",
NO_CNTS = "Please select Contents.",
NO_REORDER_ROOT_CNT = "You cannot reorder the root Section.",
NO_OFFSET = "Please enter offset for reordering.",
NO_MOVE_ROOT_CNT = "You cannot move the root Section.",
NO_SHCT_ROOT_CNT = "You cannot create Shortcuts to the root Section.",
ALREADY_VOTED_CMT = "You have already voted the Comment.",
ALREADY_VOTED_POOL = "You have already voted the Poll.",
ALREADY_VOTED_CNT = "You have already voted the Content.",

//UserMessage messages
CNFM_RMV_BOX = "Are you sure to remove the MessageBox(es)?",
NO_BOX = "Please select MessageBox(es).",

CNFM_RMV_MSG = "Ara you sure to remove the Message(s)?",
NO_MSG = "Please select UserMessage(s).",
NO_RCV = "Please select message receiver(s).";