strSorry  = "I'm Sorry, your sweet bag is full, please proceed to checkout.";
strAdded  = " added to your sweet bag.";
strRemove = "Click 'OK' to remove this product from your sweet bag.";
strILabel = "Product Id";
strDLabel = "Product Name";
strQLabel = "Quantity";
strPLabel = "Price";
strSLabel = "Shipping";
strRLabel = "Remove";
strRButton= "Remove";
strSUB    = "SUBTOTAL";
strSHIP   = "SHIPPING";
strTAX    = "TAX";
strTOT    = "TOTAL";
strErrQty = "Invalid Quantity.";
strNewQty = 'Please enter new quantity:';
Language = 'en';
MonetarySymbol= '£';
bLanguageDefined = true;


