var JS_ALLDAY = 'If this event does not last all day, you must enter a start time';
var JS_DATEDUE = 'Due date must be in the format d/m/y';
var JS_DAYMONTH = 'You must enter the day of the month';
var JS_ENDDATE = 'You must enter an end date in the format d/m/y';
var JS_NAMEEVENT = 'You must enter a name for this event';
var JS_NUMOCCURRENCES = 'You must enter the number of occurrences';
var JS_OCCURRENCES = 'You must enter the number of days between occurrences';
var JS_STARTDATE = 'You must enter a start date in the format d/m/y';
var JS_STARTEND = 'End time must be after start time';
var JS_TASKNAME = 'You must enter a name for this task.';
