//=====================================================================||
//       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 full, please proceed to checkout.";
strAdd = "has been added to your order.";
strAddMore = "Additional copies have been added to your order.";
strAdded  = "The max allowed for this publication has been added to your order.";
strRemove = "Click OK to remove this publication from your order.";
strILabel = "Pub. No.   ";
strDLabel = "Publication Title";
strQLabel = "Quantity";
strPLabel = "Price";
strSLabel = "Ext.";
strRLabel = "Remove From Order";
strRButton= "Remove";
strSUB    = "SUBTOTAL";
strWTOT   = "TOTAL WEIGHT";
strSHIP   = "SHIPPING CHARGE";
strTAX    = "STATE/LOCAL SALES TAX";
strCOUP = "COUPON";
strTOT    = "TOTAL";
strErrQty = "Invalid Quantity.";
strNewQty = 'Please enter new quantity:';
strSpace = "&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;";
Language = 'en';
bLanguageDefined = true;

