//=====================================================================||
//       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  = "      <== Dit artikel is aan uw winkelwagen toegevoegd.    Als u deze melding in uw scherm ziet en onder in dit scherm met uw muis op de knop ---   OK   --- klikt, dan gaat u automatisch verder naar onze virtuele Kassa om daar uw persoonlijke gegevens in te vullen en uw bestelling verder te activeren.    Klik  A.U.B.  nu op de    OK knop    hier onder om verder te gaan.";
strRemove = "Klik op 'Ok' om dit product uit uw winkelwagen te verwijderen.";
strILabel = "Bestelcode";
strQLabel = "Aantal";
strDLabel = "Product Omschrijving";
strPLabel = "Prijs";
strSLabel = "Totaal";
strRLabel = "Verwijderen";
strRButton= "Wis Product";
strSUB    = "Subtotaal";
strSHIP   = "Verzendkosten   ";
strSHIPREG   = "Verzenden naar   ";
strSHIPG   = "Gratis Verzenden";
strSHIPV   = "Verzekering + Track&Trace   ";
strSHIPMIL   = "Verpakking bijdrage   ";
strSHIPSEND   = "Toeslag voor 24 uur Verzend-Service   ";
strSHIPBLG   = "Totaal bedrag inclusief verzendkosten naar Belgie ";
strSHIPHAN   = "Tot Minimum Bestelbedrag van € 50,00 berekenen wij Behandelingskosten   ";
strSHIPGK   = "Geen extra kosten";
strTAX    = "Bedrijven en instellingen 19% BTW over het totaal bedrag is :";
strTOTLINE    = "============  +";
strTOT    = "Totaal bedrag inclusief verzendkosten naar Nederland ";
strErrQty = "Ongeldig Aantal.";
strNewQty = 'Voer AUB een nieuw aantal in aub:';

Language = 'nl';
bLanguageDefined = true;


