//=====================================================================||
//       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  = "Vasa korpa je puna.\n Nakon slanja ove porudzbine mozete napraviti jos jednu,\n a mi cemo ih naknadno sastaviti u jednu.";
strAdded  = " dodat u korpu.";
strRemove = "Da li ste sigurni da zelite da uklonite ovaj proizvod iz vase korpe?";
strILabel = "Kat.br.";
strDLabel = "Opis";
strQLabel = "Kom";
strPLabel = "Cena";
strSLabel = "Troskovi Isporuke";
strRLabel = "Ukloni iz korpe";
strRButton= "Ukloni";
strSUB    = "Medjuzbir";
strSHIP   = "Troskovi Isporuke:<br><font color=red>Za porudzbine preko 2000din isporuka je BESPLATNA</font>";
strTAX    = "Za porudzbine preko 2000din isporuka je BESPLATNA";
strTAX2   = "POPUST 2.5% za avansnu uplatu na racun*";
strTOT    = "SVEGA";
strErrQty = "Pogresna kolicina.";
strNewQty = 'Molimo unesite novu kolicinu:';

Language = 'en';
bLanguageDefined = true;

