Localisation updates for core messages from Betawiki (2008-03-27 18:26 CET)
[lhc/web/wiklou.git] / languages / messages / MessagesBh.php
1 <?php
2 /** Bihara (भोजपुरी)
3 *
4 * @addtogroup Language
5 */
6
7 $digitTransformTable = array(
8 '0' => '०', # &#x0966;
9 '1' => '१', # &#x0967;
10 '2' => '२', # &#x0968;
11 '3' => '३', # &#x0969;
12 '4' => '४', # &#x096a;
13 '5' => '५', # &#x096b;
14 '6' => '६', # &#x096c;
15 '7' => '७', # &#x096d;
16 '8' => '८', # &#x096e;
17 '9' => '९', # &#x096f;
18 );