MediaWiki REL1_35
MessagesBpy.php
Go to the documentation of this file.
1<?php
11$fallback = 'bn';
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' => '০',
34 '1' => '১',
35 '2' => '২',
36 '3' => '৩',
37 '4' => '৪',
38 '5' => '৫',
39 '6' => '৬',
40 '7' => '৭',
41 '8' => '৮',
42 '9' => '৯'
43];
$fallback
$namespaceNames
$digitTransformTable
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