var alertErr = {
                   DELETE:'Are you sure you want to delete the selected ',
                   COUNTRY_SELECT : 'Please select Country',
                   REGION_SELECT : 'Please select Region',
                   CITY_SELECT : 'Please select City',
                   LOCATION_SELECT : 'Please select location',
                   CATEGORY_SELECT : 'Please select a Category',
                   RESTO_NAME_REQUIRED : 'Please enter restaurant name',
                   RESTO_DESCRIPTION_REQUIRED : 'Please enter restaurant description',
                   NAME_REQUIRED : 'Please enter your name',
                   EMAIL_REQUIRED : 'Please enter your email address',
                   FRIEND_EMAIL_REQUIRED : "Please enter your friend's email address",
                   TELEPHONE_REQUIRED : 'Please enter restaurant telephone number',
                   STREET_ADDRESS_REQUIRED : 'Please enter street address',
                   CITY_ADDRESS_REQUIRED : 'Please enter town or city name',
                   COUNTRY_ADDRESS_REQUIRED : 'Please enter your country',
                   POSTCODE_ADDRESS_REQUIRED : 'Please enter restaurant post code or zip code',
                   SOME_REQUIRED_FIELDS_MISSING : 'Some Required Fields are missing',
                   ALL_FIELDS_REQUIRED : 'All fields must be filled in',
                   EMAIL_INVALID : 'Invalid email address',
                   PASSWORD_REQUIRED : 'Please specify a password',
                   PASSWORD_SHORT : 'Password too short',
                   PASSWORD_LONG : 'Password too long',
                   VERIFICATION_CODE_REQUIRED : 'Please check verification code',
                   INCORRECT_VERIFICATION_CODE : 'Please enter the correnct verification code',
                   INVALID_VERIFICATION_CODE : 'You have not entered the correct verification code',
                   AGREE_TERMS_AND_CONDITIONS : 'Please confirm that you have read and agree to our Terms of Service and Privacy Policy and to receive future electronic communication from LaCartes.com',
                   FLAG_REASON_TOO_SHORT : 'Flag reason is too short',
                   CHARACTER_NOT_ALLOWED : 'Character not allowed in ad title',
                   CONFIRM_DELETE_AD : 'Are you sure you want to delete this Ad?',
                   CONTENT_REQUIRED : 'Content is missing',
                   FEEDBACK_REQUIRED : 'Comment must not be empty',
                   SELECT_CUISINE : 'Please select at least 1 cuisine style',
                   SELECT_RESTO_SERVICES : 'Please select at least 1 service type',
                   SELECT_PAYMENT_OPTION : 'Please select at least 1 accepted payment method',
                   AVGCOST_REQUIRED : 'Please specify the average cost per customer',
                   
                   AVGCOST_BREAKFAST_REQUIRED : 'Please specify the average cost of breakfast per customer',
                   AVGCOST_LUNCH_REQUIRED : 'Please specify the average cost of lunch per customer',
                   AVGCOST_DINNER_REQUIRED : 'Please specify the average cost of dinner per customer',
                   
                   RECIPE_TITLE_REQUIRED : 'Please enter a recipe title',
                   ENGREDIENTS_REQUIRED : 'Please enter at least 1 ingredient',
                   COOKING_INSTRUCTIONS_REQUIRED : 'Please enter cooking instructions',
                   NUTRITIONAL_VALUES : 'Nutritional Values missing',
                   CONTACT_NAME_REQUIRED : 'Please provide your name',
                   CONTACT_EMAIL_REQUIRED : 'Please provide your email address',
                   CONTACT_SUBJECT_REQUIRED : 'Please enter a subject',
                   CONTACT_CITY_REQUIRED : 'City is missing',
                   CONTACT_COUNTRY_REQUIRED : 'Country is missing',
				   SECURITY_QUESTION_REQUIRED : 'Please specify a security question',
				   SECURITY_ANSWER_REQUIRED : 'Please specify the answer to security question',
                   SELECT_TIME_REQUIRED : 'Please specify required time',
                   MESSAGE_REQUIRED : 'Please enter a message',
                   RESTO_FEEDBACK_RATE_THE_FOOD : 'Please rate the quality of food',
                   RESTO_FEEDBACK_RATE_THE_PRICE : 'Please rate the pricing',
                   RESTO_FEEDBACK_RATE_THE_SERVICE : 'Please rate the quality of service',
                   RECIPE_FEEDBACK_RATE_THE_TASTE : 'Please rate the taste',
                   RECIPE_FEEDBACK_RATE_THE_COST : 'Please rate the cost',
                   RECIPE_FEEDBACK_RATE_THE_DIFFICULTY : 'Please rate the difficulty',
                   RESTAURATEUR_EMAIL_INCOMPLETE_NOTIFY : 'Restaurateur Email Address is incomplete',
                   PROVIDE_NAME_NOTIFY : 'Please provide your name',
                   PROVIDE_TOWN_NOTIFY : 'Please provide the name of your town',
                   EMAIL_INCOMPLETE_NOTIFY : 'Your email address is incomplete',
                   VERIFICATION_INCOMPLETE_NOTIFY : 'Please check verification code',
                   URL_NOT_VALID : 'Please check your website address'
                 }
