MediaWiki master
MessagesRki.php
Go to the documentation of this file.
1<?php
11 NS_MEDIA => 'မီဒီယာ',
12 NS_SPECIAL => 'အထူး',
13 NS_TALK => 'ဆွီးနွီးချက်',
14 NS_USER => 'အသုံးပြုလူ',
15 NS_USER_TALK => 'အသုံးပြုလူ_ဆွီးနွီးချက်',
16 NS_PROJECT_TALK => '$1_ဆွီးနွီးချက်',
17 NS_FILE => 'ဖိုင်',
18 NS_FILE_TALK => 'ဖိုင်_ဆွီးနွီးချက်',
19 NS_MEDIAWIKI => 'မီဒီယာဝီကီ',
20 NS_MEDIAWIKI_TALK => 'မီဒီယာဝီကီ_ဆွီးနွီးချက်',
21 NS_TEMPLATE => 'တမ်းပလိတ်',
22 NS_TEMPLATE_TALK => 'တမ်းပလိတ်_ဆွီးနွီးချက်',
23 NS_HELP => 'အကူအညီ',
24 NS_HELP_TALK => 'အကူအညီ_ဆွီးနွီးချက်',
25 NS_CATEGORY => 'ကဏ္ဍ',
26 NS_CATEGORY_TALK => 'ကဏ္ဍ_ဆွီးနွီးချက်',
27];
28
30 '0' => '၀',
31 '1' => '၁',
32 '2' => '၂',
33 '3' => '၃',
34 '4' => '၄',
35 '5' => '၅',
36 '6' => '၆',
37 '7' => '၇',
38 '8' => '၈',
39 '9' => '၉',
40];
41
43 'default',
44 'my normal',
45 'my long',
46 'ISO 8601',
47];
48
49$defaultDateFormat = 'my normal';
50
52 'my normal time' => 'H:i',
53 'my normal date' => 'j F Y',
54 'my normal both' => ' H:i"၊" j F Y',
55
56 'my long time' => 'H:i',
57 'my long date' => 'Y F"လ" j "ရက်"',
58 'my long both' => 'H:i"၊" Y F"လ" j "ရက်"',
59];
const NS_HELP
Definition Defines.php:77
const NS_USER
Definition Defines.php:67
const NS_FILE
Definition Defines.php:71
const NS_MEDIAWIKI_TALK
Definition Defines.php:74
const NS_PROJECT_TALK
Definition Defines.php:70
const NS_MEDIAWIKI
Definition Defines.php:73
const NS_TEMPLATE
Definition Defines.php:75
const NS_SPECIAL
Definition Defines.php:54
const NS_FILE_TALK
Definition Defines.php:72
const NS_HELP_TALK
Definition Defines.php:78
const NS_CATEGORY_TALK
Definition Defines.php:80
const NS_MEDIA
Definition Defines.php:53
const NS_TALK
Definition Defines.php:66
const NS_USER_TALK
Definition Defines.php:68
const NS_CATEGORY
Definition Defines.php:79
const NS_TEMPLATE_TALK
Definition Defines.php:76
$defaultDateFormat
$dateFormats
$datePreferences
$namespaceNames
$digitTransformTable