//=====================================================================||
//       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.";
strRemove = "Click 'Ok' to remove this product from your shopping cart.";
strILabel = "Prod. Id";
strDLabel = "Product Name/Description";
strQLabel = "Qty";
strPLabel = "Price";
strSLabel = "Ext.";
strRLabel = ""; // Remove From Cart ||
strRButton= "Remove";
strSUB    = "SUBTOTAL:";
strNULL = "";
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;";
strSpace1 = "&nbsp;";
strSpace2 = "&nbsp;&nbsp;";
strSpace3 = "&nbsp;&nbsp;&nbsp;";
strSpace4 = "&nbsp;&nbsp;&nbsp;&nbsp;";
Language = 'en';
bLanguageDefined = true;
strShipping_Oz_1 = "Australia Post";



