* Rebuild all messages per r43376 (search form)
[lhc/web/wiklou.git] / languages / messages / MessagesBh.php
index 2cc586f..d1d28a9 100644 (file)
@@ -1,20 +1,27 @@
 <?php
-/** Bihara (भोजपुरी)
-  *
-  * @addtogroup Language
-  */
+/** Bihari (भोजपुरी)
+ *
+ * @ingroup Language
+ * @file
+ *
+ */
 
 $digitTransformTable = array(
-       '0' => '०',
-       '1' => '१',
-       '2' => '२',
-       '3' => '३',
-       '4' => '४',
-       '5' => '५',
-       '6' => '६',
-       '7' => '७',
-       '8' => '८',
-       '9' => '९',
+       '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' => 'पहिलका पन्ना',
+
+);