//=====================================================================||
//       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  = "Your cart is now full, please click on View Cart at the top right of the menu to proceed to checkout.";
strSorry += " If you need to order more items, please email us for further instructions.";
strAdded  = " added to your Shopping Cart";
strRemove = "Click 'OK' to remove this product from your Shopping Cart";
strILabel = "Product Id";
strDLabel = "Product Name/Description";
strQLabel = "Qty";
strPLabel = "Unit Price";
strSLabel = "Total";
strTLabel = "Total"
strRLabel = "Delete";
strRButton= "x";
strSUB    = "SUBTOTAL";
strWTOT   = "TOTAL WEIGHT";
strSHIP   = "POSTAGE / HANDLING";
strPPal   = "3% PayPal Surcharge";
strTAX    = "GST Component";
strCOUP   = "COUPON";
strTOT    = "TOTAL";
strErrQty = "Invalid Quantity.";
strNewQty = 'Please enter new quantity:';
strSpace  = "&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;";
Language  = 'en';
bLanguageDefined = true;
