MediaWiki  1.27.2
MessagesCv.php
Go to the documentation of this file.
1 <?php
11 $fallback = 'ru';
12 
14  NS_MEDIA => 'Медиа',
15  NS_SPECIAL => 'Ятарлă',
16  NS_TALK => 'Сӳтсе_явасси',
17  NS_USER => 'Хутшăнакан',
18  NS_USER_TALK => 'Хутшăнаканăн_канашлу_страници',
19  NS_PROJECT_TALK => '$1_сӳтсе_явмалли',
20  NS_FILE => 'Ӳкерчĕк',
21  NS_FILE_TALK => 'Ӳкерчĕке_сӳтсе_явмалли',
22  NS_MEDIAWIKI => 'MediaWiki',
23  NS_MEDIAWIKI_TALK => 'MediaWiki_сӳтсе_явмалли',
24  NS_TEMPLATE => 'Шаблон',
25  NS_TEMPLATE_TALK => 'Шаблона_сӳтсе_явмалли',
26  NS_HELP => 'Пулăшу',
27  NS_HELP_TALK => 'Пулăшăва_сӳтсе_явмалли',
28  NS_CATEGORY => 'Категори',
29  NS_CATEGORY_TALK => 'Категорине_сӳтсе_явмалли',
30 ];
31 
32 // Remove Russian aliases
34 
36 $linkTrail = '/^([a-zа-яĕçăӳ"»]+)(.*)$/sDu';
37 $linkPrefixCharset = 'a-zA-Z"\\x{80}-\\x{10ffff}';
38 
$linkPrefixCharset
Definition: MessagesCv.php:37
NS_SPECIAL
Definition: MessagesCv.php:15
$namespaceNames
Definition: MessagesCv.php:13
const NS_TEMPLATE
Definition: Defines.php:79
$fallback
Definition: MessagesCv.php:11
$namespaceGenderAliases
Definition: MessagesCv.php:33
const NS_MEDIAWIKI_TALK
Definition: Defines.php:78
const NS_PROJECT_TALK
Definition: Defines.php:74
const NS_MEDIA
Definition: Defines.php:57
const NS_CATEGORY
Definition: Defines.php:83
const NS_FILE
Definition: Defines.php:75
const NS_FILE_TALK
Definition: Defines.php:76
const NS_MEDIAWIKI
Definition: Defines.php:77
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:84
const NS_HELP
Definition: Defines.php:81
$linkTrail
Definition: MessagesCv.php:36
const NS_HELP_TALK
Definition: Defines.php:82
$linkPrefixExtension
Definition: MessagesCv.php:35
const NS_TALK
Definition: Defines.php:70
const NS_USER_TALK
Definition: Defines.php:72
const NS_TEMPLATE_TALK
Definition: Defines.php:80