Modernize the email user form to our actual standards:
[lhc/web/wiklou.git] / languages / messages / MessagesOr.php
index 49bc470..67dfa0a 100644 (file)
@@ -1,10 +1,12 @@
 <?php
 /** Oriya (ଓଡ଼ିଆ)
-  *
-  * @addtogroup Language
-  *
-  * @author Ævar Arnfjörð Bjarmason <avarab@gmail.com>
-  */
+ *
+ * @ingroup Language
+ * @file
+ *
+ * @author Ævar Arnfjörð Bjarmason <avarab@gmail.com>
+ */
+
 $digitTransformTable = array(
        '0' => '୦', # &#x0b66;
        '1' => '୧', # &#x0b67;
@@ -18,4 +20,9 @@ $digitTransformTable = array(
        '9' => '୯', # &#x0b6f;
 );
 
+$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' => 'ପ୍ରଧାନ ପୃଷ୍ଠା',
 
+);