//=====================================================================||
//       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łen";
strAdded  = " dodany do twojego koszyka"; 
strRemove = "Kliknij OK aby wyrzucić pozycję z koszyka";
strILabel = "Kod towaru";
strDLabel = "Nazwa produktu"; 
strQLabel = "Ilość";
strPLabel = "Cena netto"; 
strSLabel = "Wysyłka";
strRLabel = "Usuń z koszyka";
strRButton= "Usuń";
strSUB    = "Suma netto"; 
strSHIP   = "Wysyłka";
strTAX    = "Podatek VAT"; 
strTOT    = "Suma brutto"; 
strErrQty = "Nieprawidłowa ilość";
strNewQty = "Określ ilość; towaru:";
strEmptyCart = "Koszyk jest pusty";

Language = 'pl';
bLanguageDefined = true;


