//=====================================================================||
//       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, please proceed to checkout.";
strAdded  = " added to your shopping cart.";
strAdded2 = " - Click OK to continue.";
strRemove = "Click 'Ok' to remove this Items.";
strILabel = "";
strDLabel = "  Product Name/Description";
strQLabel = "Quantity";
strPLabel = "  U. Price";
strSLabel = "  Shipping";
strRLabel = "  S.Total";
strRButton= "Remove";
strSUB    = "Subtotal";
strSHIP   = "Postage and packing";
strTAX    = "GST";
strTOT    = "TOTAL";
strErrQty = "Invalid Quantity.";
strNewQty = 'Please enter new quantity:';

Language = 'en';
bLanguageDefined = true;


