//=====================================================================||
// 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 = "Przykro nam ale twój koszyk jest pełny";
strAdded = " dodany do twojego koszyka";
strRemove = "Kliknij 'ok' aby wyrzucić pozycję z koszyka";
strILabel = "Numer 'id'";
strDLabel = "Nazwa produktu";
strQLabel = "Ilosć";
strPLabel = "Cena";
strSLabel = "Dowóz";
strRLabel = "Usuń z koszyka";
strRButton= "Usuń";
strSUB = "NETTO";
strSHIP = "Dowóz";
strTAX = " Podatek VAT";
strTOT = "BRUTTO";
strErrQty = "Nieprawidłowa ilość";
strNewQty = 'Określ ilość towaru:';
Language = 'pl';
bLanguageDefined = true;