//=====================================================================||
//       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  = "Vаša korpa je puna. Molimo Vas da zaključite narudžbenicu."; 
strAdded  = " je stavljena u korpu."; 
strRemove = "Pritisnite 'OK' ako želite da knjiga bude izbrisana iz korpe."; 
strILabel = "ID";
strDLabel = "Naslov";
strQLabel = "Kol";
strPLabel = "Cena"; 
strSLabel = "Poštarina";
strRLabel = "Isprazni korpu"; 
strRButton= "Obriši"; 
strSUB    = "KNJIGE";
strSHIP   = "Poštarina";
strTAX    = "Porez";
strTOT    = "UKUPNO";
strErrQty = "Nepravilan unos u polju količina"; 
strNewQty = 'Molimo Vas navedite tačan broj naručenih knjiga:';

Language = 'pl';
bLanguageDefined = true;
