
/*---Javascript message in admin----*/

// Change Password	
var msgOldPassword	=	"Please enter old password!";
var msgNewPassword	=	"Please enter new password!";
var pwdMinChars         =	"Password must be at least 6 characters!";
var msgPasswordLen	=	"Password must be at least 6 characters!";
var msgConfirmPassword	=	"Please enter confirm password!";
var msgMatchPassword	=	"Password and confirm password should be same !";

//User registration
var pwdMinLength	= "Password should minimum of 8 charcters!";
var pwdConfirm		= "Please enter confirm password!";
var pwdConfirmpewSame   = "Confirm password should be same as password!";
var firstName		= "Please enter first name!";
var invalidfirstName	= "Invalid first name!";
var lastName		= "Please enter last name!";
var invalidlastName	= "Invalid last name!";
var msgAddress		= "Please enter address!";
var msgCity		= "Please enter city!";
var invalidCity		= "Invalid city!";
var msgZipcode		= "Please enter zip code!";
var msgCountry          = "Please select country!";
var msgStateProvince    = "Please enter state/province!";
var selectDOB		= "please select date of birth!";
var invalidDOB		= "Invalid date of birth!";
var msgVerificationCode = "Please enter verification code!";

//Messages experts section
var msgDesignation      = "please enter your designation!";
var msgExpertsImage     = "Please upload image!";
var msgshowWriteEx      = "Please enter writing example!";
var msgBiography        = "please enter your biography!";
var msgExpertise        = "Please enter your expertise!";
var msgQuotation        = "Please enter your favorite quotation!";




//User Login
var msgEmail		= "Please enter email!";
var msgInvalidEmail	= "Invalid email!";
var msgPassword		= "Please enter password!";

// Contact Us
var msgTitle            = "Please select title!";
var msgName		= "Please enter name!";
var msgInvalidName	= "Invalid name!";
var msgSubject		= "Please enter subject!";
var msgInvalidSubject	= "Invalid subject!";
var msgComment		= "Please enter comment!";
var msgVerifyCode	= "Please enter verification code!";

// Login needed to post topic & comment, see sealed sections
var loggedInToPostReview  = "You must be logged in to create review!";
var loggedInToGiveopinion = "You must be logged in to give your opinion!";
var loggedInToPostArticle = "You must be logged in to post article!";
var loggedInSeeSection    = "You must be logged in view this section!";
var loggedInToPostTopic   = "You must be logged in to post topic!";
var loggedInToPostComment = "You must be logged in to post comment!";
var loggedInToPostReply   = "You must be logged in to reply!";
var sureToLogout          = "Are you sure you want to logout !";

// Topic & Comments
var msgTopic		= "Please enter topic!";
var invalidTopic	= "Invalid topic!";
var msgDescription	= "Please enter description!";
var invalidDescription	= "Description can not start with space!";
var msgInvalidTopic	= "Invalid topic!";

var msgComment		= "Please enter comment!";
var invalidComment	= "Comment can not start with space!";
var msgCommentReply	= "Please enter reply!";
var invalidCommentReply	= "Reply can not start with space!";


// Messages for articles section

var articleTitle 	      = "Please enter title!";
var invalidTitle       	      = "Invalid title!";
var invalidarticleTitle       = "Title can not start with space!";
var articleTitleDesc 	      = "Please enter description!";
var invalidarticleTitleDesc   = "Description can not start with space!";

var articleComment 	  = "Please enter comment!";
var invalidArticleComment = "Comment can not start with space!";


// Messages for articles section

var reviewTitle       = "Please enter title!";
var reviewDesc	      = "Please enter your review!";
var invalidReviewDesc = "Review can not start with space!";
var securityCode      = "Please enter security code!";


// Product section

var msgSelectRating = "Please select rating!";


// question section
var plsSelectSubcat    = "Please select sub category!";
var confirmEmail       = "Please re-enter email!";
var confirmEmailSame   = "Re-enter email should be same as email!";
var msgSubject         = "Please enter subject!";
var msgQuestion        = "Please enter question!";
var msgSpamCode        = "Please enter SPAM Guard code!";
var msgAgree           = "Please click checkbox to send your message, if you agree to this terms!";



