MediaWiki REL1_35
MessagesNqo.php
Go to the documentation of this file.
1<?php
11$rtl = true;
12
14 NS_MEDIA => 'ߟߊߛߋߢߊߥߙߍ',
15 NS_SPECIAL => 'ߞߙߍߞߙߍߣߍ߲',
16 NS_TALK => 'ߢߊߝߐߞߣߍ',
17 NS_USER => 'ߟߊߓߊ߯ߙߟߊ',
18 NS_USER_TALK => 'ߟߊߓߊ߯ߙߟߊ ߟߊ߫ ߢߊߝߐߞߣߍ',
19 NS_PROJECT_TALK => '$1 ߢߊߝߐߞߣߍ',
20 NS_FILE => 'ߞߐߕߐ߮',
21 NS_FILE_TALK => 'ߞߐߕߐ߮ ߢߊߝߐߞߣߍ',
22 NS_MEDIAWIKI => 'ߡߘߌߦߊߥߞߌ',
23 NS_MEDIAWIKI_TALK => 'ߡߘߌߦߊߥߞߌ ߢߊߝߐߞߣߍ',
24 NS_TEMPLATE => 'ߞߙߊߞߏ',
25 NS_TEMPLATE_TALK => 'ߞߙߊߞߏ ߢߊߝߐߞߣߍ',
26 NS_HELP => 'ߡߊ߬ߘߍ߬ߡߍ߲߬ߠߌ߲',
27 NS_HELP_TALK => 'ߡߊ߬ߘߍ߬ߡߍ߲߬ߠߌ߲ ߢߊߝߐߞߣߍ',
28 NS_CATEGORY => 'ߦߌߟߡߊ',
29 NS_CATEGORY_TALK => 'ߦߌߟߡߊ ߢߊߝߐߞߣߍ',
30];
31
33 '0' => '߀', # U+07C0
34 '1' => '߁', # U+07C1
35 '2' => '߂', # U+07C2
36 '3' => '߃', # U+07C3
37 '4' => '߄', # U+07C4
38 '5' => '߅', # U+07C5
39 '6' => '߆', # U+07C6
40 '7' => '߇', # U+07C7
41 '8' => '߈', # U+07C8
42 '9' => '߉', # U+07C9
43];
$namespaceNames
$digitTransformTable
$rtl
const NS_HELP
Definition Defines.php:82
const NS_USER
Definition Defines.php:72
const NS_FILE
Definition Defines.php:76
const NS_MEDIAWIKI_TALK
Definition Defines.php:79
const NS_PROJECT_TALK
Definition Defines.php:75
const NS_MEDIAWIKI
Definition Defines.php:78
const NS_TEMPLATE
Definition Defines.php:80
const NS_SPECIAL
Definition Defines.php:59
const NS_FILE_TALK
Definition Defines.php:77
const NS_HELP_TALK
Definition Defines.php:83
const NS_CATEGORY_TALK
Definition Defines.php:85
const NS_MEDIA
Definition Defines.php:58
const NS_TALK
Definition Defines.php:71
const NS_USER_TALK
Definition Defines.php:73
const NS_CATEGORY
Definition Defines.php:84
const NS_TEMPLATE_TALK
Definition Defines.php:81