MediaWiki  master
MessagesPnb.php
Go to the documentation of this file.
1 <?php
16 $fallback8bitEncoding = 'windows-1256';
17 
18 $rtl = true;
19 
21  NS_MEDIA => 'میڈیا',
22  NS_SPECIAL => 'خاص',
23  NS_TALK => 'گل_بات',
24  NS_USER => 'ورتنوالا',
25  NS_USER_TALK => 'ورتن_گل_بات',
26  NS_PROJECT_TALK => 'ویونت_گل_بات',
27  NS_FILE => 'فائل',
28  NS_FILE_TALK => 'فائل_گل_بات',
29  NS_MEDIAWIKI => 'میڈیا_وکی',
30  NS_MEDIAWIKI_TALK => 'میڈیاوکی_گل_بات',
31  NS_TEMPLATE => 'سانچہ',
32  NS_TEMPLATE_TALK => 'سانچہ_گل_بات',
33  NS_HELP => 'ہتھونڈائی',
34  NS_HELP_TALK => 'ہتھونڈائی_گل_بات',
35  NS_CATEGORY => 'گٹھ',
36  NS_CATEGORY_TALK => 'گٹھ_گل_بات',
37 ];
38 
40  '0' => '۰',
41  '1' => '۱',
42  '2' => '۲',
43  '3' => '۳',
44  '4' => '۴',
45  '5' => '۵',
46  '6' => '۶',
47  '7' => '۷',
48  '8' => '۸',
49  '9' => '۹',
50 ];
51 
53  'تصویر' => NS_FILE,
54 ];
55 
58  'redirect' => [ '0', '#مڑجوڑ', '#REDIRECT' ],
59 ];
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
$linkPrefixExtension
Definition: MessagesPnb.php:15
$namespaceAliases
Definition: MessagesPnb.php:52
$namespaceNames
Definition: MessagesPnb.php:20
$digitTransformTable
Definition: MessagesPnb.php:39
$rtl
Definition: MessagesPnb.php:18
$fallback8bitEncoding
Definition: MessagesPnb.php:16
$magicWords
@phpcs-require-sorted-array
Definition: MessagesPnb.php:57