//COMMON MESSAGES

var msgBlankForm = 'Blank form can not be submitted';
var msgLeastOneCategory = 'Please select at least one category';

//ADD/EDIT USER/DEALER

var msgMandatoryFieldEmpty = 'You must fill in the fields marked with *';
var msgSpecialChar = '"Simple Dealer URL" value contains some invalid characters. Valid characters are Numeric digits (0-9) and English Alphabetical characters only';
var msgBlankSimpeUrl = 'Please enter "Simple Dealer URL" value';
var msgUserid = 'Please check whether Userid field is not blank, its length is greater than 4 and less than 12 characters and it can contain Numerical digits (0-9), Alphabetical characters (a-ö A-Ö) and _ ´ sign only';
var msgPasswd = 'Please check whether one of your Password field is not blank, its length is greater than 4 and less than 12 characters and it can contain Numerical digits (0-9), Alphabetical characters (a-ö A-Ö) and _ . - ´ signs only';
var msgSamePasswd = 'Password and Confirm password values must match to each other.';
var msgFLnameBlank = '*First name* and *Last name* fields are mandatory to fill in, and can contain a-z A-Z å Å ä Ä ö Ö ´ - characters only.';
var msgFullFLname = '*Name* field is mandatory to fill in, and can contain a-z A-Z å Å ä Ä ö Ö ´ SPACE _ - characters only.';
var msgAddBlank = '*Address* field is mandatory to fill in, and can contain 0-9 a-z A-Z å Å ä Ä ö Ö , . \' - _ SPACE ´ : ( ) characters only.';
var msgCityBlank = '*City* field is mandatory to fill in, and can contain 0-9 a-z A-Z å Å ä Ä ö Ö , - _ ´ : SPACE characters only.';
var msgHobbyInvld = '*Hobbies* field can contain 0-9 a-z A-Z å Å ä Ä ö Ö , . \' - _ @ SPACE : ; ´ ( ) + characters only.';
var msgContTime = '*Best time to contact* field can contain 0-9 a-z A-Z å Å ä Ä ö Ö . \' - _ SPACE ´ : ( ) characters only.';
var msgZip = '*Zip* field can contain contain 0-9 a-z A-Z characters only.';
var msgCheckZip = 'Please, check the zip number';
var msgUrlFormat = 'Please check Dealer URL value. It is in invalid format';
var msgInvalidUrlFromat = 'Please check URL value. It is in invalid format';
var msgBlankSite = 'Please choose site.';
var msgSameCaption = 'Captions can not be same';
var msgSameUrl = 'URLs can not be same';
var msgUrlForCaptionBlank = 'Please write the caption name, if you write the URL';
var msgCaptionUrlSequence = 'Please write optional caption and url field in sequence';
var msgInvalidEmail = 'The email address you have specified here appears invalid, please check and correct.';
var msgSameSeconEmail = 'Primary and secondary email can not be same.';
var msgPhoneFormat = 'Please check and correct your telephone number';
var msgFaxFormat = 'Please check and correct your fax number';
var msgMobileFormat = 'Please check and correct your mobile number';
var msgOneCont = 'Please provide at least one contact number, either Phone or Mobile.';
var msgChangeStatus = 'Are you sure you want to change status?';
var msgListserviceDesc = 'Max 500 characters to Service description field';
var msgResdId = 'The Userid you have selected is one of our reserved words, please select different Userid';
var msgDomicile = 'Please select domicile.';
var msgTown = 'Please select town.';
var msgSalesPerson = 'Please select sales person.';
var msgHooverType = 'Please select hoover type';
var msgAge = 'Please select age.';
var msgAllowSaveInDb = 'Please select allow save check box to allow us to save your records in our database.';
var msgDealerRegCancel = 'Are you sure, that you want to cancel dealer registration?';
var msgRmFBConnection = 'Are you sure, that you want to remove Facebook Connection?';
var msgRmAllPermission = 'Are you sure you want to remove all permission?';

// COMMON MESSAGE FOR VALIDATION

