* Also: remove some meta maintenance author artifacts for Niklas, SPQRobin, M.M.S., Siebrand, Jhs. Would otherwise have been removed on Betawiki export.
27 lines
764 B
PHP
27 lines
764 B
PHP
<?php
|
||
/** Bihari (भोजपुरी)
|
||
*
|
||
* @ingroup Language
|
||
* @file
|
||
*
|
||
*/
|
||
|
||
$digitTransformTable = array(
|
||
'0' => '०', # ०
|
||
'1' => '१', # १
|
||
'2' => '२', # २
|
||
'3' => '३', # ३
|
||
'4' => '४', # ४
|
||
'5' => '५', # ५
|
||
'6' => '६', # ६
|
||
'7' => '७', # ७
|
||
'8' => '८', # ८
|
||
'9' => '९', # ९
|
||
);
|
||
|
||
$messages = array(
|
||
# 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).
|
||
'mainpage' => 'पहिलका पन्ना',
|
||
'mainpage-description' => 'पहिलका पन्ना',
|
||
|
||
);
|