
// event (index)
noProjectSelected = 'No project selected';
noTaskSelected = 'No task selected';
noTimeInput = 'No duration : input a duration or a start and end time';
noEventSelected = 'No event selected';
confirmDeleteEvent = 'Are you sure you really want to delete the selected event ?';
badTimeInterval = 'End before start !\n(add \'+d\' after the end time to span onto the next day)';

// project
noProjectName = 'No project name';
confirmDeleteProject = 'Are you sure you really want to delete the project ?';

// task
noTaskName = 'No activity name';
confirmDeleteTask = 'Are you sure you really want to delete the task ?';

// user
noLogin = 'No login';
noPassword = 'No password';
noEmail = 'Please enter a valid email address';
badEmail = 'You must provide a valid email address';

// search
noKeyword = 'Please enter a keyword';

// Report
noDatStart = 'Please enter a start date';
noDatEnd = 'Please enter an end date';
