//=====================================================================||
//       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  = "Ispričavamo se, vaša košarica je puna, molimo nastavite na blagajnu.";
strAdded  = " dodano u vašu kašaricu.";
strRemove = "Kliknite 'Ok' da biste uklonili proizvod iz vaše košarice.";
strILabel = "&Scaron;ifra";
strDLabel = "Naziv proizvoda";
strQLabel = "Komada";
strPLabel = "Cijena";
strSLabel = "PDV";
strRLabel = "Uklonite iz ko&scaron;arice";
strRButton= "Ukloni";
strSUB    = "Zbroj";
strSHIP   = "Poštarina";
strTAX    = "PDV";
strTOT    = "Ukupno za platiti";
strErrQty = "Neispravna količina.";
strNewQty = 'Molimo unesite novu količinu:';

Language = 'en';
bLanguageDefined = true;


