//=====================================================================||
//       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  = " dodane do koszyka"; 
strRemove = "Kliknij 'ok' aby usunąć pozycję z koszyka"; 
strILabel = "Grupa"; 
strDLabel = "Nazwa produktu"; 
strQLabel = "Ilość"; 
strPLabel = "Cena"; 
strSLabel = "Opak."; 
strRLabel = "Usuń"; 
strRButton= "Usuń"; 
strSUB    = "NETTO"; 
strSHIP   = "Opakowania razem"; 
strTAX    = " Podatek VAT"; 
strTOT    = "BRUTTO"; 
strErrQty = "Nieprawidłowa ilość"; 
strNewQty = 'Określ ilość';

Language = 'pl';
bLanguageDefined = true;


