var ARR_STRINGS = {
	'long_days' : ['Dimanche', 'Lundi', 'Mardi', 'Mercredi', 'Jeudi', 'Vendredi', 'Samedi'],
	'short_days' : ['Dim', 'Lun', 'Mar', 'Mer', 'Jeu', 'Ven', 'Sam'],
	'long_month' : ['Janvier','Fevrier','Mars','Avril','Mai','Juin','Juillet','Aout','Septembre','Octobre','Novembre','Decembre'],
	'short_month' : ['Jan', 'Fev', 'Mar', 'Avr', 'Mai', 'Jui', 'Juil', 'Aou', 'Sep', 'Oct', 'Nov', 'Dec'],
	'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' : 'Le date après le %max_date ne sont pas autorisées',
	'min_date' : 'Les dates avant le %min_date ne sont pas autorisées',
	'combaerror' : 'Warning: Error of combinations',
	'not_meet' : 'Warning: Input date does not meet input date format',
	'not_format' : 'Notice : Error of input date format'
}
