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

//       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  = "Cart is full !!!";

strAdded  = " Add to your shopping cart";

strRemove = "Click 'Ok' to remove the product from Cart";

strILabel = "Code";

strDLabel = "Description";

strQLabel = "Quantity";

strPLabel = "Unit Price";

strSLabel = "Freight quotes on";

strRLabel = "Remove from Cart";

strRButton= "Delete Item!";

strSUB    = "Subtotal";

strSHIP   = "Freight quotes on";

strTAX    = "Imposition";

strTOT    = "TOTAL";

strErrQty = "Quantity Unacceptable";

strNewQty = 'Please enter the new quantity:';

EmpyCartWarning	      = 'Your cart is empty';



Language = 'en';

bLanguageDefined = true;



fdp = 0;



