wiki.techinc.nl/languages/messages/MessagesBh.php
Siebrand Mazeland 731ae8ca01 Localisation updates for core messages from Betawiki (2008-08-04 22:51 CEST)
* Also: remove some meta maintenance author artifacts for Niklas, SPQRobin, M.M.S., Siebrand, Jhs. Would otherwise have been removed on Betawiki export.
2008-08-04 21:51:19 +00:00

27 lines
764 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
/** Bihari (भोजपुरी)
*
* @ingroup Language
* @file
*
*/
$digitTransformTable = array(
'0' => '', # &#x0966;
'1' => '१', # &#x0967;
'2' => '२', # &#x0968;
'3' => '३', # &#x0969;
'4' => '४', # &#x096a;
'5' => '५', # &#x096b;
'6' => '६', # &#x096c;
'7' => '७', # &#x096d;
'8' => '८', # &#x096e;
'9' => '९', # &#x096f;
);
$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' => 'पहिलका पन्ना',
);