//=====================================================================||
//       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, Uw winkelwagen is vol, gaat u aub naar de Kassa !!!";
strAdded  = " Aan uw winkelwagen toegevoegd.";
strRemove = "Klik op 'Ok' om dit product uit uw winkelwagen te verwijderen.";
strAddedQuantity = "Aantal: ";
strAddedProduct  = "Product:";
strALabel = "Bedrag ";  
strILabel = "Artikelnummer";
strQLabel = "Aantal";
strDLabel = "Product Omschrijving";
strPLabel = "Prijs";
strSLabel = "Verzendkosten";
strRLabel = "Verwijder";
strRButton= "Verwijder";
strSUB    = "Subtotaal";
strSHIP   = "Verzendkosten";
strTAX    = "BTW";
strTOT    = "Totaal";
strErrQty = "Ongeldig Aantal.";
strNewQty = 'Voer een nieuw aantal in aub.';
strEA 	  = "/pstuk";      
strSHIPPINGZONE = "SHIPPING<BR>ZONE";        //ER: new;  needed by, but not added by, Stefko mods            COND-DEMO1-NOCI-DEMO2
strTAXABLEREGION = "BTW regio";              //ER: new;  needed by my rewrite of the sales-tax-by-region code
strEA = "/pstuk";                            //ER: new;  needed by the original NopDesign version
strCartEmpty = "Uw winkelwagen is leeg";         //ER: new;  needed by the original NopDesign version
strAsMultiple = "as multiple packages:";     //ER: new;  for message from ComputeShipping
strAsSingle = "als een:";                     //ER: new;  for message from ComputeShipping
strBroken="our shipping-calculator is broken; please inform our webmaster";  //ER: new;  message from ComputeShipping
strTotalNaN="Your browser's javascript appears to be broken; another browser may help; a reboot may help; if problem persists, please inform our webmaster";  //ER: new;  message from ValidateCart, when total is not a number
strINCLUDEDINTOTAL = "Included in Total";    //ER: new;  for the DisplayTaxIncluded option

Language = 'nl';
bLanguageDefined = true;

