MediaWiki  1.28.1
MessagesGan_hant.php
Go to the documentation of this file.
1 <?php
11 $fallback = 'zh-hant, zh-hans';
12 
14  NS_TALK => '談詑',
15  NS_USER_TALK => '用戶談詑',
16  NS_PROJECT_TALK => '$1談詑',
17  NS_FILE_TALK => '檔案談詑',
18  NS_MEDIAWIKI_TALK => 'MediaWiki談詑',
19  NS_TEMPLATE_TALK => '模板談詑',
20  NS_HELP_TALK => '幫助談詑',
21  NS_CATEGORY_TALK => '分類談詑',
22 ];
23 
25  'Ancientpages' => [ '老早嗰頁面' ],
26  'BrokenRedirects' => [ '壞吥嗰重定向頁' ],
27  'CreateAccount' => [ '新建隻帳戶' ],
28  'Fewestrevisions' => [ '最少改動嗰頁面' ],
29  'Longpages' => [ '莽文章' ],
30  'Mostcategories' => [ '最多分類嗰頁面' ],
31  'Mostimages' => [ '拕連得最多嗰檔案' ],
32  'Mostlinked' => [ '拕連得最多嗰頁面' ],
33  'Mostlinkedcategories' => [ '拕連得最多嗰分類' ],
34  'Mostlinkedtemplates' => [ '拕連得最多嗰模板' ],
35  'Mostrevisions' => [ '最多改動嗰頁面' ],
36  'Newpages' => [ '全新嗰頁面' ],
37  'Preferences' => [ '個人設定' ],
38  'Recentchanges' => [ '最晏嗰改動' ],
39  'Shortpages' => [ '細文章' ],
40  'Uncategorizedcategories' => [ '冇歸類嗰分類' ],
41  'Uncategorizedimages' => [ '冇歸類嗰檔案' ],
42  'Uncategorizedpages' => [ '冇歸類嗰頁面' ],
43  'Uncategorizedtemplates' => [ '冇歸類嗰模板' ],
44  'Unusedcategories' => [ '冇用嗰分類' ],
45  'Unusedimages' => [ '冇用嗰檔案' ],
46  'Watchlist' => [ '監視列表' ],
47 ];
48 
$namespaceNames
const NS_MEDIAWIKI_TALK
Definition: Defines.php:65
const NS_PROJECT_TALK
Definition: Defines.php:61
NS_USER_TALK
const NS_FILE_TALK
Definition: Defines.php:63
injection txt This is an overview of how MediaWiki makes use of dependency injection The design described here grew from the discussion of RFC T384 The term dependency this means that anything an object needs to operate should be injected from the the object itself should only know narrow no concrete implementation of the logic it relies on The requirement to inject everything typically results in an architecture that based on two main types of and essentially stateless service objects that use other service objects to operate on the value objects As of the beginning MediaWiki is only starting to use the DI approach Much of the code still relies on global state or direct resulting in a highly cyclical dependency which acts as the top level factory for services in MediaWiki which can be used to gain access to default instances of various services MediaWikiServices however also allows new services to be defined and default services to be redefined Services are defined or redefined by providing a callback the instantiator that will return a new instance of the service When it will create an instance of MediaWikiServices and populate it with the services defined in the files listed by thereby bootstrapping the DI framework Per $wgServiceWiringFiles lists includes ServiceWiring php
Definition: injection.txt:35
const NS_CATEGORY_TALK
Definition: Defines.php:71
const NS_HELP_TALK
Definition: Defines.php:69
$specialPageAliases
const NS_TALK
Definition: Defines.php:57
const NS_TEMPLATE_TALK
Definition: Defines.php:67