//=====================================================================||
//       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  = "I'm Sorry, your basket is full, please proceed to checkout.";
strAdded  = " added to your shopping basket.";
strRemove = "Click 'Ok' to remove this product from your shopping basket.";
strILabel = "Product ID";
strDLabel = "Product Name/Description";
strQLabel = "Quantity";
strPLabel = "Price";
strSLabel = "P & P";
strRLabel = "Remove From Basket";
strRButton= "Remove";
strSUB    = "SUBTOTAL";
strSHIP   = "P & P (&pound;1.65  + cost as specified per item anywhere in the UK)";
strTAX    = "Suplimentary postal charge for deliveries out of the UK";
strTAXEX  = "(Please check a destination to confirm delivery charges)";
strTOT    = "TOTAL";
strErrQty = "Invalid Quantity.";
strNewQty = 'Please enter new quantity:';

Language = 'en';
bLanguageDefined = true;

