Localisation updates for core messages from Betawiki (2008-01-21 1:00 CET)
[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
55 'search' => 'मालादिसं',
56 'history_short' => 'इतिहास',
57 'printableversion' => 'ध्वायेज्युगु संस्करण',
58 'print' => 'ध्वानादिसँ',
59 'edit' => 'सम्पादन',
60 'editthispage' => 'थ्व पौ सम्पादन यानादिसं',
61 'specialpage' => 'विषेश पौ',
62 'personaltools' => 'निजी ज्याब्व',
63 'talk' => 'खँलाबँला',
64 'toolbox' => 'ज्याब्व सन्दुक',
65 'projectpage' => 'ज्याखँ पौ क्येनादिसँ',
66 'otherlanguages' => 'मेमेगु भाषाय्',
67
68 # 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).
69 'mainpage' => 'मू पौ',
70 'portal' => 'सामाजिक दबु',
71 'portal-url' => 'Project:सामाजिक दबु',
72 'privacy' => 'दुबिस्ता नियम',
73
74 'ok' => 'ज्यु',
75 'editsection' => 'सम्पादन',
76 'editold' => 'सम्पादन',
77 'editsectionhint' => 'खण्ड सम्पादन: $1',
78
79 # Login and logout pages
80 'userlogout' => 'पिने झासं',
81 'createaccount' => 'खाता चायेकादिसं',
82 'accountcreated' => 'खाता न्ह्येथन',
83
84 # Edit pages
85 'savearticle' => 'पौ मुंकादिसं',
86 'preview' => 'स्वयादिसं',
87 'newarticle' => '(न्हु)',
88
89 # Search results
90 'powersearch' => 'मालादिसँ',
91
92 # Preferences page
93 'mypreferences' => 'जिगु प्राथमिकता',
94
95 # Recent changes
96 'recentchanges' => 'न्हुगु हिलेज्या',
97
98 # Upload
99 'upload' => 'फाइल अपलोड',
100
101 # Random page
102 'randompage' => 'छगु च्वसुइ येंकादिसं',
103
104 # Statistics
105 'statistics' => 'तथ्यांक',
106
107 # Miscellaneous special pages
108 'allpages' => 'सकल पौत',
109 'specialpages' => 'विषेश पौत:',
110 'newpages-username' => 'छ्येलेमि नां:',
111
112 # Special:Allpages
113 'nextpage' => 'मेगु पौ ($1)',
114 'allarticles' => 'सकल च्वसुत',
115
116 # Restrictions (nouns)
117 'restriction-edit' => 'सम्पादन',
118
119 # Namespace form on various pages
120 'namespace' => 'नेमस्पेस:',
121 'blanknamespace' => '(मू)',
122
123 # Contributions
124 'mycontris' => 'जिगु योगदान',
125
126 # What links here
127 'whatlinkshere' => 'थन छु स्वाई',
128
129 # Attribution
130 'and' => 'व',
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 );