var ARR_STRINGS = {
	'long_days' : ['Diumenge', 'Dilluns', 'Dimarts', 'Dimecres', 'Dijous', 'Divendres', 'Dissabte'],
	'short_days' : ['Dm', 'Dl', 'Dm', 'Dx', 'Dj', 'Dv', 'Ds'],
	'long_month' : ['Gener','Febrer','Març','Abril','Maig','Juny','Juliol','Agost','Setembre','Octobre','Novembre','Desembre'],
	'short_month' : ['Gen', 'Feb', 'Mar', 'Abr', 'Mai', 'Jun', 'Jul', 'Ago', 'Set', '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',
	'not_format' : 'Notice : Error of input date format'
}