| README.txt | README.txt |  | Translation Management Tool (tmgmt)
-------------------------------------
A collection of tools to facilitate the translation of text elements in Drupal.
Requirements
------------------
Translation Management Tool was built for Drupal 7. There will… | 
          
                  | README.txt | translators/tmgmt_local/README.txt |  | TMGMT Local Translator
----------------------
A user interface to execute the actual translation of TMGMT source elements.
Includes management capabilities for handling translations and users.
Requirements
------------
Local Translator is a… | 
          
                  | sample.html | tests/testing_html/sample.html |  |  | 
          
                  | tmgmt.api.php | tmgmt.api.php |  | Hooks provided by the Translation Management module. | 
          
                  | tmgmt.base.entity.test | tests/tmgmt.base.entity.test |  |  | 
          
                  | tmgmt.base.test | tests/tmgmt.base.test |  |  | 
          
                  | tmgmt.controller.job.inc | controller/tmgmt.controller.job.inc |  | Contains the job entity controller class. | 
          
                  | tmgmt.controller.job_item.inc | controller/tmgmt.controller.job_item.inc |  | Contains the job item entity controller class. | 
          
                  | tmgmt.controller.remote.inc | controller/tmgmt.controller.remote.inc |  | Contains the remote controller class. | 
          
                  | tmgmt.controller.translator.inc | controller/tmgmt.controller.translator.inc |  | Contains the translator controller class. | 
          
                  | tmgmt.crud.test | tests/tmgmt.crud.test |  |  | 
          
                  | tmgmt.entity.job.inc | entity/tmgmt.entity.job.inc |  |  | 
          
                  | tmgmt.entity.job_item.inc | entity/tmgmt.entity.job_item.inc |  |  | 
          
                  | tmgmt.entity.message.inc | entity/tmgmt.entity.message.inc |  |  | 
          
                  | tmgmt.entity.remote.inc | entity/tmgmt.entity.remote.inc |  |  | 
          
                  | tmgmt.entity.translator.inc | entity/tmgmt.entity.translator.inc |  |  | 
          
                  | tmgmt.exception.inc | includes/tmgmt.exception.inc |  |  | 
          
                  | tmgmt.helper.test | tests/tmgmt.helper.test |  |  | 
          
                  | tmgmt.info | tmgmt.info |  | name = Translation Management Core
description = Core functionality for the Translation Management Suite.
package = Translation Management
core = 7.x
dependencies[] = entity
dependencies[] = locale
dependencies[] = views
simplytest_dependencies[] =… | 
          
                  | tmgmt.info.inc | includes/tmgmt.info.inc |  | Contains the metadata controller classes for the Translation Management Tool
entities. | 
          
                  | tmgmt.install | tmgmt.install |  | Installation hooks for the Translation Management module. | 
          
                  | tmgmt.module | tmgmt.module |  | Main module file for the Translation Management module. | 
          
                  | tmgmt.plugin.base.inc | plugin/tmgmt.plugin.base.inc |  | Contains the base plugin class. | 
          
                  | tmgmt.plugin.interface.base.inc | plugin/tmgmt.plugin.interface.base.inc |  | Contains the base plugin interface. | 
          
                  | tmgmt.plugin.interface.reject.inc | plugin/tmgmt.plugin.interface.reject.inc |  | Contains the reject translator plugin interface. | 
          
                  | tmgmt.plugin.interface.source.inc | plugin/tmgmt.plugin.interface.source.inc |  | Contains the source plugin interface. | 
          
                  | tmgmt.plugin.interface.translator.inc | plugin/tmgmt.plugin.interface.translator.inc |  | Contains the source plugin interface. | 
          
                  | tmgmt.plugin.source.inc | plugin/tmgmt.plugin.source.inc |  | Contains the abstract source base plugin class. | 
          
                  | tmgmt.plugin.test | tests/tmgmt.plugin.test |  |  | 
          
                  | tmgmt.plugin.translator.inc | plugin/tmgmt.plugin.translator.inc |  | Contains the abstract translator base plugin class. | 
          
                  | tmgmt.rules.inc | tmgmt.rules.inc |  | Rules integration. | 
          
                  | tmgmt.ui.interface.source.inc | plugin/tmgmt.ui.interface.source.inc |  |  | 
          
                  | tmgmt.ui.interface.translator.inc | plugin/tmgmt.ui.interface.translator.inc |  |  | 
          
                  | tmgmt.ui.source.inc | plugin/tmgmt.ui.source.inc |  |  | 
          
                  | tmgmt.ui.translator.inc | plugin/tmgmt.ui.translator.inc |  |  | 
          
                  | tmgmt.upgrade.alpha1.test | tests/tmgmt.upgrade.alpha1.test |  |  | 
          
                  | tmgmt.views.inc | views/tmgmt.views.inc |  | Contains Views controllers for the translation management module. | 
          
                  | tmgmt_alpha1_dump.sql.inc | tests/tmgmt_alpha1_dump.sql.inc |  |  | 
          
                  | tmgmt_demo.info | demo/tmgmt_demo.info |  | name = Translation Management Demo
description = All elements for a functioning demo.
package = Translation Management
core = 7.x
hidden = TRUE
dependencies[] = tmgmt_ui
dependencies[] = tmgmt_node_ui
dependencies[] = tmgmt_file
dependencies[] =… | 
          
                  | tmgmt_demo.install | demo/tmgmt_demo.install |  | Installation hooks for tmgmt_demo module. | 
          
                  | tmgmt_demo.module | demo/tmgmt_demo.module |  |  | 
          
                  | tmgmt_entity.admin.entity_source_search_form.css | sources/entity/css/tmgmt_entity.admin.entity_source_search_form.css |  | .tmgmt-entity-sources-wrapper .form-item {
  float: left;
  margin: 0 10px 0 0;
}
.tmgmt-entity-sources-wrapper #edit-search-submit {
  margin: 26px 10px 0 10px;
} | 
          
                  | tmgmt_entity.api.php | sources/entity/tmgmt_entity.api.php |  | Hooks provided by the Entity Translation Management module. | 
          
                  | tmgmt_entity.info | sources/entity/tmgmt_entity.info |  | name = Entity Source
description = Entity source plugin for the Translation Management system.
package = Translation Management
core = 7.x
dependencies[] = tmgmt
dependencies[] = tmgmt_field
dependencies[] = entity
dependencies[] =… | 
          
                  | tmgmt_entity.module | sources/entity/tmgmt_entity.module |  | Source plugin for the Translation Management system that handles entities. | 
          
                  | tmgmt_entity.pathauto.test | sources/entity/tmgmt_entity.pathauto.test |  |  | 
          
                  | tmgmt_entity.plugin.inc | sources/entity/tmgmt_entity.plugin.inc |  | Provides the Entity source controller. | 
          
                  | tmgmt_entity.source.none.test | sources/entity/tmgmt_entity.source.none.test |  |  | 
          
                  | tmgmt_entity.source.test | sources/entity/tmgmt_entity.source.test |  |  | 
          
                  | tmgmt_entity.suggestions.test | sources/entity/tmgmt_entity.suggestions.test |  |  |