tmgmt_local.info 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. name = Local Translator
  2. description = Allows local users to provide translation services.
  3. package = Translation Management
  4. core = 7.x
  5. dependencies[] = tmgmt
  6. dependencies[] = tmgmt_language_combination
  7. configure = admin/config/regional/tmgmt_translator
  8. files[] = controller/tmgmt_local.controller.task.inc
  9. files[] = controller/tmgmt_local.controller.task_item.inc
  10. files[] = entity/tmgmt_local.entity.task.inc
  11. files[] = entity/tmgmt_local.entity.task_item.inc
  12. files[] = includes/tmgmt_local.info.inc
  13. files[] = includes/tmgmt_local.plugin.inc
  14. files[] = includes/tmgmt_local.plugin.ui.inc
  15. files[] = controller/tmgmt_local.ui_controller.task.inc
  16. files[] = controller/tmgmt_local.ui_controller.task_item.inc
  17. files[] = tmgmt_local.test
  18. ; Views integration and handlers
  19. files[] = views/tmgmt_local.views.inc
  20. files[] = views/handlers/tmgmt_local_task_handler_field_job_item_count.inc
  21. files[] = views/handlers/tmgmt_local_task_handler_field_loop_count.inc
  22. files[] = views/handlers/tmgmt_local_task_handler_field_operations.inc
  23. files[] = views/handlers/tmgmt_local_task_handler_field_progress.inc
  24. files[] = views/handlers/tmgmt_local_task_handler_field_item_operations.inc
  25. files[] = views/handlers/tmgmt_local_task_handler_field_wordcount.inc
  26. files[] = views/handlers/tmgmt_local_task_handler_filter_eligible.inc
  27. ; Information added by Drupal.org packaging script on 2016-09-21
  28. version = "7.x-1.0-rc2+1-dev"
  29. core = "7.x"
  30. project = "tmgmt"
  31. datestamp = "1474446494"