//=====================================================================||
//       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.";
strILabel = "Bestelcode";
strQLabel = "Pag.";
strDLabel = "Regio";
strPLabel = "Prijs";
strSLabel = "Verzendkosten (binnen NL, B volgens TNT-tarieven)";
strRLabel = "Verwijder";
strRButton= "Verwijder";
strSUB    = "Subtotaal";
strSHIP   = "Verzendkosten (binnen NL, B volgens TNT-tarieven)";
strADD   = "Toeslag";
strDISC   = "Korting";
strADMIN   = "Administratiekosten";
strTAX    = "BTW";
strTOT    = "Totaal";
strErrQty = "Ongeldig aantal.";
strNewQty = 'Voer een nieuw aantal in aub:';

Language = 'nl';
bLanguageDefined = true;

