You are here

constant TMGMT_DATA_ITEM_STATE_PENDING in Translation Management Tool 7

Same name and namespace in other branches
  1. 8 tmgmt.module \TMGMT_DATA_ITEM_STATE_PENDING

The translation data item has not been translated.

Related topics

9 uses of TMGMT_DATA_ITEM_STATE_PENDING
theme_tmgmt_ui_translator_review_form_element_status in ui/includes/tmgmt_ui.theme.inc
Renders a data item status as an HTML/CSS icon.
TMGMTCRUDTestCase::testAddingTranslatedData in tests/tmgmt.crud.test
Tests adding translated data and revision handling.
TMGMTJobItem::addTranslatedData in entity/tmgmt.entity.job_item.inc
Adds translated data to a job item.
TMGMTJobItem::count in entity/tmgmt.entity.job_item.inc
Parse all data items recursively and sums up the counters for accepted, translated and pending items.
tmgmt_local_translation_form_update_state_submit in translators/tmgmt_local/includes/tmgmt_local.pages.inc
Form submit callback for the translation state update button.

... See full list

File

./tmgmt.module, line 100
Main module file for the Translation Management module.

Code

define('TMGMT_DATA_ITEM_STATE_PENDING', 0);