//=====================================================================||

//       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.";

strILabel = " Product ID |";

strDLabel = "Description |";

strQLabel = "Product |";

strPLabel = "Price";

strSLabel = "Shipping";

strRLabel = "| Remove";

strSUB    = "SUB TOTAL ";

strSHIP   = "15% Postage will be added to total cost";

strTAX    = "15% Postage will be added to total cost";

strTOT    = "TOTAL";

strErrQty = "Invalid Quantity.";

strNewQty = 'Please enter new quantity:';



Language = 'en';

bLanguageDefined = true;



