//=====================================================================||
//       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  = "U heeft nu het maximum van 100 verschillende artikelen in uw winkelwagen bereikt. Gelieve af te rekenen via WINKELWAGEN.";
strAdded  = " toegevoegd aan uw winkelwagen.   Wilt u meer dan 1x dit artikel bestellen, dan kunt u het aantal wijzigen in Uw Email Winkelwagen (via de blauwe button bovenaan deze pagina).";
strRemove = "Klik op 'Ok' om dit product uit uw winkelwagen te verwijderen.";
strILabel = "Artikel";
strQLabel = "Aantal";
strDLabel = "Omschrijving";
strPLabel = "Stuksprijs";
strSLabel = "Verzendkosten";
strRLabel = " ";
strRButton= "Verwijder";
strSUB    = " ";
strSHIP   = " ";
strTAX    = " ";
strTOT    = "Totaal orderbedrag (exclusief de éénmalige bijdrage per order):";
strErrQty = "Ongeldig Aantal.";
strNewQty = 'Voer een nieuw aantal in aub:';

Language = 'nl';
bLanguageDefined = true;


