var ARR_STRINGS = {
	'long_days' : ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'],
	'short_days' : ['Sun', 'Mon', 'Tue', 'Wen', 'Thu', 'Fri', 'Sat'],
	'long_month' : ['January','February','March','April','May','June','July','August','September','October','November','December'],
	'short_month' : ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'],
	'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',
	'not_meet' : 'Warning: Input date does not meet input date format',
	'combaerror' : 'Warning: Error of combinations',
	'not_format' : 'Notice : Error of input date format'
}
