MediaWiki  1.23.13
MessagesLzz.php
Go to the documentation of this file.
1 <?php
20 $fallback = 'tr';
21 
23  NS_MEDIA => 'Medya',
24  NS_SPECIAL => 'Doxmeli',
25  NS_TALK => 'Ğarğala',
26  NS_USER => 'Maxmare',
27  NS_USER_TALK => 'Maxmare_mesaji',
28  NS_PROJECT_TALK => '$1_ğarğala',
29  NS_FILE => 'Dosya',
30  NS_FILE_TALK => 'Dosya_ğarğala',
31  NS_MEDIAWIKI => 'MediaWiki',
32  NS_MEDIAWIKI_TALK => 'MediaWiki_ğarğala',
33  NS_TEMPLATE => 'Şabloni',
34  NS_TEMPLATE_TALK => 'Şabloni_ğarğala',
35  NS_HELP => 'Meşvela',
36  NS_HELP_TALK => 'Meşvela_ğarğala',
37  NS_CATEGORY => 'Kʼatʼegori',
38  NS_CATEGORY_TALK => 'Kʼatʼegori_ğarğala',
39 );
40 
42  // Turkish namespace names.
43  'Medya' => NS_MEDIA,
44  'Özel' => NS_SPECIAL,
45  'Tartışma' => NS_TALK,
46  'Kullanıcı' => NS_USER,
47  'Kullanıcı_mesaj' => NS_USER_TALK,
48  '$1_tartışma' => NS_PROJECT_TALK,
49  'Dosya' => NS_FILE,
50  'Dosya_tartışma' => NS_FILE_TALK,
51  'MediaWiki_tartışma' => NS_MEDIAWIKI_TALK,
52  'Şablon' => NS_TEMPLATE,
53  'Şablon_tartışma' => NS_TEMPLATE_TALK,
54  'Yardım' => NS_HELP,
55  'Yardım_tartışma' => NS_HELP_TALK,
56  'Kategori' => NS_CATEGORY,
57  'Kategori_tartışma' => NS_CATEGORY_TALK,
58 );
59 
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
$namespaceNames
$namespaceNames
Definition: MessagesLzz.php:22
$fallback
$fallback
Definition: MessagesLzz.php:20
NS_SPECIAL
const NS_SPECIAL
Definition: Defines.php:68
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
NS_USER_TALK
const NS_USER_TALK
Definition: Defines.php:82
NS_MEDIA
const NS_MEDIA
Definition: Defines.php:67
NS_PROJECT_TALK
const NS_PROJECT_TALK
Definition: Defines.php:84
NS_HELP_TALK
const NS_HELP_TALK
Definition: Defines.php:92
NS_USER
const NS_USER
Definition: Defines.php:81
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
$namespaceAliases
$namespaceAliases
Definition: MessagesLzz.php:41