var ARR_STRINGS = {
	'long_days' : ['Sonntag', 'Montag', 'Dienstag', 'Mittwoch', 'Donnerstag', 'Freitag', 'Samstag'],
	'short_days' : ['Son', 'Mon', 'Die', 'Mit', 'Don', 'Fri', 'Sam'],
	'long_month' : ['Januar','Februar','März','April','Mai','Juni','Juli','August','September','Oktober','November','Dezember'],
	'short_month' : ['Jan', 'Feb', 'Mrz', 'Apr', 'Mai', 'Jun', 'Jul', 'Aug', 'Sep', 'Okt', 'Nov', 'Dez'],
	'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' : 'Tage nach dem %max_date sind nicht erlaubt',
	'min_date' : 'Tage vor dem %min_date sind nicht erlaubt',
	'combaerror' : 'Warning: Error of combinations',
	'not_meet' : 'Warning: Input date does not meet input date format',
	'not_format' : 'Notice : Error of input date format'
}
