MediaWiki master
MessagesBtm.php
Go to the documentation of this file.
1<?php
8$fallback = 'id';
9
10$separatorTransformTable = [ ',' => '.', '.' => ',' ];
11
13 NS_MEDIA => 'Media',
14 NS_SPECIAL => 'Husus',
15 NS_TALK => 'Obar',
16 NS_USER => 'Pamake',
17 NS_USER_TALK => 'Obar_pamake',
18 NS_PROJECT_TALK => 'Obar_$1',
19 NS_FILE => 'Borkas',
20 NS_FILE_TALK => 'Obar_borkas',
21 NS_MEDIAWIKI => 'MediaWiki',
22 NS_MEDIAWIKI_TALK => 'Obar_MediaWiki',
23 NS_TEMPLATE => 'Templat',
24 NS_TEMPLATE_TALK => 'Obar_templat',
25 NS_HELP => 'Tolongi',
26 NS_HELP_TALK => 'Obar_tolongi',
27 NS_CATEGORY => 'Kategori',
28 NS_CATEGORY_TALK => 'Obar_kategori',
29];
30
32 'default',
33 'dmy',
34 'ymd',
35 'ISO 8601',
36];
37
39
41 'dmy time' => 'H.i',
42 'dmy date' => 'j F Y',
43 'dmy both' => 'j F Y H.i',
44
45 'ymd time' => 'H.i',
46 'ymd date' => 'Y F j',
47 'ymd both' => 'Y F j H.i',
48];
const NS_HELP
Definition Defines.php:76
const NS_USER
Definition Defines.php:66
const NS_FILE
Definition Defines.php:70
const NS_MEDIAWIKI_TALK
Definition Defines.php:73
const NS_PROJECT_TALK
Definition Defines.php:69
const NS_MEDIAWIKI
Definition Defines.php:72
const NS_TEMPLATE
Definition Defines.php:74
const NS_SPECIAL
Definition Defines.php:53
const NS_FILE_TALK
Definition Defines.php:71
const NS_HELP_TALK
Definition Defines.php:77
const NS_CATEGORY_TALK
Definition Defines.php:79
const NS_MEDIA
Definition Defines.php:52
const NS_TALK
Definition Defines.php:65
const NS_USER_TALK
Definition Defines.php:67
const NS_CATEGORY
Definition Defines.php:78
const NS_TEMPLATE_TALK
Definition Defines.php:75
$fallback
$defaultDateFormat
$dateFormats
$datePreferences
$namespaceNames
$separatorTransformTable