﻿Poraki={

"DatumNevalidenFormatText":	 " Invalid date format ",
"DecimalenSeparatorText":	 " Decimal separataor is '.' ",	
"DenNevalidenFormatText":	 " The day should be between 1 and 31 ",	
"DenoviMesecText":	 " The month has 30 days ",	
"MesecNevalidenFormatText":	 " The month should be between 1 and 12 ",	
"NevalidenFormatText":	 " Invalid format ",	
"OpsegText":	 " Should be in range ",	
"PrazniPolinjaText"	:" Fill all fields ",	
"PrestapnaGodinaText":	 " Leap year, the month has 29 days "	,
"DatumOdDoText" : "The end date must be later then begin date"

};

function toCyr(str) {
	return str;
}
