Tasks which encapsulate the processing of messages to requested format for the web interface. More...
Go to the source code of this file.
Classes | |
class | TranslateTask |
Basic implementation and interface for tasks. More... | |
class | CustomFilteredMessagesTask |
Provides essentially free-form filtering access via tasks. More... | |
class | ViewMessagesTask |
Lists all non-optional messages with translations if any. More... | |
class | ReviewMessagesTask |
Basic task class for review mode. More... | |
class | ViewUntranslatedTask |
Lists untranslated non-optional messages. More... | |
class | ViewOptionalTask |
Lists optional messages. More... | |
class | ReviewAllMessagesTask |
Lists all translations for reviewing. More... | |
class | AcceptQueueMessagesTask |
Lists all translations the user can accept. More... | |
class | ExportMessagesTask |
Exports messages to their native format with embedded textarea. More... | |
class | ExportToFileMessagesTask |
Exports messages to their native format as whole page. More... | |
class | ExportAsPoMessagesTask |
Exports messages as special Gettext format that is suitable for off-line translation with tools that support Gettext. More... | |
class | TranslateTasks |
Collection of functions to get tasks. More... |
Tasks which encapsulate the processing of messages to requested format for the web interface.
Definition in file TranslateTasks.php.