]> scripts.mit.edu Git - autoinstallsdev/mediawiki.git/blob - languages/messages/MessagesOr.php
MediaWiki 1.15.0
[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
60 # Upload
61 'filedesc'          => 'ସାରକଥା',
62 'fileuploadsummary' => 'ସାରକଥା:',
63
64 # Special:LinkSearch
65 'linksearch-ok' => 'ସନ୍ଧାନ',
66
67 # Watchlist
68 'watch' => 'େଦଖ',
69
70 # Undelete
71 'undelete-search-submit' => 'ସନ୍ଧାନ',
72
73 # Contributions
74 'contributions' => 'ବ୍ଯବହରକାରୀନ୍କ ଅନୁଦାନ',
75
76 'sp-contributions-submit' => 'ସନ୍ଧାନ',
77
78 # Block/unblock
79 'ipblocklist-submit' => 'ସନ୍ଧାନ',
80
81 # Tooltip help for the actions
82 'tooltip-p-logo' => 'ପ୍ରଧାନ ପ୍ରୁଷ୍ଟ୍ଆ',
83
84 # Special:NewFiles
85 'ilsubmit' => 'ସନ୍ଧାନ',
86
87 # Special:FileDuplicateSearch
88 'fileduplicatesearch-submit' => 'ସନ୍ଧାନ',
89
90 # Special:SpecialPages
91 'specialpages' => 'ସ୍ବତନ୍ତ୍ର',
92
93 );