MediaWiki master
MessagesMag.php
Go to the documentation of this file.
1<?php
10$fallback = 'hi';
11
13 NS_MEDIA => 'मीडिया',
14 NS_SPECIAL => 'बिसेस',
15 NS_TALK => 'बार्ता',
16 NS_USER => 'सदस्स',
17 NS_USER_TALK => 'सदस्स_बार्ता',
18 NS_PROJECT_TALK => '$1_बार्ता',
19 NS_FILE => 'सञ्चिका',
20 NS_FILE_TALK => 'सञ्चिका_बार्ता',
21 NS_MEDIAWIKI => 'मीडियाबिकि',
22 NS_MEDIAWIKI_TALK => 'मीडियाबिकि_बार्ता',
23 NS_TEMPLATE => 'साञ्चा',
24 NS_TEMPLATE_TALK => 'साञ्चा_बार्ता',
25 NS_HELP => 'सहायता',
26 NS_HELP_TALK => 'सहायता_बार्ता',
27 NS_CATEGORY => 'बर्ग',
28 NS_CATEGORY_TALK => 'बर्ग_बार्ता',
29];
30
32 '0' => '०', # U+0966
33 '1' => '१', # U+0967
34 '2' => '२', # U+0968
35 '3' => '३', # U+0969
36 '4' => '४', # U+096A
37 '5' => '५', # U+096B
38 '6' => '६', # U+096C
39 '7' => '७', # U+096D
40 '8' => '८', # U+096E
41 '9' => '९', # U+096F
42];
43
44$digitGroupingPattern = "#,##,##0.###";
45
46$linkTrail = "/^([a-z\x{0900}-\x{0963}\x{0966}-\x{A8E0}-\x{A8FF}]+)(.*)$/sDu";
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
$linkTrail
$namespaceNames
$digitGroupingPattern
$digitTransformTable