//=====================================================================||
//       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 offerte map is vol, vraag eerst deze offerte aan.";
strAdded  = " aan uw offerte map toegevoegd.";
strRemove = "Klik op 'Ok' om dit product uit uw offerte map te verwijderen.";
strILabel = "Art. nr.";
strQLabel = "Oplage";
strDLabel = "Omschrijving";
strPLabel = "Prijs";
strSLabel = "Verzendkosten";
strRLabel = "Verwijderen";
strRButton= "X";
strSUB    = "Subtotaal";
strSHIP   = "VERZENDKOSTEN";
strTAX    = "BTW";
strTOT    = "TOTAAL";
strErrQty = "Ongeldig Aantal!";
strNewQty = 'Voer een nieuw aantal in a.u.b.';

Language = 'nl';
bLanguageDefined = true;


