//=====================================================================||
//       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 winkelmandje is vol, gaat u aub naar winkelmandje !!!";
strAdded  = "aan uw winkelmandje toegevoegd. Klik op WINKELMANDJE voor de verder afhandeling of selecteer meer wijnen.";
strRemove = "Klik op 'Ok' om dit product uit uw winkelmandje te verwijderen.";
strILabel = "code";
strQLabel = "aantal";
strDLabel = "wijn";
strPLabel = "prijs";
strSLabel = "totaal";
strTLabel = "Totaal";
strRLabel = "verwijder";
strRButton= "Verwijder";
strSUB    = "SUBTOTAAL";
strSHIP   = "VERZENDKOSTEN";
strTAX    = "BTW";
strTOT    = "TOTAAL";
strErrQty = "Ongeldig Aantal.";
strNewQty = 'Voer een nieuw aantal in aub:';

Language = 'nl';
bLanguageDefined = true;

