diff options
Diffstat (limited to 'languages/messages/MessagesBh.php')
-rw-r--r-- | languages/messages/MessagesBh.php | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/languages/messages/MessagesBh.php b/languages/messages/MessagesBh.php index cee3598b..d1d28a94 100644 --- a/languages/messages/MessagesBh.php +++ b/languages/messages/MessagesBh.php @@ -1,7 +1,8 @@ <?php /** Bihari (भोजपुरी) * - * @addtogroup Language + * @ingroup Language + * @file * */ @@ -18,3 +19,9 @@ $digitTransformTable = array( '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' => 'पहिलका पन्ना', + +); |