//=====================================================================||
//       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 koszyk jest już pełen. Prosze dokonać zakupu."; 
strAdded  = " dodany do twojego koszyka"; 
strRemove = "Kliknij 'ok' aby wyrzucić pozycję z koszyka"; 
strILabel = "ID"; 
strDLabel = "Nazwa produktu"; 
strQLabel = "Ilość"; 
strPLabel = "Cena netto"; 
strPBLabel = "Cena brutto"; 
strSLabel = "Dowóz"; 
strRLabel = "Usuń z koszyka"; 
strRButton= "Usuń"; 
strSUB    = "WARTOŚĆ ZAMÓWIENIA NETTO"; 
strSHIP   = "KOSZTY PRZESYŁKI"; 
strTAX    = "W TYM PODATEK VAT"; 
strTOT    = "WARTOŚĆ ZAMÓWIENIA BRUTTO"; 
strErrQty = "Nieprawidłowa ilość"; 
strNewQty = 'Określ ilość towaru:';

Language = 'pl';
bLanguageDefined = true;

