
//Language file for snippet Shopkeeper

var langTxt = new Array();

langTxt['delAll'] = "Legen";
langTxt['select'] = "U heeft gekozen:";
langTxt['empty'] = "Leeg";
langTxt['confirm'] = "Weet u het zeker?";
langTxt['continue'] = "OK";
langTxt['yes'] = "Yes";
langTxt['cancel'] = "Cancel";
langTxt['cookieError'] = "Cookies should be enabled in the browser.";
langTxt['delete'] = "Verwijder";
langTxt['delGoods'] = "Verwijder items";
langTxt['goods'] = "items";
langTxt['count'] = "Aantal";
langTxt['sumTotal'] = "Totaal :";
langTxt['executeOrder'] = "Bevestig";
langTxt['changeCount'] = "Wijzig aantal";
langTxt['addedToCart'] = "Staal toegevoegd";

