Tweaks to r41902 "(bug 14634) Show range blocks for IPs"
[lhc/web/wiklou.git] / languages / messages / MessagesOr.php
1 <?php
2 /** Oriya (ଓଡ଼ିଆ)
3 *
4 * @ingroup Language
5 * @file
6 *
7 * @author Ævar Arnfjörð Bjarmason <avarab@gmail.com>
8 */
9
10 $digitTransformTable = array(
11 '0' => '୦', # &#x0b66;
12 '1' => '୧', # &#x0b67;
13 '2' => '୨', # &#x0b68;
14 '3' => '୩', # &#x0b69;
15 '4' => '୪', # &#x0b6a;
16 '5' => '୫', # &#x0b6b;
17 '6' => '୬', # &#x0b6c;
18 '7' => '୭', # &#x0b6d;
19 '8' => '୮', # &#x0b6e;
20 '9' => '୯', # &#x0b6f;
21 );
22
23 $messages = array(
24 # 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).
25 'mainpage' => 'ପ୍ରଧାନ ପୃଷ୍ଠା',
26 'mainpage-description' => 'ପ୍ରଧାନ ପୃଷ୍ଠା',
27
28 );