//=====================================================================||
//       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  = "Oprostite. Vaša košarica je puna. Molimo Vas da izvršite narudžbu.";
strAdded  = "  - dodaj u košaricu.";
strRemove = "Pritisnite 'Ok' da izbrišešete proizvode iz košarice.";
strILabel = "Kat.br.";
strDLabel = "Naziv proizvoda";
strQLabel = "Količina";
strPLabel = "Cijena";
strSLabel = "Poštarina";
strRLabel = "Briši iz košarice";
strRButton= "Remove";
strSUB    = "Cijena proizvoda";
strSHIP   = "Poštarina";
strTAX    = "Popust za korisnike našeg newslettera";
strTOT    = "Ukupno";
strErrQty = "Pogrešna količina.";
strNewQty = 'Molimo Vas da unesete novu količinu:';

Language = 'en';
bLanguageDefined = true;

