//=====================================================================||
//       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 BOX is full, please proceed to checkout.";
strAdded  = " added to your shopping cart.";
strRemove = "Click 'OK' to remove this Item from Your Box.";
strILabel = "Item Number";
strDLabel = "Description";
strQLabel = "Quantity";
strPLabel = "Price";
strSLabel = "Shipping";
strRLabel = "    ";
strRButton= "Remove";
strSUB    = "SUBTOTAL";
strSHIP   = "S & H";
strTAX    = "TAX";
strTOT    = "TOTAL";
strErrQty = "Invalid Quantity.";
strNewQty = 'Please enter new quantity:';
strINS    = 'Insurance';
Language = 'en';
bLanguageDefined = true;

