(bug 44) Fix omission: Image -> File in namespace names for yue, zh-hans, and zh...
[lhc/web/wiklou.git] / languages / messages / MessagesBh.php
1 <?php
2 /** Bihari (भोजपुरी)
3 *
4 * @ingroup Language
5 * @file
6 *
7 */
8
9 $digitTransformTable = array(
10 '0' => '०', # &#x0966;
11 '1' => '१', # &#x0967;
12 '2' => '२', # &#x0968;
13 '3' => '३', # &#x0969;
14 '4' => '४', # &#x096a;
15 '5' => '५', # &#x096b;
16 '6' => '६', # &#x096c;
17 '7' => '७', # &#x096d;
18 '8' => '८', # &#x096e;
19 '9' => '९', # &#x096f;
20 );
21
22 $messages = array(
23 # All link text and link target definitions of links into project namespace that get used by other message strings, with the exception of user group pages (see grouppage) and the disambiguation template definition (see disambiguations).
24 'mainpage' => 'पहिलका पन्ना',
25 'mainpage-description' => 'पहिलका पन्ना',
26
27 );