//=====================================================================||
//       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 order sheet.";
strRemove = "Click 'Ok' to remove this menu from your order sheet.";
strILabel = "Menu Id";
strDLabel = "Name(qty per order)";
strQLabel = "Quantity";
strPLabel = "Unit Price";
strSLabel = "Shipping";
strRLabel = "Update or Remove";
strRButton= "Change";
strSUB    = "SUBTOTAL";
strSHIP   = "SHIPPING";	//QS
strTAX    = "TAX";	//QS
strTOT    = "TOTAL";
strErrQty = "Invalid Quantity.";
strNewQty = 'Please enter new quantity:';

Language = 'en';
bLanguageDefined = true;

