/**

  Message define for Admin section

  Message desfine for Front End Section

  

  Meassge are defines in section vise to search any message easily

  

**/







///////// Message for Product Module //////////////////////////////////////////////////	

	var PRODUCTDELETE							= "Are you sure you want to delete the selected product(s)?";

	var PRODUCTDELETEFEATURED					= "Are you sure you want to delete the selected product(s) from featured product list?";

	var PRODUCTDCELETE							= "Are you sure you want to delete the selected product color(s)?";

	var P_SELECT								= "Please select product name";

	var P_NAME									= "Please enter product name";

	var P_QTY									= "Please enter product quantity";

	var P_N_QTY									= "Please fill the stock for A";

	var P_N_QTY_NUM								= "Stock quantity should be numeric and greater than 0";

	var P_QTY_NUM								= "Product quantity should be numeric and greater than 0"

	var P_QTY_ONE								= "Product quantity should be greater than 0"

	

	var P_WEIGHT								= "Please enter product weight";

	var P_WEIGHT_NUM							= "Product weight should be numeric and greater than 0"

	var P_R_PRICE								= "Please enter product's our price";

	var P_R_PRICE_NUM							= "Our price should be numeric and greater than 1";

	var P_S_PRICE								= "Please enter product's RRP";

	var P_S_PRICE_NUM							= "RRP should be numeric and greater than 1";

	var P_S_DESC								= "Please enter product's short description";

	var P_S_DETAIL								= "Please enter product's description";

	var P_COLOR									= "Please enter color code";

	var DISCOUNT								= "Please enter discount";

	var DISCOUNT_NUM							= "Discount should be numeric and greater than 0"

	var DISCOUNTDELETE							= "Are you sure you want to delete the selected discount(s)?";

	var COUPONCODE								= "Please enter coupon code";

	var COUPONDELETE							= "Are you sure you want to delete the selected coupon(s)?";

	var DISCOUNTLEN								= "Please enter discount lesser than 100%"



	var NAME									= "Please enter name";

	var TESTIMONIAL								= "Please enter testimonial";

	var TITLE									= "Please enter title";

	var SUBJECT									= "Pelase enter subject";

	var MESSAGE									= "Please enter message";

    var TESTIMONIALDELETE						= "Are you sure you want to delete selected testimonial(s)?";

	

///////////// Mesasge for Content Module ///////////////////////	

	var AB_PAGENAME								= "Please select page name";	

	var AB_PAGECONTENT							= "Please enter page content";

	var AB_PAGESHORT							= "Please enter short description";

	var AB_TITLE								= "Please enter page title";

	var AO_PAGEDELETE							= "Are you sure you want to delete selected page(s)?";

	var AB_METATITLE							= "Please enter meta title";

	var AB_METAKEYWORD							= "Please enter meta keywords";

	var AB_METADESC								= "Please enter meta description";



//////////////// Messages for Member Module ///////////////////////

	var MEMBERDELETE							= "Are you sure you want to delete the selected member(s)?";
	
	var REPOWNERDELETE							= "Are you sure you want to delete the selected Repowner(s)?";
	
	var REPDELETE							    = "Are you sure you want to delete the selected Rep(s)?";
	
	var COMPANYDELETE							= "Are you sure you want to delete the selected Company(s)?";

	var MEMBER_FNAME							= "Please enter first name"

	var MEMBER_LNAME							= "Please enter last name";

	var EMAIL									= "Please enter email id";

	var VALID_EMAIL								= "Please enter valid email id (e.g. test@example.com)";

	var VALID_CHAR_EMAIL						= "Sorry, an email id cannot start with a number(0-9), underscore(_), hyphen(-) & dot(.)";





	var ADDRESS									= "Please enter address1";

	var BADDRESS								= "Please enter address";

	var CITY									= "Please enter city name";

	var ZIP										= "Please enter post code";

	var VALIDZIP								= "Please enter numeric value in post code";

	var STATE									= "Please enter state name";

	var PHONE									= "Please enter phone number";

	var VALID_PHONE								= "Please enter valid phone number\n (e.g. min 10 digits 555.555.5555)";

    var USERNAME								= "Please enter username";

	var COUNTRY									= "Please select country name"

	

///////////// Common Messages //////////////////////////////////////		

	var GROUP									= "Please enter group name";

	var GROUP_SEL								= "Please select group name";

	var BRIEF									= "Please enter brief description";

	var DESCRIPTION								= "Please enter description";

	var MM										= "Please select month";

	var DD										= "Please select date";

	var YY										= "Please select year";

	var VALID_URL								= "Please enter valid url (e.g. http://www.example.com)";

	var SELECT_CATEGORY							= "Please select category name";

	var SELECT_SUBCATEGORY						= "Please select subcategory name";

	var CATEGORY								= "Please enter category name";

	var SUBCATEGORY								= "Please enter subcategory name";

	var CATEGORYDELETE							= "Are you sure you want to delete the selected category record(s)?";

	var SUBCATEGORYDELETE						= "Are you sure you want to delete the selected subcategory record(s)?";

	var AB_LOGO									= "Please browse image";

	var BANNER									= "Please browse banner image";

	var AB_LOGO1								= "Please upload only gif, png or jpg";

	var AB_FILE									= "Please browse file";

	var AB_FILEEXT								= "Please browse only XLS file";

	var A0_SUBSC								= "Are you sure you want to delete the selected newsletter subscriber(s)?";

	var NL_SUBJECT								= "Please enter newsletter subject";

	var NL_DESC									= "Please enter newsletter description";

	var BANNERDELETE							= "Are you sure you want to delete the selected banner(s)?";

	

	var AB_USERNAME								= "Please enter username";

	var AB_PASSOLD								= "Please enter old password";

	var AB_PASSNEW								= "Please enter new password";	

	var AB_PASSMISMATCH							= "The passwords you typed do not match. Please re-enter your passwords";

	var PASSWORD								= "Please enter password";

	var CONPASS									= "Please enter confirm password";	

	var AB_PASSSAME 							= "Old and new passwords are the same\nNew password should be different from old password";

	var START_CURRENTDATE						= "News date should be lesser than current date";

	var KEYWORD									= "Please enter some keywords to search";

	var KEY_LEN									= "Please enter minimum 2 characters to search";

	var MINLEN									= "Please enter password of minimum 4 characters";

	var NAME									= "Please enter your name";

	var SUBJECT									= "Please enter subject";

	var COMMENT									= "Please enter comments";

	

	var NUMERIC									= "Please enter only numeric value and greater than 0";

	var ORDERDELETE								="Are you sure you want to delete this order?";

	

