var MSG_EMPTY_USER					= "Please enter username.";
var MSG_EMPTY_PASSWORD			= "Please enter password.";
/*   change email */
var MSG_EMPTY_EMAIL				    = "Please enter the email address.";
var MSG_VALID_EMAIL				    = "Please enter a valid email address.";
/*  change password  */
var MSG_EMPTY_OLD_PASSWORD   = "Please enter the old password.";
var MSG_EMPTY_NEW_PASSWORD   = "Please enter the new password.";
var MSG_EMPTY_CONFIRM_PASSWORD   = "Please enter the confirm password.";
var MSG_MISMATCH_PASSWORD   = "Your new password should match with Confirm password.";
/*    Page Listing      */
var MSG_PAGE_ACTIVATED			= "You are about to activate selected record.\nDo you really want to proceed?";
var MSG_PAGE_DEACTIVATED			= "You are about to deactivate selected record.\nDo you really want to proceed?";
var MSG_PAGE_DELETED				= "You are about to delete selected record.\nDo you really want to proceed?";
var MSG_INVALID_PAGE_NAME		= "Please enter the valid page name.";

/*   Add / Edit Page    */
var MSG_EMPTY_PAGE_NAME   = "Please enter the page name.";
var MSG_ENTER_VALID_PAGE_NAME   = "Please enter the valid page name.";
var MSG_EMPTY_PAGE_CONTENT   = "Please enter the page content.";

/*    Publication Listing      */
var MSG_PUBLICATION_ACTIVATED			= "You are about to activate selected record.\nDo you really want to proceed?";
var MSG_PUBLICATION_DEACTIVATED			= "You are about to deactivate selected record.\nDo you really want to proceed?";
var MSG_PUBLICATION_DELETED				= "You are about to delete selected record.\nDo you really want to proceed?";
var MSG_EMPTY_PUBLICATION_NAME   = "Please enter the publication name.";
/*   Add / Edit People    */
var MSG_EMPTY_PEOPLE_NAME   = "Please enter the name.";
var MSG_ENTER_VALID_NAME   = "Please enter the valid name.";
var MSG_SPECIAL_CHAR_NOT_ALLOWED   = "Special characters are not allowed.";
/*    Page Listing      */
var MSG_PEOPLE_ACTIVATED			= "You are about to activate selected record.\nDo you really want to proceed?";
var MSG_PEOPLE_DEACTIVATED			= "You are about to deactivate selected record.\nDo you really want to proceed?";
var MSG_PEOPLE_DELETED				= "You are about to delete selected record.\nDo you really want to proceed?";
/* image deletiom */
var MSG_IMAGE_DELETION				= "You are about to delete image.\nDo you really want to proceed?";
/*   Add / Edit News    */
var MSG_EMPTY_NEWS_TITLE   = "Please enter the news title.";
var MSG_ENTER_VALID_TITLE   = "Please enter the valid news title.";
var MSG_EMPTY_NEWS_CONTENT   = "Please enter the news content.";
var MSG_NEWS_CONTENT_LENGTH   = "Please enter short description less than 500 characters.";
/*   Add / Edit Job    */
var MSG_EMPTY_JOB_TITLE   = "Please enter the job title.";
var MSG_ENTER_VALID_JOB_TITLE   = "Please enter the valid job title.";
var MSG_EMPTY_JOB_DOC   = "Please upload pdf file.";
var MSG_EMPTY_JOB_SHORTDESC   = "Please enter the short description.";
