MediaWiki  1.23.6
MessagesCrh_cyrl.php
Go to the documentation of this file.
1 <?php
12 $fallback = 'ru';
13 
14 $fallback8bitEncoding = 'windows-1251';
15 
17  NS_MEDIA => 'Медиа',
18  NS_SPECIAL => 'Махсус',
19  NS_TALK => 'Музакере',
20  NS_USER => 'Къулланыджы',
21  NS_USER_TALK => 'Къулланыджы_музакереси',
22  NS_PROJECT_TALK => '$1_музакереси',
23  NS_FILE => 'Файл',
24  NS_FILE_TALK => 'Файл_музакереси',
25  NS_MEDIAWIKI => 'МедиаВики',
26  NS_MEDIAWIKI_TALK => 'МедиаВики_музакереси',
27  NS_TEMPLATE => 'Шаблон',
28  NS_TEMPLATE_TALK => 'Шаблон_музакереси',
29  NS_HELP => 'Ярдым',
30  NS_HELP_TALK => 'Ярдым_музакереси',
31  NS_CATEGORY => 'Категория',
32  NS_CATEGORY_TALK => 'Категория_музакереси',
33 );
34 
36  # Aliases of Latin (crh-latn) namespaces
37  "Media" => NS_MEDIA,
38  "Mahsus" => NS_SPECIAL,
39  "Muzakere" => NS_TALK,
40  "Qullanıcı" => NS_USER,
41  "Qullanıcı_muzakeresi" => NS_USER_TALK,
42  "$1_muzakeresi" => NS_PROJECT_TALK,
43  "Resim" => NS_FILE,
44  "Resim_muzakeresi" => NS_FILE_TALK,
45  "Ресим" => NS_FILE,
46  "Ресим_музакереси" => NS_FILE_TALK,
47  "MediaViki" => NS_MEDIAWIKI,
48  "MediaViki_muzakeresi" => NS_MEDIAWIKI_TALK,
49  'Şablon' => NS_TEMPLATE,
50  'Şablon_muzakeresi' => NS_TEMPLATE_TALK,
51  'Yardım' => NS_HELP,
52  'Yardım_muzakeresi' => NS_HELP_TALK,
53  'Kategoriya' => NS_CATEGORY,
54  'Kategoriya_muzakeresi' => NS_CATEGORY_TALK
55 );
56 
57 // Remove Russian aliases
59 
61  'default',
62  'mdy',
63  'dmy',
64  'ymd',
65  'yyyy-mm-dd',
66  'ISO 8601',
67 );
68 
70 
72  'default',
73  'mdy',
74  'dmy',
75  'ymd'
76 );
77 
79  'mdy time' => 'H:i',
80  'mdy date' => 'F j Y "с."',
81  'mdy both' => 'H:i, F j Y "с."',
82 
83  'dmy time' => 'H:i',
84  'dmy date' => 'j F Y "с."',
85  'dmy both' => 'H:i, j F Y "с."',
86 
87  'ymd time' => 'H:i',
88  'ymd date' => 'Y "с." xg j',
89  'ymd both' => 'H:i, Y "с." xg j',
90 
91  'yyyy-mm-dd time' => 'xnH:xni:xns',
92  'yyyy-mm-dd date' => 'xnY-xnm-xnd',
93  'yyyy-mm-dd both' => 'xnH:xni:xns, xnY-xnm-xnd',
94 
95  'ISO 8601 time' => 'xnH:xni:xns',
96  'ISO 8601 date' => 'xnY.xnm.xnd',
97  'ISO 8601 both' => 'xnY.xnm.xnd"T"xnH:xni:xns',
98 );
99 
100 $separatorTransformTable = array( ',' => '.', '.' => ',' );
101 $linkTrail = '/^([a-zâçğıñöşüа-яё“»]+)(.*)$/sDu';
102 $linkPrefixCharset = 'a-zâçğıñöşüA-ZÂÇĞİÑÖŞÜa-яёА-ЯЁ«„';
103 
of
globals txt Globals are evil The original MediaWiki code relied on globals for processing context far too often MediaWiki development since then has been a story of slowly moving context out of global variables and into objects Storing processing context in object member variables allows those objects to be reused in a much more flexible way Consider the elegance of
Definition: globals.txt:10
$defaultDateFormat
$defaultDateFormat
Definition: MessagesCrh_cyrl.php:69
NS_HELP
const NS_HELP
Definition: Defines.php:91
php
skin txt MediaWiki includes four core it has been set as the default in MediaWiki since the replacing Monobook it had been been the default skin since before being replaced by Vector largely rewritten in while keeping its appearance Several legacy skins were removed in the as the burden of supporting them became too heavy to bear Those in etc for skin dependent CSS etc for skin dependent JavaScript These can also be customised on a per user by etc This feature has led to a wide variety of user styles becoming that gallery is a good place to ending in php
Definition: skin.txt:62
NS_TEMPLATE_TALK
const NS_TEMPLATE_TALK
Definition: Defines.php:90
NS_FILE
const NS_FILE
Definition: Defines.php:85
NS_TEMPLATE
const NS_TEMPLATE
Definition: Defines.php:89
$dateFormats
$dateFormats
Definition: MessagesCrh_cyrl.php:78
NS_SPECIAL
const NS_SPECIAL
Definition: Defines.php:68
namespaces
to move a page</td >< td > &*You are moving the page across namespaces
Definition: All_system_messages.txt:2677
$fallback8bitEncoding
$fallback8bitEncoding
Definition: MessagesCrh_cyrl.php:14
$namespaceGenderAliases
$namespaceGenderAliases
Definition: MessagesCrh_cyrl.php:58
NS_MEDIAWIKI_TALK
const NS_MEDIAWIKI_TALK
Definition: Defines.php:88
array
the array() calling protocol came about after MediaWiki 1.4rc1.
List of Api Query prop modules.
NS_CATEGORY
const NS_CATEGORY
Definition: Defines.php:93
$namespaceNames
$namespaceNames
Definition: MessagesCrh_cyrl.php:16
NS_USER_TALK
const NS_USER_TALK
Definition: Defines.php:82
NS_MEDIA
const NS_MEDIA
Definition: Defines.php:67
$datePreferences
$datePreferences
Definition: MessagesCrh_cyrl.php:60
$datePreferenceMigrationMap
$datePreferenceMigrationMap
Definition: MessagesCrh_cyrl.php:71
NS_PROJECT_TALK
const NS_PROJECT_TALK
Definition: Defines.php:84
$fallback
$fallback
Definition: MessagesCrh_cyrl.php:12
$linkPrefixCharset
$linkPrefixCharset
Definition: MessagesCrh_cyrl.php:102
$namespaceAliases
$namespaceAliases
Definition: MessagesCrh_cyrl.php:35
$linkTrail
$linkTrail
Definition: MessagesCrh_cyrl.php:101
NS_HELP_TALK
const NS_HELP_TALK
Definition: Defines.php:92
NS_USER
const NS_USER
Definition: Defines.php:81
$separatorTransformTable
$separatorTransformTable
Definition: MessagesCrh_cyrl.php:100
NS_TALK
const NS_TALK
Definition: Defines.php:80
NS_MEDIAWIKI
const NS_MEDIAWIKI
Definition: Defines.php:87
NS_FILE_TALK
const NS_FILE_TALK
Definition: Defines.php:86
NS_CATEGORY_TALK
const NS_CATEGORY_TALK
Definition: Defines.php:94