//=====================================================================||
//       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.\nContinue shopping or click on Shopping Cart to checkout.";
strRemove = "Click 'Ok' to remove this product from your shopping cart.";
strRemoveAll = "Click 'Ok' to remove ALL products from your shopping cart.";
strMaxReached = "A maximun of 13 different items allowed in one shopping cart.\nYou can place another new order for the rest of the products or adjust the quantity.";
strMemberPrice = "\n\nYou will see member prices listed from now onwards.";
strCartNote = "\n\n(Pay Cash on delivery or via credit card online later)";
strEmptyCart = "Your cart is empty. Please add some products first.";
strTips = "You may change the quantity (Qty) or remove any items";
strILabel = "Product Id";
strDLabel = "Product Name/Description";
strQLabel = "Qty";
strPLabel = "List Price";
strSLabel = "Member Price";
strRLabel = "Remove From Cart";
strRButton= "Remove";
strRAButton= "Remove All";
strSUB    = "SUBTOTAL";
strSHIP   = "SHIPPING / DELIVERY";
strTAX    = "GST 7% (Goods & Service Tax)";
strCURRENCY    = "SGD";
strTOT    = "TOTAL";
strErrQty = "Invalid Quantity.";
strNewQty = 'Please enter new quantity:';

Language = 'en';
bLanguageDefined = true;

