//=====================================================================||
//       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.                                             ||
//---------------------------------------------------------------------||
strSorry1  = "I'm Sorry, you cannot order more than 4 of each item.";
strSorry2  = "I'm Sorry, your shopping cart is full. Please proceed to checkout."
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 = "Quantity";
strPLabel = "Price";
strWLabel = "Weight";
strSLabel = "Shipping";
strRLabel = "Remove From Cart";
strCLabel = "Recalculate Quantity";
strRButton= "Remove";
strCButton = "recalculate";
strSUB    = "SUBTOTAL";
strINTL    = "INTL FORMS";
strSHIP   = "SHIPPING COST";
strSHIP1 = "Ships 1st class airmail domestic"
strSHIP2 = "Ships USPS priority mail domestic"
strSHIP3 = "Ships international 1st class air"
strSHIP4 = "See shipping int'l for mailing mode"
strSHIP5 = "international 1st class, depending on region"
strSHIP6 = "Not available internationally"
strWEIGHT = "SHIPPING WEIGHT, OUNCES"
strTAX    = "TAX";
strTOT    = "TOTAL";
strErrQty = "Invalid Quantity.";
strNewQty = 'Please enter new quantity:';

Language = 'en';
bLanguageDefined = true;

