MediaWiki  1.29.1
MessagesKbd_cyrl.php
Go to the documentation of this file.
1 <?php
11 # $fallback = 'ru'; // T29785
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 
33  # Russian namespaces
34  'Обсуждение' => NS_TALK,
35  'Участник' => NS_USER,
36  'Обсуждение_участника' => NS_USER_TALK,
37  'Обсуждение_{{GRAMMAR:genitive|$1}}' => NS_PROJECT_TALK,
38  'Обсуждение_файла' => NS_FILE_TALK,
39  'Обсуждение_MediaWiki' => NS_MEDIAWIKI_TALK,
40  'Обсуждение_шаблона' => NS_TEMPLATE_TALK,
41  'Справка' => NS_HELP,
42  'Обсуждение_справки' => NS_HELP_TALK,
43  'Категория' => NS_CATEGORY,
44  'Обсуждение_категории' => NS_CATEGORY_TALK,
45 ];
46 
47 // Remove Russian gender aliases
$namespaceGenderAliases
$namespaceGenderAliases
Definition: MessagesKbd_cyrl.php:48
NS_HELP
const NS_HELP
Definition: Defines.php:74
NS_TEMPLATE_TALK
const NS_TEMPLATE_TALK
Definition: Defines.php:73
NS_FILE
const NS_FILE
Definition: Defines.php:68
NS_TEMPLATE
const NS_TEMPLATE
Definition: Defines.php:72
php
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
NS_SPECIAL
const NS_SPECIAL
Definition: Defines.php:51
NS_MEDIAWIKI_TALK
const NS_MEDIAWIKI_TALK
Definition: Defines.php:71
$namespaceNames
$namespaceNames
Definition: MessagesKbd_cyrl.php:13
NS_CATEGORY
const NS_CATEGORY
Definition: Defines.php:76
$namespaceAliases
$namespaceAliases
Definition: MessagesKbd_cyrl.php:32
NS_USER_TALK
const NS_USER_TALK
Definition: Defines.php:65
NS_MEDIA
const NS_MEDIA
Definition: Defines.php:50
NS_PROJECT_TALK
const NS_PROJECT_TALK
Definition: Defines.php:67
NS_HELP_TALK
const NS_HELP_TALK
Definition: Defines.php:75
NS_USER
const NS_USER
Definition: Defines.php:64
NS_TALK
const NS_TALK
Definition: Defines.php:63
NS_MEDIAWIKI
const NS_MEDIAWIKI
Definition: Defines.php:70
NS_FILE_TALK
const NS_FILE_TALK
Definition: Defines.php:69
NS_CATEGORY_TALK
const NS_CATEGORY_TALK
Definition: Defines.php:77