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