//=====================================================================||
//       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 kruiwagen is vol, gaat u aub naar de kassa!";
strAdded  = " aan uw kruiwagen toegevoegd.";
strRemove = "Wilt u dit artikel uit uw kruiwagen verwijderen?";
strILabel = "code";
strQLabel = "aantal";
strDLabel = "omschrijving";
strPLabel = "prijs";
strSLabel = "bezorgkosten";
strRLabel = "verwijder";
strRButton= "&times;";
strSUB    = "Subtotaal";
strSHIP   = "Bezorgkosten";
strPAY    = "Kosten betaalwijze";
strTAX    = "BTW";
strEX     = "Bedrag";
strTOT    = "TOTAAL";
strErrQty = "Ongeldig Aantal.";
strNewQty = 'Voer aub een nieuw aantal in:';

Language = 'nl';
bLanguageDefined = true;


