//=====================================================================||
//       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.                                             ||
//---------------------------------------------------------------------||
var strSorry = "I'm Sorry, your Order form is full, please process the order to continue.\n\nYour Order form cannot contain more than 20 items.\nWe are sorry for the inconvenience.";
var strAdded  = " added to order.";
var strRemove = "Click 'Ok' to remove this product from your Order.";
var strILabel = "Code";
var strDLabel = "Description";
var strQLabel = "Qty";
var strPLabel = "";
var strSLabel = "S";
var strRLabel = "";
var strRButton= "Remove";
var strSUB    = "";
var strSHIP   = "";
var strTAX    = "";
var strTOT    = "";
var strErrQty = "Invalid Quantity.";
var strNewQty = 'Please enter new quantity:';

var Language = 'en';
var bLanguageDefined = true;

