var ARR_STRINGS = {
	'long_days' : ['Zondag', 'Maandag', 'Dinsdag', 'Woensdag', 'Donderdag', 'Vrijdag', 'Zaterdag'],
	'short_days' : ['Zondag', 'Maandag', 'Dinsdag', 'Woensdag', 'Donderdag', 'Vrijdag', 'Zaterdag'],
	'long_month' : ['januari', 'februari', 'maart', 'april', 'mei', 'juni', 'juli', 'augustus', 'september', 'oktober', 'november', 'december'],
	'short_month' : ['januari', 'februari', 'maart', 'april', 'mei', 'juni', 'juli', 'augustus', 'september', 'oktober', 'november', 'december'],
	// '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' : 'Vul een nieuwe datum in.'
	// 'not_format' : 'Notice : Error of input date format'
}
