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