MediaWiki  1.28.1
MessagesCrh_latn.php
Go to the documentation of this file.
1 <?php
11 $fallback8bitEncoding = 'windows-1254';
12 
14  NS_MEDIA => 'Media',
15  NS_SPECIAL => 'Mahsus',
16  NS_TALK => 'Muzakere',
17  NS_USER => 'Qullanıcı',
18  NS_USER_TALK => 'Qullanıcı_muzakeresi',
19  NS_PROJECT_TALK => '$1_muzakeresi',
20  NS_FILE => 'Fayl',
21  NS_FILE_TALK => 'Fayl_muzakeresi',
22  NS_MEDIAWIKI => 'MediaViki',
23  NS_MEDIAWIKI_TALK => 'MediaViki_muzakeresi',
24  NS_TEMPLATE => 'Şablon',
25  NS_TEMPLATE_TALK => 'Şablon_muzakeresi',
26  NS_HELP => 'Yardım',
27  NS_HELP_TALK => 'Yardım_muzakeresi',
28  NS_CATEGORY => 'Kategoriya',
29  NS_CATEGORY_TALK => 'Kategoriya_muzakeresi',
30 ];
31 
33  # Aliases to Cyrillic (crh-cyrl) namespaces
34  "Медиа" => NS_MEDIA,
35  "Махсус" => NS_SPECIAL,
36  "Музакере" => NS_TALK,
37  "Къулланыджы" => NS_USER,
38  "Къулланыджы_музакереси" => NS_USER_TALK,
39  "$1_музакереси" => NS_PROJECT_TALK,
40  "Ресим" => NS_FILE,
41  "Ресим_музакереси" => NS_FILE_TALK,
42  "Resim" => NS_FILE,
43  "Resim_muzakeresi" => NS_FILE_TALK,
44  "МедиаВики" => NS_MEDIAWIKI,
45  "МедиаВики_музакереси" => NS_MEDIAWIKI_TALK,
46  'Шаблон' => NS_TEMPLATE,
47  'Шаблон_музакереси' => NS_TEMPLATE_TALK,
48  'Ярдым' => NS_HELP,
49  'Разговор_о_помоћи' => NS_HELP_TALK,
50  'Категория' => NS_CATEGORY,
51  'Категория_музакереси' => NS_CATEGORY_TALK
52 ];
53 
55  'default',
56  'mdy',
57  'dmy',
58  'ymd',
59  'yyyy-mm-dd',
60  'ISO 8601',
61 ];
62 
64 
66  'default',
67  'mdy',
68  'dmy',
69  'ymd'
70 ];
71 
73  'mdy time' => 'H:i',
74  'mdy date' => 'F j Y "s."',
75  'mdy both' => 'H:i, F j Y "s."',
76 
77  'dmy time' => 'H:i',
78  'dmy date' => 'j F Y "s."',
79  'dmy both' => 'H:i, j F Y "s."',
80 
81  'ymd time' => 'H:i',
82  'ymd date' => 'Y "s." xg j',
83  'ymd both' => 'H:i, Y "s." xg j',
84 
85  'yyyy-mm-dd time' => 'xnH:xni:xns',
86  'yyyy-mm-dd date' => 'xnY-xnm-xnd',
87  'yyyy-mm-dd both' => 'xnH:xni:xns, xnY-xnm-xnd',
88 
89  'ISO 8601 time' => 'xnH:xni:xns',
90  'ISO 8601 date' => 'xnY.xnm.xnd',
91  'ISO 8601 both' => 'xnY.xnm.xnd"T"xnH:xni:xns',
92 ];
93 
94 $separatorTransformTable = [ ',' => '.', '.' => ',' ];
95 $linkTrail = '/^([a-zâçğıñöşüа-яё“»]+)(.*)$/sDu';
96 $linkPrefixCharset = 'a-zâçğıñöşüA-ZÂÇĞİÑÖŞÜa-яёА-ЯЁ«„';
97 
$datePreferences
$namespaceAliases
$namespaceNames
$separatorTransformTable
$datePreferenceMigrationMap
const NS_TEMPLATE
Definition: Defines.php:66
const NS_MEDIAWIKI_TALK
Definition: Defines.php:65
$fallback8bitEncoding
const NS_PROJECT_TALK
Definition: Defines.php:61
const NS_MEDIA
Definition: Defines.php:44
$dateFormats
$defaultDateFormat
const NS_CATEGORY
Definition: Defines.php:70
const NS_FILE
Definition: Defines.php:62
const NS_FILE_TALK
Definition: Defines.php:63
const NS_MEDIAWIKI
Definition: Defines.php:64
NS_SPECIAL
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
Definition: Defines.php:68
const NS_HELP_TALK
Definition: Defines.php:69
$linkPrefixCharset
const NS_TALK
Definition: Defines.php:57
$linkTrail
const NS_USER_TALK
Definition: Defines.php:59
const NS_TEMPLATE_TALK
Definition: Defines.php:67