var ARR_STRINGS = {
	'long_days' : ['Søndag', 'Mandag', 'Tirsdag', 'Onsdag', 'Torsdag', 'Fredag', 'Lørdag'],
	'short_days' : ['Søn', 'Man', 'Tir', 'Ons', 'Tor', 'Fre', 'Lør'],
	'long_month' : ['Januar','Februar','Mars','April','Mai','Juni','July','August','September','Oktober','November','Desember'],
	'short_month' : ['Jan', 'Feb', 'Mar', 'Apr', 'Mai', 'Jun', 'Jul', 'Aug', 'Sep', 'Okt', 'Nov', 'Des'],
	'am_pm' : ['AM', 'am', 'PM', 'pm'],
	'bad_month' : 'Parsing error: unknown month "%month_name"',
	'need_form_name' : 'Form name is required parameter of draw method',
	'form_not_found' : "Form with name '%form_name' can't be found in the document",
	'max_date' : 'Dates after %max_date are not allowed',
	'min_date' : 'Dates before %min_date are not allowed',
	'combaerror' : 'Warning: Error of combinations',
	'not_meet' : 'Warning: Input date does not meet input date format',
	'not_format' : 'Notice : Error of input date format'
}
