//=====================================================================||
//       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  = "Vaša košarica je puna.";
strAdded  = " dodano u košaricu.";
strRemove = "Kliknite'OK' da bi izbacili artikal iz košarice.";
strILabel = "Šifra";
strDLabel = "Artikal";
strQLabel = "Količina";
strPLabel = "Cijena";
strSLabel = "Porez";
strRLabel = "Makni iz košarice";
strRButton= "Makni";
strSUB    = "";
strSHIP   = "Poštarina";
strTAX    = "Porez";
strTOT    = "Ukupno :";
strErrQty = "Krivi unos.";
strNewQty = 'Unesite novu količinu:';

Language = 'en';
bLanguageDefined = true;

