﻿
//Language file for snippet Shopkeeper

var langTxt = new Array();

langTxt['delAll'] = "Opróżnij koszyk";
langTxt['select'] = "Twój wybór:";
langTxt['empty'] = "jest pusty";
langTxt['confirm'] = "Czy na pewno?";
langTxt['continue'] = "OK";
langTxt['yes'] = "Tak";
langTxt['cancel'] = "Anuluj";
langTxt['cookieError'] = "Cookies should be enabled in the browser.";
langTxt['delete'] = "Usuń";
langTxt['delGoods'] = "Usuń przedmioty";
langTxt['goods'] = "przedmioty";
langTxt['count'] = "Ilość";
langTxt['sumTotal'] = "Suma :";
langTxt['executeOrder'] = "Wyślij zamówienie";
langTxt['changeCount'] = "Zmień ilość";
langTxt['addedToCart'] = "Produkt dodany do koszyka";

langTxt['cart'] = "Twój koszyk";

