File List

Here is a list of all files with brief descriptions:
Translate/_autoload.php [code]Autoload definitions
Translate/FirstSteps.i18n.php [code]Messages for Special:FirstSteps of the Translate extension
Translate/MediaWikiMessageChecker.php [code]Implements MessageChecker for MediaWiki
Translate/Message.php [code]Classes for message objects TMessage and ThinMessage
Translate/MessageChecks.php [code]Message checking framework
Translate/MessageCollection.php [code]This file contains classes that implements message collections
Translate/MessageGroups.php [code]This file contains a class for working with message groups
Translate/PageTranslation.i18n.php [code]Translations of Page Translation feature of Translate extension
Translate/Resources.php [code]JavaScript and CSS resource definitions
Translate/Translate.alias.php [code]Aliases for special pages of Translate extension
Translate/Translate.i18n.php [code]Translations for the core of the Translate extension
Translate/Translate.php [code]An extension to ease the translation of Mediawiki and other projects
Translate/TranslateEditAddons.php [code]Tools for edit page view to aid translators
Translate/TranslateGroupDescriptions.i18n.php [code]Translations of (meta) message group descriptions for products that the Translate extension supports at translatewiki.net
Translate/TranslateHooks.php [code]Contains class with basic non-feature specific hooks
Translate/TranslateSandbox.i18n.php [code]Translations for the sandbox feature
Translate/TranslateSearch.i18n.php [code]Translations for the TranslationSearch special page
Translate/TranslateTasks.php [code]Tasks which encapsulate the processing of messages to requested format for the web interface
Translate/TranslateUtils.php [code]This file contains classes with static helper functions for other classes
Translate/api/ApiAggregateGroups.php [code]API module for managing aggregate message groups
Translate/api/ApiGroupReview.php [code]API module for switching workflow states for message groups
Translate/api/ApiHardMessages.php [code]API module for marking translations hard
Translate/api/ApiQueryLanguageStats.php [code]Api module for language group stats
Translate/api/ApiQueryMessageCollection.php [code]Api module for querying MessageCollection
Translate/api/ApiQueryMessageGroups.php [code]Api module for querying MessageGroups
Translate/api/ApiQueryMessageGroupStats.php [code]Api module for querying message group stats
Translate/api/ApiQueryMessageTranslations.php [code]Api module for querying message translations
Translate/api/ApiQueryTranslationAids.php [code]Api module for querying message aids
Translate/api/ApiStatsQuery.php [code]A base module for querying message group related stats
Translate/api/ApiTranslateSandbox.php [code]WebAPI for the sandbox feature of Translate
Translate/api/ApiTranslateUser.php [code]API module
Translate/api/ApiTranslationReview.php [code]API module for marking translations as reviewed
Translate/api/ApiTranslationStash.php [code]WebAPI module for stashing translations
Translate/api/ApiTTMServer.php [code]API module for TTMServer
Translate/ffs/AndroidXmlFFS.php [code]Support for XML translation format used by Android
Translate/ffs/DtdFFS.php [code]Implements FFS for DTD file format
Translate/ffs/FFS.php [code]File format support classes
Translate/ffs/FlatPhpFFS.php [code]PHP variables file format handler
Translate/ffs/GettextFFS.php [code]Gettext file format handler for both old and new style message groups
Translate/ffs/IniFFS.php [code]Support for ini message file format
Translate/ffs/IntuitionTextdomains.php [code]Class for Intuition for Translatewiki.net
Translate/ffs/JavaFFS.php [code]
Translate/ffs/JavaScriptFFS.php [code]
Translate/ffs/JsonFFS.php [code]Support for JSON message file format
Translate/ffs/MediaWikiComplexMessages.php [code]Classes for complex messages (MediaWiki special page aliases, namespace names, magic words)
Translate/ffs/MediaWikiExtensionFFS.php [code]Support for the ugly file format that is used by MediaWiki extensions
Translate/ffs/MediaWikiExtensions.php [code]Classes for MediaWiki extension translation
Translate/ffs/PythonSingleFFS.php [code]
Translate/ffs/RubyYamlFFS.php [code]
Translate/ffs/Simple.php [code]Simple file format handler for testing import and export
Translate/ffs/Wiki.php [code]Wike file format handler
Translate/ffs/XliffFFS.php [code]Partial support for the Xliff translation format
Translate/ffs/YamlFFS.php [code]
Translate/insertables/Insertable.php [code]Value object for insertables
Translate/insertables/InsertablesSuggester.php [code]Interface for InsertableSuggesters
Translate/insertables/MediaWikiInsertablesSuggester.php [code]Interface for InsertableSuggesters
Translate/messagegroups/AggregateMessageGroup.php [code]This file a contains a message group implementation
Translate/messagegroups/CoreMessageGroup.php [code]This file contains an unmanaged message group implementation
Translate/messagegroups/CoreMostUsedMessageGroup.php [code]This file contains an unmanaged message group implementation
Translate/messagegroups/FileBasedMessageGroup.php [code]This file a contains a message group implementation
Translate/messagegroups/MediaWikiExtensionMessageGroup.php [code]This file a contains a message group implementation
Translate/messagegroups/MediaWikiMessageGroup.php [code]This file a contains a message group implementation
Translate/messagegroups/MessageGroup.php [code]This file holds a message group interface
Translate/messagegroups/MessageGroupBase.php [code]This file contains a base implementation of managed message groups
Translate/messagegroups/MessageGroupOld.php [code]This file contains the base information of unmanaged message groups
Translate/messagegroups/RecentAdditionsMessageGroup.php [code]This file contains an unmanaged message group implementation
Translate/messagegroups/RecentMessageGroup.php [code]This file contains an unmanaged message group implementation
Translate/messagegroups/SandboxMessageGroup.php [code]This file contains an unmanaged message group implementation
Translate/messagegroups/SingleFileBasedMessageGroup.php [code]This file a contains a message group implementation
Translate/messagegroups/WikiMessageGroup.php [code]This file contains an unmanaged message group implementation
Translate/messagegroups/WikiPageMessageGroup.php [code]This file contains an unmanaged message group implementation
Translate/messagegroups/WorkflowStatesMessageGroup.php [code]This file contains an unmanaged message group implementation
Translate/scripts/createCheckIndex.php [code]Creates serialised database of messages that need checking for problems
Translate/scripts/createMessageIndex.php [code]Creates a database of keys in all groups, so that namespace and key can be used to get the group they belong to
Translate/scripts/export.php [code]Script to export translations of one message group to file(s)
Translate/scripts/fallbacks-graph.php [code]Script for creating graphml xml file of language fallbacks
Translate/scripts/fuzzy.php [code]Command line script to mark translations fuzzy (similar to gettext fuzzy)
Translate/scripts/groupStatistics.php [code]Commandline script to general statistics about the localisation level of one or more message groups
Translate/scripts/languageeditstats.php [code]Shows a top list of language codes with edits in a given time period
Translate/scripts/magic-export.php [code]Script to export special page aliases and magic words of extensions
Translate/scripts/migrate-schema2.php [code]Script to convert Translate extension database schema to v2
Translate/scripts/mwcore-export.php [code]Script to export special core features of MediaWiki
Translate/scripts/plural-comparison.php [code]Script for comparing different plural implementations
Translate/scripts/poimport.php [code]Imports gettext files exported from Special:Translate back
Translate/scripts/populateFuzzy.php [code]A script to populate fuzzy tags to revtag table
Translate/scripts/processMessageChanges.php [code]Script for processing message changes in file based message groups
Translate/scripts/refresh-translatable-pages.php [code]Script to ensure all translation pages are up to date
Translate/scripts/sync-group.php [code]Command line script to import/update source messages and translations into the wiki database
Translate/scripts/ttmserver-export.php [code]Script to bootstrap TTMServer translation memory
Translate/scripts/yaml-tests.php [code]Script for comparing supported YAML parser implementations
Translate/specials/SpecialAggregateGroups.php [code]Contains logic for special page Special:AggregateGroups
Translate/specials/SpecialFirstSteps.php [code]Contains logic for special page Special:FirstSteps to guide users through the process of becoming a translator
Translate/specials/SpecialImportTranslations.php [code]Contains logic for special page Special:ImportTranslations
Translate/specials/SpecialLanguageStats.php [code]Contains logic for special page Special:LanguageStats
Translate/specials/SpecialMagic.php [code]Contains logic for special page Special:AdvancedTranslate
Translate/specials/SpecialManageGroups.php [code]Implements special page for group management, where file based message groups are be managed
Translate/specials/SpecialMessageGroupStats.php [code]Contains logic for special page Special:MessageGroupStats
Translate/specials/SpecialMyLanguage.php [code]Contains logic for special page Special:MyLanguage
Translate/specials/SpecialSearchTranslations.php [code]Contains logic for special page
Translate/specials/SpecialSupportedLanguages.php [code]Contains logic for special page Special:SupportedLanguages
Translate/specials/SpecialTranslate.php [code]Contains logic for special page Special:Translate
Translate/specials/SpecialTranslateSandbox.php [code]Contains logic for special page
Translate/specials/SpecialTranslations.php [code]Contains logic for special page Special:Translations
Translate/specials/SpecialTranslationStash.php [code]TranslationStash - Translator screening page
Translate/specials/SpecialTranslationStats.php [code]Contains logic for special page Special:TranslationStats
Translate/stash/StashedTranslation.php [code]Value object for stashed translation
Translate/stash/TranslationStashStorage.php [code]Storage class for stashed translations
Translate/tag/PageTranslationHooks.php [code]Contains class with page translation feature hooks
Translate/tag/PageTranslationLogFormatter.php [code]Class for formatting Translate page translation logs
Translate/tag/SpecialPageTranslation.php [code]Contains logic for special page Special:ImportTranslations
Translate/tag/SpecialPageTranslationDeletePage.php [code]Special page which enables deleting translations of translatable pages
Translate/tag/SpecialPageTranslationMovePage.php [code]Contains class to override Special:MovePage for page translation
Translate/tag/TPException.php [code]Translatable page parse exception
Translate/tag/TPParse.php [code]Helper code for TranslatablePage
Translate/tag/TPSection.php [code]Helper for TPParse
Translate/tag/TranslatablePage.php [code]Translatable page model
Translate/tag/TranslateDeleteJob.php [code]Contains class with job for deleting translatable and translation pages
Translate/tag/TranslateMoveJob.php [code]Contains class with job for moving translation pages
Translate/tag/TranslateRenderJob.php [code]Job for updating translation pages
Translate/tests/phpunit/BlackListTest.php [code]Unit tests
Translate/tests/phpunit/HookDocTest.php [code]Checks hook documentation is up to date
Translate/tests/phpunit/MediaWikiExtensionTest.php [code]Tests for MediaWikiExtension
Translate/tests/phpunit/MediaWikiMessageCheckerTest.php [code]Unit tests
Translate/tests/phpunit/MessageCollectionTest.php [code]Tests for MessageCollection
Translate/tests/phpunit/MessageGroupBaseTest.php [code]
Translate/tests/phpunit/MessageGroupStatesUpdaterJobTest.php [code]
Translate/tests/phpunit/MessageGroupsTest.php [code]Unit tests
Translate/tests/phpunit/MessageIndexRebuildJobTest.php [code]Unit tests
Translate/tests/phpunit/MessageIndexTest.php [code]Tests for different MessageIndex backends
Translate/tests/phpunit/MockFileBasedMessageGroup.php [code]This file contains a managed message group implementation mock object
Translate/tests/phpunit/MockMessageCollectionForExport.php [code]Mock class for unit tests
Translate/tests/phpunit/MockSuperUser.php [code]
Translate/tests/phpunit/MockWikiMessageGroup.php [code]This file contains an unmanaged message group implementation
Translate/tests/phpunit/PageTranslationParserTest.php [code]Unit tests for page translation parser
Translate/tests/phpunit/PageTranslationTaggingTest.php [code]
Translate/tests/phpunit/ResourcesTest.php [code]Code hygience test
Translate/tests/phpunit/SolrTTMServerTest.php [code]Tests for SolrTTMServer
Translate/tests/phpunit/SpecialPagesTest.php [code]General unit tests for special pages
Translate/tests/phpunit/StringMatcherTest.php [code]The StringMatcher class is responsible for making sure message keys from external sources are valid titles in MediaWiki
Translate/tests/phpunit/TPParseTest.php [code]Unit tests for class TPParse
Translate/tests/phpunit/TranslateHooksTest.php [code]Test for various code using hooks
Translate/tests/phpunit/TranslateSandboxTest.php [code]Test for the utilities for the sandbox feature of Translate
Translate/tests/phpunit/TranslationFuzzyUpdaterTest.php [code]Tests for fuzzy flag change on edits
Translate/tests/phpunit/TranslationStashStorageTest.php [code]
Translate/tests/phpunit/TTMServerTest.php [code]Tests for TTMServer
Translate/tests/phpunit/api/ApiGroupReviewTest.php [code]Unit tests for message group state change api
Translate/tests/phpunit/api/ApiQueryMessageGroupsTest.php [code]Unit tests for api module
Translate/tests/phpunit/api/ApiTokensTest.php [code]Unit tests
Translate/tests/phpunit/api/ApiTranslationReviewTest.php [code]
Translate/tests/phpunit/data/Example-result.i18n.php [code]Internationalisation file for extension
Translate/tests/phpunit/data/Example.i18n.php [code]Internationalisation file for extension
Translate/tests/phpunit/ffs/AndroidXmlFFSTest.php [code]Tests for AndroidXmlFFS
Translate/tests/phpunit/ffs/DtdFFSTest.php [code]The DtdFFS class is responsible for loading messages from .dtd files
Translate/tests/phpunit/ffs/GettextFFSTest.php [code]Tests for Gettext message file format
Translate/tests/phpunit/ffs/IniFFSTest.php [code]The IniFFS class is responsible for loading messages from .ini files, which are sometimes used for translations
Translate/tests/phpunit/ffs/JavaFFSTest.php [code]The JavaFFS class is responsible for loading messages from .properties files, which are used in many JavaScript and Java projects
Translate/tests/phpunit/ffs/JsonFFSTest.php [code]Tests for JSON message file format
Translate/tests/phpunit/ffs/MediaWikiExtensionFFSTest.php [code]Tests for MediaWikiExtensionFFS
Translate/tests/phpunit/ffs/PythonSingleFFSTest.php [code]Tests for PythonSingle message file format
Translate/tests/phpunit/ffs/RubyYamlFFSTest.php [code]
Translate/tests/phpunit/ffs/XliffFFSTest.php [code]Tests for XliffFFS
Translate/tests/phpunit/insertables/MediaWikiInsertablesSuggesterTest.php [code]Tests for class MediaWikiInsertablesSuggester
Translate/translationaids/CurrentTranslationAid.php [code]Translation aid provider
Translate/translationaids/DocumentationAid.php [code]Translation aid provider
Translate/translationaids/GettextDocumentationAid.php [code]Translation aid provider
Translate/translationaids/InOtherLanguagesAid.php [code]Translation aid provider
Translate/translationaids/InsertablesAid.php [code]Translation aid provider
Translate/translationaids/MachineTranslationAid.php [code]Translation aid provider
Translate/translationaids/MessageDefinitionAid.php [code]Translation aid provider
Translate/translationaids/SupportAid.php [code]Translation aid provider
Translate/translationaids/TranslationAid.php [code]Translation aid code
Translate/translationaids/TTMServerAid.php [code]Translation aid provider
Translate/translationaids/UnsupportedTranslationAid.php [code]Translation aid provider
Translate/translationaids/UpdatedDefinitionAid.php [code]Translation aid provider
Translate/ttmserver/DatabaseTTMServer.php [code]TTMServer - The Translate extension translation memory interface
Translate/ttmserver/FakeTTMServer.php [code]TTMServer - The Translate extension translation memory interface
Translate/ttmserver/Interfaces.php [code]TTMServer - The Translate extension translation memory interface
Translate/ttmserver/RemoteTTMServer.php [code]TTMServer - The Translate extension translation memory interface
Translate/ttmserver/SolrTTMServer.php [code]TTMServer - The Translate extension translation memory interface
Translate/ttmserver/TTMServer.php [code]TTMServer - The Translate extension translation memory interface
Translate/ttmserver/TTMServerMessageUpdateJob.php [code]Contains class with job for updating translation memory
Translate/utils/Font.php [code]Contains class with wrapper around font-config
Translate/utils/FuzzyBot.php [code]Do it all maintenance account
Translate/utils/HTMLJsSelectToInputField.php [code]Implementation of JsSelectToInput class which is compatible with MediaWiki's preferences system
Translate/utils/JsSelectToInput.php [code]Code for JavaScript enhanced <option> selectors
Translate/utils/MemProfile.php [code]Very crude tools to track memory usage
Translate/utils/MessageGroupCache.php [code]Code for caching the messages of file based message groups
Translate/utils/MessageGroupStates.php [code]Wrapper class for using message group states
Translate/utils/MessageGroupStatesUpdaterJob.php [code]Logic for handling automatic message group state changes
Translate/utils/MessageGroupStats.php [code]This file aims to provide efficient mechanism for fetching translation completion stats
Translate/utils/MessageHandle.php [code]Class that enhances Title with stuff related to message groups
Translate/utils/MessageIndex.php [code]Contains classes for handling the message index
Translate/utils/MessageIndexRebuildJob.php [code]Contains class with job for rebuilding message index
Translate/utils/MessageTable.php [code]Contains classes to build tables for MessageCollection objects
Translate/utils/MessageUpdateJob.php [code]Job for updating translation pages
Translate/utils/MessageWebImporter.php [code]Class which encapsulates message importing
Translate/utils/RcFilter.php [code]Contains class with filter to Special:RecentChanges to enable additional filtering
Translate/utils/ResourceLoader.php [code]Stuff for handling configuration files in PHP format
Translate/utils/RevTag.php [code]Code related to revtag database table
Translate/utils/StatsBar.php [code]Compact stats
Translate/utils/StatsTable.php [code]Contains logic for special page Special:LanguageStats
Translate/utils/StringMatcher.php [code]Code for mangling message keys to avoid conflicting keys
Translate/utils/ToolBox.php [code]Classes for adding extension specific toolbox menu items
Translate/utils/TranslateLogFormatter.php [code]Class for formatting Translate logs
Translate/utils/TranslateMetadata.php [code]Contains class which offers functionality for reading and updating Translate group related metadata
Translate/utils/TranslateSandbox.php [code]Utilities for the sandbox feature of Translate
Translate/utils/TranslateSandboxReminderJob.php [code]
Translate/utils/TranslateYaml.php [code]Contains wrapper class for interface to parse and generate YAML files
Translate/utils/TranslationEditPage.php [code]Contains classes that imeplement the server side component of AJAX translation page
Translate/utils/TranslationHelpers.php [code]Contains helper class for interface parts that aid translations in doing their thing
Translate/utils/TranslationStats.php [code]Contains class which offers functionality for statistics reporting
Translate/utils/TuxMessageTable.php [code]
Translate/utils/UserToggles.php [code]Contains classes for addition of extension specific preference settings
Translate/webservices/ApertiumWebService.php [code]Contains a class for querying external translation service
Translate/webservices/MicrosoftWebService.php [code]Contains a class for querying external translation service
Translate/webservices/RemoteTTMServerWebService.php [code]Contains a class for querying external translation service
Translate/webservices/TranslationWebService.php [code]Contains code related to webs ervice support
Translate/webservices/TranslationWebServiceException.php [code]Contains code related to web service support
Translate/webservices/YandexWebService.php [code]Contains a class for querying external translation service
Generated on Tue Oct 29 00:01:00 2013 for MediaWiki Translate Extension by  doxygen 1.6.3