//=====================================================================||
//       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 is full, if you would like to add more items to your order, please proceed to check out and fill out your mailing and billing information and submit the form. You can then return to the website, clear your cart and place more items to your order, please check out as before and then proceed to billing information. You only need to add the mailing costs and billing information once. I will email you an order confirmation before mailing the order.";
strAdded  = " added to your shopping cart.";
strRemove = "Click 'Ok' to remove this product from your shopping cart.";
strILabel = "Item No.";
strDLabel = "Item Name and Mailing Type";
strQLabel = "QTY";
strPLabel = "Price ";
strSLabel = "Weight in Kg's";
strRLabel = "Remove From Cart";
strRButton= "Remove";
strSUB    = "SUBTOTAL";
strSHIP   = "TOTAL WEIGHT in KG'S";
strTAX    = "TAX";
strTOT    = "TOTAL";
strErrQty = "Invalid Quantity.";
strNewQty = 'Please enter new quantity:';

Language = 'en';
bLanguageDefined = true;

