//=====================================================================||
//       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  = "Sorry maar uw winkelwagen is vol, ga naar bestellen.";
strAdded  = "Toegevoegd aan uw winkelwagen.";
strRemove = "Klik op 'ok'op het artikel te verwijderen.";
strILabel = " ";
strDLabel = "Naam              ";
strQLabel = "Aantal  ";
strPLabel = "Prijs";
strSLabel = "Shipping";
strRLabel = "Verwijder uit winkelwagen";
strRButton= "Verwijder";
strSUB    = "SUBTOTAAL";
strSHIP   = "SHIPPING";
strTAX    = "TAX";
strTOT    = "TOTAAL";
strErrQty = "foutief aantal.";
strNewQty = 'vul het aantal in:';

Language = 'en';
bLanguageDefined = true;


