Merge "Introducing pp_sortkey."
[lhc/web/wiklou.git] / languages / messages / MessagesNew.php
1 <?php
2 /** Newari (नेपाल भाषा)
3 *
4 * See MessagesQqq.php for message documentation incl. usage of parameters
5 * To improve a translation please visit http://translatewiki.net
6 *
7 * @ingroup Language
8 * @file
9 *
10 * @author Eukesh
11 * @author आलोक
12 */
13
14 $namespaceNames = array(
15 NS_MEDIA => 'माध्यम',
16 NS_SPECIAL => 'विशेष',
17 NS_TALK => 'खँलाबँला',
18 NS_USER => 'छ्येलेमि',
19 NS_USER_TALK => 'छ्येलेमि_खँलाबँला',
20 NS_PROJECT_TALK => '$1_खँलाबँला',
21 NS_FILE => 'किपा',
22 NS_FILE_TALK => 'किपा_खँलाबँला',
23 NS_MEDIAWIKI => 'मिडियाविकि',
24 NS_MEDIAWIKI_TALK => 'मिडियाविकि_खँलाबँला',
25 NS_HELP => 'ग्वाहालि',
26 NS_HELP_TALK => 'ग्वाहालि_खँलाबँला',
27 NS_CATEGORY => 'पुचः',
28 NS_CATEGORY_TALK => 'पुचः_खँलाबँला',
29 );
30
31 $digitTransformTable = array(
32 '0' => '०', # &#x0966;
33 '1' => '१', # &#x0967;
34 '2' => '२', # &#x0968;
35 '3' => '३', # &#x0969;
36 '4' => '४', # &#x096a;
37 '5' => '५', # &#x096b;
38 '6' => '६', # &#x096c;
39 '7' => '७', # &#x096d;
40 '8' => '८', # &#x096e;
41 '9' => '९', # &#x096f;
42 );
43