var msgNumeric = 'Please enter numeric values only.';
var msgContent = 'Content part should not be left blank.';
var msgHeader = 'Header part should not be left blank.';
var msgDate = 'Date should not be left blank.';
var msgDay = 'Day should not be left blank.';
var msgMonth = 'Month should not be left blank.';
var msgYear = 'Year should not be left blank.';
var msgOption = 'Option name should not be left blank.';
var msgInvalidPrice = 'Invalid Price Value, It should be Numeric values (0-9) and greater than 1 only';
var msgLeastOneBadadReport = 'Please select at least 1 record to remove Ad from list';
var msgDeleteBadadConfirm = 'Are you sure you want to delete this record?';
var capSubmit = 'Submit';
var clickToEdit = 'Click to edit';
var msgDeleteEndDateConfirm = 'Are you sure you want to delete this end date?';
var msgNonZeroEndDate = 'The end date should not be less than todays date';
var msgIsoCode = 'Please Enter Proper ISO Code';

// Add/Edit Banner

var msgBlankFile = 'File Name can not be left blank';
var msgBlankDuration = 'Banner duration value can not be left blank';
var msgInvalidDuration = 'Banner duration value must Numeric';
var msgNonZeroEndDate = 'The end date should not be less than todays date';
var msgGrtEndDate = 'End date can not be less than or equal to strart date.';
var msgBanPeriodReq = 'Date period required.';
var msgDeleteBanPeriod = 'Are you sure you want to delete this date period ?';
var msgBanPeriodCancel = 'Are you sure, that you want to cancel this action ?';
var msgDisableBanPeriod = 'Are you sure you want to disable this date period ?';
var msgEnableBanPeriod = 'Are you sure you want to enable this date period ?';

//SMS Campaign
var msgCampName = 'Campaign name can not be left blank';
var msgCampUrl = 'URL value can not be left blank';
var msgCampImgCntr = 'Image counter value can not be left blank';
var msgBlankHour = 'Hour value can not be left blank';

//SEND INFORMATION AND SEND OFFER PART

var msgBlankName = 'Person name can not be blank';
var msgInvalidEmail = 'Please fill in your Email Address in proper format';
var msgBlankPhone = 'Please fill in your telephone number.';
var msgInvalidPhone = 'Please check and correct your telephone number';

//INVALID BROWSER

var msgDifferentBrowser = 'This website can be viewed with 100% functionality by following browsers:'+"\n\n"+'# Netscape Navigator 4.XX and later,'+"\n"+'# Internet Explorer 4.XX and later,'+"\n"+'# Firefox 0.6 and later,'+"\n"+'# Opera 4.XX and later and'+"\n"+'# Neoplanet';
var msgDeleteConfirm = 'Are you sure you want to delete this record?'+"\n\n"+'If you are deleting any Private member or Dealer then please make sure that your have deleted first from each NettiX websites.';

var accDeleteConfirm = 'Are you sure you want to delete this record?'+"\n\n";

var imgDeleteConfirm = 'Are you sure you want to delete this image?'+"\n\n";

//Service-Category
var msgBlankCat = 'Category name can not be blank';

//Service Sub-Category
var msgBlankSubCat = 'Sub-Category name can not be blank';

//Service List
var msgSelCat = 'You must select category';
var msgSelDomicile = 'You must Select Domicile';
var msgSelTown = 'You must Select Town';
var msgBlankDealer = 'Valitse liike';

// Payment Report
var msgLeastOnePaymentReport = 'Please select at least one payment report';
var msgDeletePaymentConfirm = 'Are you sure you want to delete this record?';
var msgMagazineSendConfirm = 'Are you sure you want to send "Magazine Ad" to magazine';

//listFeedback
var capSubmit = 'Submit';
var clickToEdit = 'Click to edit';
var capDone = 'Done';
var capComment = 'Comment';

//DealerAdReport
var msgInteger = 'Please enter only integer numbers';
var msgMinLimit = 'Please enter greater than 0 integer numbers.';
var msgLimitWarning = 'Total limit can not be less than Total ads';
var capLargeImgIcon = 'Enlarge image';

var msgMapLinkFormat = 'Please check map link value.';
