//=====================================================================||
//       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 currencycode = currencycode
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     = "Product Code  ";
strDLabel     = "Product Name  ";
strQLabel     = "Quantity  ";
strPLabel     = "Price ("+currencycode+") ";
strSLabel     = "Total ("+currencycode+") ";
strRLabel     = "";
strRButton    = "Delete";
strSUB        = "Total Amount";
strSubTotal   = "Sub Total";
strCHARGES    = "Delivery Charges";
strTOT        = "Grand Total";
strErrQty     = "Invalid Quantity.";
strNewQty     = 'Please enter new quantity:';
//alert('lang'+ currencycode);
Language = 'en';
bLanguageDefined = true;


