//=====================================================================||
//       NOP Design JavaScript Shopping Cart Language Pack             ||
//                                                                     ||
//                      Language Strings                               ||
//                     ------------------                              ||
// Strings displayed to end users, in language specific encoding.      ||
// only modify these strings if you wish to change language specific   ||
// wording for your site.  If you add a new language, please send it   ||
// back to NOP Design (http://www.nopdesign.com/forum) so we can add   ||
// it to the distribution.                                             ||
//---------------------------------------------------------------------||
strSorry  = "Our on line order facility only has capacity for up to 4 different items per order. For orders with more than 4 different items, please order by phone or by post.";
strAdded  = " added to your shopping trolley.";
strRemove = "Click 'Ok' to remove this product from your shopping trolley.";
strEmpty  = "Your shopping trolley is empty!";
strILabel = "Code";
strDLabel = "Product Description";
strQLabel = "Quantity";
strPLabel = "Price each";
strPTLabel= "Price total";
strRLabel = "Remove";
strSLabel = "P & P";
strWLabel = "Weight";
strRButton= "Remove";
strSUB    = "Subtotal ex VAT";
strSHIP   = "Packing and UK mainland delivery";
strWTOT   = "TOTAL WEIGHT";
strFST    = "VAT";
strTAX    = "VAT";
strTOT    = "Total purchases inc VAT GBP";
strErrQty = "Invalid Quantity.";
strNewQty = 'Please enter new quantity:';
strSpace  = "   ";
Language = 'en';
bLanguageDefined = true;

