var g_translations = new Array();
g_translations['sr-rs'] = new Array();
g_translations['en-us'] = new Array();

g_translations['sr-rs']['basket.NothingSelected']='Nema obeleženih!';

g_translations['sr-rs']['user.Forms.EmailEmpty']='Email ne sme biti prazan';
g_translations['sr-rs']['user.Forms.PasswordEmpty']='Lozinka ne sme biti prazna';
g_translations['sr-rs']['user.Forms.PwdConfirmEmpty']='Potvrda lozinke ne sme biti prazna';
g_translations['sr-rs']['user.Forms.EmailNotValid']='Email nije dobro formatiran';
g_translations['sr-rs']['user.Forms.PasswordMismatch']='Lozinke nisu iste';
g_translations['sr-rs']['user.Forms.FNameEmpty']='Ime ne sme biti prazno';
g_translations['sr-rs']['user.Forms.LNameEmpty']='Prezime ne sme biti prazno';
g_translations['sr-rs']['user.Forms.MobileEmpty']='Mobilni telefon ne sme biti prazan';
g_translations['sr-rs']['user.Forms.LandlineEmpty']='Telefon ne sme biti prazan';
g_translations['sr-rs']['user.Forms.AddressEmpty']='Adresa ne sme biti prazna';
g_translations['sr-rs']['user.Forms.CityEmpty']='Polje Grad ne sme biti nepopunjeno';
g_translations['sr-rs']['user.Forms.ZipEmpty']='Polje Pošta ne sme biti nepopunjeno';
g_translations['sr-rs']['user.Forms.CountryEmpty']='Polje Država ne sme biti nepopunjeno';
g_translations['sr-rs']['user.Forms.PIBEmpty']='PIB ne sme biti prazan';
g_translations['sr-rs']['user.Forms.CompanyEmpty']='Kompanija polje ne sme biti prazno';
g_translations['sr-rs']['user.Forms.ContactSectorEmpty']='Izaberite odeljenje';
//g_translations['sr-rs']['']='';

g_translations['en-us']['basket.NothingSelected']='Nema obeleženih!';

g_translations['en-us']['user.Forms.EmailEmpty']='Email can not be empty';
g_translations['en-us']['user.Forms.PasswordEmpty']='Password can not be empty';
g_translations['en-us']['user.Forms.PwdConfirmEmpty']='Password confirm can not be empty';
g_translations['en-us']['user.Forms.EmailNotValid']='Email is not valid';
g_translations['en-us']['user.Forms.PasswordMismatch']='Passwords mismatch';
g_translations['en-us']['user.Forms.FNameEmpty']='First Name can not be empty';
g_translations['en-us']['user.Forms.LNameEmpty']='Last Name can not be empty';
g_translations['en-us']['user.Forms.MobileEmpty']='Mobile  can not be empty';
g_translations['en-us']['user.Forms.LandlineEmpty']='Landline can not be empty';
g_translations['en-us']['user.Forms.AddressEmpty']='Address can not be empty';
g_translations['en-us']['user.Forms.CityEmpty']='Fill in the City field ';
g_translations['en-us']['user.Forms.ZipEmpty']='Zip/postal code can not be empty';
g_translations['en-us']['user.Forms.CountryEmpty']='Fill in the Country field';
g_translations['en-us']['user.Forms.PIBEmpty']='VAT No can not be empty';
g_translations['en-us']['user.Forms.CompanyEmpty']='Fill in the Company field';
g_translations['en-us']['user.Forms.ContactSectorEmpty']='Please select sector';
