]> scripts.mit.edu Git - autoinstallsdev/mediawiki.git/blob - languages/messages/MessagesOr.php
MediaWiki 1.16.2
[autoinstallsdev/mediawiki.git] / languages / messages / MessagesOr.php
1 <?php
2 /** Oriya (ଓଡ଼ିଆ)
3  *
4  * See MessagesQqq.php for message documentation incl. usage of parameters
5  * To improve a translation please visit http://translatewiki.net
6  *
7  * @ingroup Language
8  * @file
9  *
10  * @author Jose77
11  * @author Ævar Arnfjörð Bjarmason <avarab@gmail.com>
12  */
13
14 $digitTransformTable = array(
15         '0' => '୦', # &#x0b66;
16         '1' => '୧', # &#x0b67;
17         '2' => '୨', # &#x0b68;
18         '3' => '୩', # &#x0b69;
19         '4' => '୪', # &#x0b6a;
20         '5' => '୫', # &#x0b6b;
21         '6' => '୬', # &#x0b6c;
22         '7' => '୭', # &#x0b6d;
23         '8' => '୮', # &#x0b6e;
24         '9' => '୯', # &#x0b6f;
25 );
26
27 $messages = array(
28 'mytalk'     => 'ମୋ କଥା',
29 'navigation' => 'ଦିଗ୍ଦର୍ଶକ',
30
31 'help'             => 'ସାହାଜ୍ଯ',
32 'search'           => 'ସନ୍ଧାନ',
33 'searchbutton'     => 'ସନ୍ଧାନ',
34 'history_short'    => 'ଇତିହାସ',
35 'protect'          => 'ସୁରଖ୍ଯା',
36 'talk'             => 'ଆଲୋଚନା',
37 'toolbox'          => 'ଜନ୍ତ୍ର ବାକ୍ସ',
38 'jumptonavigation' => 'ଦିଗ୍ଦର୍ଶକ',
39 'jumptosearch'     => 'ସନ୍ଧାନ',
40
41 # 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).
42 'mainpage'             => 'ପ୍ରଧାନ ପ୍ରୁଷ୍ଟ୍ଆ',
43 'mainpage-description' => 'ପ୍ରଧାନ ପ୍ରୁଷ୍ଟ୍ଆ',
44
45 'viewsourcelink' => 'େଦଖ ଉର୍ସ',
46
47 # General errors
48 'viewsource' => 'େଦଖ ଉର୍ସ',
49
50 # Edit pages
51 'summary'  => 'ସାରକଥା:',
52 'showdiff' => 'େଦଖାଅ ପରିବର୍ତନଗୁଡିକ',
53
54 # Preferences page
55 'searchresultshead' => 'ସନ୍ଧାନ',
56
57 # Recent changes linked
58 'recentchangeslinked'         => 'ସମ୍ବଧ୍ହିତ ପରିବର୍ତନ',
59 'recentchangeslinked-feed'    => 'ସମ୍ବଧ୍ହିତ ପରିବର୍ତନ',
60 'recentchangeslinked-toolbox' => 'ସମ୍ବଧ୍ହିତ ପରିବର୍ତନ',
61
62 # Upload
63 'filedesc'          => 'ସାରକଥା',
64 'fileuploadsummary' => 'ସାରକଥା:',
65
66 # Special:LinkSearch
67 'linksearch-ok' => 'ସନ୍ଧାନ',
68
69 # Watchlist
70 'watch' => 'େଦଖ',
71
72 # Undelete
73 'undelete-search-submit' => 'ସନ୍ଧାନ',
74
75 # Contributions
76 'contributions' => 'ବ୍ଯବହରକାରୀନ୍କ ଅନୁଦାନ',
77
78 'sp-contributions-submit' => 'ସନ୍ଧାନ',
79
80 # Block/unblock
81 'ipblocklist-submit' => 'ସନ୍ଧାନ',
82
83 # Tooltip help for the actions
84 'tooltip-p-logo'                 => 'ପ୍ରଧାନ ପ୍ରୁଷ୍ଟ୍ଆ',
85 'tooltip-n-mainpage'             => 'ପ୍ରଧାନ ପ୍ରୁଷ୍ଟ୍ଆ',
86 'tooltip-n-mainpage-description' => 'ପ୍ରଧାନ ପ୍ରୁଷ୍ଟ୍ଆ',
87
88 # Special:NewFiles
89 'ilsubmit' => 'ସନ୍ଧାନ',
90
91 # Special:FileDuplicateSearch
92 'fileduplicatesearch-submit' => 'ସନ୍ଧାନ',
93
94 # Special:SpecialPages
95 'specialpages' => 'ସ୍ବତନ୍ତ୍ର',
96
97 );