var i18n = new Array();

i18n['enter_email']			= 'Please enter valid email address';
i18n['enter_fn']			= 'Please enter first Name';
i18n['enter_ln']			= 'Please enter Last Name';
i18n['enter_zip']			= 'Please enter Zip Code';
i18n['enter_city']			= 'Please enter City';
i18n['enter_address']		= 'Please enter address';
i18n['valid_quantity']		= 'Please, eneter a valid value for quantity';
i18n['too_much_selected']	= 'Please, eneter existing quantity';
i18n['cart_delete_yes']		= 'Yes';
i18n['cart_delete_no']		= 'No';
i18n['cart_delete_item']	= 'Are you sure?';
i18n['cart_pmtmethod']	    = 'Please choose your payment method';
i18n['azz_pop_title']	    = 'Notification';
i18n['azz_pop_text']	    = 'If you wish to order this product please call us at +33 1 42 56 58 58 or contact us by email at <a href="mailto:customerservice@montaignemarket.com">customerservice@montaignemarket.com</a>';

