//=====================================================================||
//       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 cart contains 20 items and that is as many as it can hold. Please proceed to checkout. If there are other items you wish to buy, continue with another order after checking out. We will combine shipping costs to minimize the amount you spend.";
strAdded  = " added to your shopping cart.";
strRemove = "Click 'Ok' to remove this product from your shopping cart.";
strILabel = "Item No.";
strDLabel = "Description";
strQLabel = "Quantity";
strPLabel = "Price";
strSLabel = "Shipping Weight";
strRLabel = "Remove From Cart";
strRButton= "Remove";
strSUB    = "Subtotal";
strSHIP   = "Shipping";
strTAX    = "Sales Tax";
strTOT    = "Total";
strErrQty = "Invalid Quantity.";
strNewQty = 'Please enter new quantity:';

Language = 'en';
bLanguageDefined = true;

