// English language file for Donberg electronics shopping basket
urlBasket   = "/your_order/shopping_basket/";
urlCheckout = "/your_order/basket_submitted/";

DecimalPoint 	= '.';

strSorry = "We are sorry, your shopping basket is full.\nPlease submit your query.";
strAdded1 = "Added to your shopping basket:";
strAdded2 = "";
strPacksOf = " packs of ";
strItems1 = "There are currently ";
strItems2 = " different items in your shopping basket.";
strRemove = "Click 'Ok' to remove this item from your shopping basket.";

strAddPack1 = "Quantity: ";
strAddPack2 = " packs of ";
strAddPack3 = " ";
strAddCart = " Add to Basket ";
strCookies = "Please enable <b>cookies</b> in your browser to enable the <b>shopping basket</b> of Donberg Electronics.";

strILabel = "Order Code";
strDLabel = "Description";
strQLabel = "Quantity";
strPLabel = "Net Price";
strSLabel = "Packing";
strTLabel = "Totals";
strRLabel = ""; //"Remove From Cart";
strNA 	  = "N/A";
strUnit   = " (per pack)";

strRButton	= "Delete";
strSUB	 	= "Subtotal";
strSHIP		= "Shipping";
strTAX	 	= "Sales Tax ("+vat_rate+"% VAT)";
strTAXhint 	= "Irish VAT applies for national sales and<br>EU sales if you have <b>no</b> <a target='_blank' href='http://en.wikipedia.org/wiki/Value_added_tax_identification_number'>VAT number</a>.";
strTOTAL 	= "Total";
strErrQty 	= "Invalid Quantity.";
strNewQty	= "Please enter new quantity:";

strCartTitle 	= "The following items are currently in your shopping basket:";
strCartEmpty 	= "Your shopping basket is empty";
strShowCart 	= "Show Shopping Basket";
strSubmitCart 	= "Submit Inquiry to Donberg Electronics";
strNote 		= "Please note that prices are subject to change.";
strNote2		= "An offer will be made via e-mail.<br>The offer must be confirmed prior to processing. Only following this confirmation will a sales contract be in place.";
strPrintPage    = "Print Page";

strTypePrompt    = 'Please select if you are private or business customer.\nWe need that information to quote taxes.\nPlease note that we treat your information as confidential.';
strCountryPrompt = 'Please select your country before continuing.\nWe need that information to quote tax and shipping costs.\nPlease note that we treat any personal information as private and confidential.';
strNamePrompt	 = 'Please enter your name and address before continuing\nPlease note that we treat any personal information as private and confidential.';
strEMailPrompt	 = 'Please enter your e-mail address so we can get back to you.\nPlease note that we will NOT give your address to any third party!';
strVATPrompt	 = 'Illegally formatted VAT number.\n Please leave the field empty if you are an international or private customer.';
strMinOrderPrompt= 'Sorry, but your inquiry is below our minimum order value of 10.00 Euro net.\nPlease add more items to the basket before you submit your query.';

strContact	= "Your Contact Details";
strCustCode = "Customer Code (if known)";
strCustType = "Customer Type";
strPrivate  = "Private Customer";
strBusiness = "Business Customer";
strCompany  = "Company Name";
strName     = "Firstname, Name";
strCName    = "Name/ Contact Person";
strAddr1    = "Address Line 1";
strAddr2    = "Address Line 2";
strCity     = "City";
strZIPState = "ZIP, Sate/Province/Territory";
strCounty   = "County";
strCountry  = "Country";
strVAT      = "<b>EU VAT Number</b> (if present):";
strPhone    = "Phone";
strFax      = "Fax";
strEMail    = "E-mail";
strSource   = "How did you hear about us?";
strComments = "Comments";
strRequired = "required information";
strContinue = "Continue shopping";
