aa9eeb3f5792bd2d1f7524077c123f6f09f49d2e
[lhc/web/wiklou.git] / languages / messages / MessagesNew.php
1 <?php
2 /** Newari (नेपाल भाषा)
3 *
4 * @addtogroup Language
5 *
6 * @author SPQRobin
7 * @author Siebrand
8 */
9
10 $namespaceNames = array(
11 NS_MEDIA => 'माध्यम',
12 NS_SPECIAL => 'विशेष',
13 NS_MAIN => '',
14 NS_TALK => 'खँलाबँला',
15 NS_USER => 'छ्येलेमि',
16 NS_USER_TALK => 'छ्येलेमि_खँलाबँला',
17 # NS_PROJECT set by $wgMetaNamespace
18 NS_PROJECT_TALK => '$1_खँलाबँला',
19 NS_IMAGE => 'किपा',
20 NS_IMAGE_TALK => 'किपा_खँलाबँला',
21 NS_MEDIAWIKI => 'मिडियाविकि',
22 NS_MEDIAWIKI_TALK => 'मिडियाविकि_खँलाबँला',
23 NS_HELP => 'ग्वाहालि',
24 NS_HELP_TALK => 'ग्वाहालि_खँलाबँला',
25 NS_CATEGORY => 'पुचः',
26 NS_CATEGORY_TALK => 'पुचः_खँलाबँला'
27 );
28
29 $digitTransformTable = array(
30 '0' => '०', # &#x0966;
31 '1' => '१', # &#x0967;
32 '2' => '२', # &#x0968;
33 '3' => '३', # &#x0969;
34 '4' => '४', # &#x096a;
35 '5' => '५', # &#x096b;
36 '6' => '६', # &#x096c;
37 '7' => '७', # &#x096d;
38 '8' => '८', # &#x096e;
39 '9' => '९', # &#x096f;
40 );
41
42 $messages = array(
43 'about' => 'विषयक',
44 'mypage' => 'जिगु पौ',
45 'mytalk' => 'जिगु खं',
46 'navigation' => 'परिवहन',
47
48 'search' => 'मालादिसं',
49 'history_short' => 'इतिहास',
50 'printableversion' => 'ध्वायेज्युगु संस्करण',
51 'print' => 'ध्वानादिसँ',
52 'edit' => 'सम्पादन',
53 'editthispage' => 'थ्व पौ सम्पादन यानादिसं',
54 'specialpage' => 'विषेश पौ',
55 'personaltools' => 'निजी ज्याब्व',
56 'talk' => 'खँलाबँला',
57 'toolbox' => 'ज्याब्व सन्दुक',
58 'projectpage' => 'ज्याखँ पौ क्येनादिसँ',
59 'otherlanguages' => 'मेमेगु भाषाय्',
60
61 # 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).
62 'mainpage' => 'मू पौ',
63 'portal' => 'सामाजिक दबु',
64 'portal-url' => 'Project:सामाजिक दबु',
65 'privacy' => 'दुबिस्ता नियम',
66
67 'ok' => 'ज्यु',
68 'editsection' => 'सम्पादन',
69 'editold' => 'सम्पादन',
70 'editsectionhint' => 'खण्ड सम्पादन: $1',
71
72 # Login and logout pages
73 'userlogout' => 'पिने झासं',
74 'createaccount' => 'खाता चायेकादिसं',
75 'accountcreated' => 'खाता न्ह्येथन',
76
77 # Edit pages
78 'savearticle' => 'पौ मुंकादिसं',
79 'preview' => 'स्वयादिसं',
80 'newarticle' => '(न्हु)',
81
82 # Search results
83 'powersearch' => 'मालादिसँ',
84
85 # Preferences page
86 'mypreferences' => 'जिगु प्राथमिकता',
87
88 # Recent changes
89 'recentchanges' => 'न्हुगु हिलेज्या',
90
91 # Upload
92 'upload' => 'फाइल अपलोड',
93
94 # Random page
95 'randompage' => 'छगु च्वसुइ येंकादिसं',
96
97 # Statistics
98 'statistics' => 'तथ्यांक',
99
100 # Miscellaneous special pages
101 'allpages' => 'सकल पौत',
102 'specialpages' => 'विषेश पौत:',
103 'newpages-username' => 'छ्येलेमि नां:',
104
105 # Special:Allpages
106 'nextpage' => 'मेगु पौ ($1)',
107 'allarticles' => 'सकल च्वसुत',
108
109 # Restrictions (nouns)
110 'restriction-edit' => 'सम्पादन',
111
112 # Namespace form on various pages
113 'namespace' => 'नेमस्पेस:',
114 'blanknamespace' => '(मू)',
115
116 # Contributions
117 'mycontris' => 'जिगु योगदान',
118
119 # What links here
120 'whatlinkshere' => 'थन छु स्वाई',
121
122 # Attribution
123 'and' => 'व',
124 'others' => 'मेमेगु',
125
126 # 'all' in various places, this might be different for inflected languages
127 'namespacesall' => 'सकल',
128
129 # Auto-summaries
130 'autosumm-new' => 'न्हुगु पौ: $1',
131
132 );