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