/**
  Message define for Admin section
  Message desfine for Front End Section
  
  Meassge are defines in section vise to search any message easily
  
**/



	

	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 category";	
	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";
	
/////////////////////// EVENT MODULE //////////////////////////////////
var EVENT_TITLE				= "Please enter event title";
var AI_STARTENDDATE			= "Start date should not be larger then end date";
var DATE_MM					= "Please select month";
var DATE_DD					= "Please select date";
var DATE_YY					= "Please select year";	
var AB_COUNTY				= "Please select country name";
var EVENTSTART				= "Event start date should not be lesser than current date";	
//////////////// Messages for Member Module ///////////////////////
	var MEMBERDELETE							= "Are you sure you want to delete the selected member(s)?";
	var MEMBER_FNAME							= "Please enter First Name"
	var MEMBER_SIR_NAME					= "Please enter Surname"
	var MEMBER_LNAME							= "Please enter Last Name";
	var EMAIL									= "Please enter Email Address";
	var VALID_EMAIL								= "Please enter valid Email address (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 Address";
	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"
	var E_COUNTRY								= "Please enter 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 SELCATDEL								= "Please select category to delete";
	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_PASS									= "Please enter password";
	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. New 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									= "Password characters length should be ";
	var NAME									= "Please enter your name";
	var SUBJECT									= "Please enter subject";
	var ENQUIRY									= "Please enter enquiry";
	var CNAME									= "Please enter company name";
	
	var NUMERIC									= "Please enter only numeric value and greater than 0";
	var ORDERDELETE								="Are you sure you want to delete this order?";
	
