function getEvents()
 {
     return array('new' => __('A resource has been added by', 'resources'), 'update' => __('A resource has been updated by', 'resources'), 'delete' => __('A resource has been removed by', 'resources'), 'newtask' => __('A task has been added by', 'resources'), 'updatetask' => __('A task has been updated by', 'resources'), 'deletetask' => __('A task has been removed by', 'resources'), 'AlertExpiredTasks' => __('List of not finished tasks', 'resources'), 'AlertLeavingResources' => __('These resources have normally left the company', 'resources'), 'AlertArrivalChecklists' => __('Actions to do on these new resources', 'resources'), 'AlertLeavingChecklists' => __('Actions to do on these leaving resources', 'resources'), 'LeavingResource' => __('A resource has been declared leaving', 'resources'), 'report' => PluginResourcesReportConfig::getTypeName(1), 'newresting' => __('A non contract period has been added', 'resources'), 'updateresting' => __('A non contract period has been updated', 'resources'), 'deleteresting' => __('A non contract period has been removed', 'resources'), 'newholiday' => __('A forced holiday has been added', 'resources'), 'updateholiday' => __('A forced holiday has been updated', 'resources'), 'deleteholiday' => __('A forced holiday has been removed', 'resources'));
 }