Add message 'undelete-fieldset-title' to resolve issue identified in r37095 and rever...
[lhc/web/wiklou.git] / languages / messages / MessagesOr.php
index 49bc470..9205cef 100644 (file)
@@ -1,10 +1,13 @@
 <?php
 /** Oriya (ଓଡ଼ିଆ)
-  *
-  * @addtogroup Language
-  *
-  * @author Ævar Arnfjörð Bjarmason <avarab@gmail.com>
-  */
+ *
+ * @ingroup Language
+ * @file
+ *
+ * @author Ævar Arnfjörð Bjarmason <avarab@gmail.com>
+ * @author Jon Harald Søby
+ */
+
 $digitTransformTable = array(
        '0' => '୦', # &#x0b66;
        '1' => '୧', # &#x0b67;
@@ -18,4 +21,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' => 'ପ୍ରଧାନ ପୃଷ୍ଠା',
 
+);