module.php 680 B

12345678910111213141516
  1. <?php
  2. $this->registerModule($module, 'main', __('Tasks manager'), 'Nightfly', array(
  3. 'TASKMAN' => __('right to control tasks'),
  4. 'TASKMANDATE' => __('right to change tasks date'),
  5. 'TASKMANDONE' => __('right to mark tasks as done'),
  6. 'TASKMANDELETE' => __('right to delete tasks'),
  7. 'TASKMANNODONDATE' => __('deny tasks done date change'),
  8. 'TASKMANNWATCHLOG' => __('can watch log change for tasks'),
  9. 'TASKMANEDITTASK' => __('right to edit existing tasks'),
  10. 'TASKMANGULAG' => __('the administrator is repressed'),
  11. 'TSUNCURSED' => __('immunity for branch curses and gulag'),
  12. 'TASKRANKS' => __('right to control quality of tasks execution')
  13. ));