/**
  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 your name";
	var TESTIMONIAL								= "Please enter the testimonial details";
	var TITLE									= "Please enter your title";
	var SUBJECT									= "Pelase enter a message subject";
	var MESSAGE									= "Please enter the message details";
    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 MEMBER_FNAME							= "Please enter your first name"
	var MEMBER_LNAME							= "Please enter your last name";
	var EMAIL									= "Please enter your email address";

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


	var ADDRESS									= "Please enter address line 1";
	var BADDRESS								= "Please enter address";
	var CITY									= "Please enter your city or town name";
	var ZIP										= "Please enter your postcode/zip";
	var VALIDZIP								= "Please enter numeric value in post code";
	var STATE									= "Please enter state name";
	var PHONE									= "Please enter your phone number";
	var VALID_PHONE								= "Please enter valid phone number\n (e.g. min 10 digits 555.555.5555)";
    var USERNAME								= "Please enter a username";
	var COUNTRY									= "Please select your 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 the month";
	var DD										= "Please select the date";
	var YY										= "Please select the year";
	var VALID_URL								= "Please enter a valid url (e.g. http://www.example.com)";
	var SELECT_CATEGORY							= "Please select the category name";
	var SELECT_SUBCATEGORY						= "Please select the 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 your username";
	var AB_PASSOLD								= "Please enter your old password";
	var AB_PASSNEW								= "Please enter your new password";	
	var AB_PASSMISMATCH							= "The passwords you typed do not match. Please re-enter the passwords";
	var PASSWORD								= "Please enter your password";
	var CONPASS									= "Please enter a confirmation of your password";	
	var AB_PASSSAME 							= "Old and new passwords are the same\nThe new password must be different to the old password";
	var START_CURRENTDATE						= "News date should be older than the 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?";
	
