//=====================================================================||
//       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  = "Zao nam je - molimo zavrsite sa narucivanjem.";
strAdded  = " pridodato Vasoj listi.";
strRemove = "Kliknite 'Ok' da izbacite ovu osobu sa liste.";
strILabel = "&nbsp;&nbsp;&nbsp;";
strDLabel = "Ime osobe&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;";
strQLabel = "Broj dana";
strPLabel = "&nbsp;&nbsp;&nbsp;";
strSLabel = "Isporuka";
strRLabel = "&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Izbacivanje sa liste";
strRButton= "Izbaci";
strSUB    = "&nbsp;&nbsp;&nbsp;";
strSHIP   = "Isporuka";
strTAX    = "PDV 8%";
strTOT    = "&nbsp;&nbsp;&nbsp;";
strErrQty = "Neispravan broj dana";
strNewQty = 'Koliko dana zelite da angazujete osobu:';

Language = 'en';
bLanguageDefined = true;


