Bugzilla bug11612 - Make watchlist max days preference setting reflect the max days...
[lhc/web/wiklou.git] / languages / messages / MessagesPi.php
1 <?php
2 /** Pali (पािऴ)
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 (on pi.wikipedia.org)
11 * @author Vibhijain
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_TEMPLATE => 'पटिरूप',
26 NS_TEMPLATE_TALK => 'पटिरूप_सम्भासित',
27 NS_HELP => 'अवस्सय',
28 NS_HELP_TALK => 'अवस्सय_सम्भासित',
29 NS_CATEGORY => 'विभाग',
30 NS_CATEGORY_TALK => 'विभाग_सम्भासित',
31 );
32
33 $digitTransformTable = array(
34 '0' => '०', # &#x0966;
35 '1' => '१', # &#x0967;
36 '2' => '२', # &#x0968;
37 '3' => '३', # &#x0969;
38 '4' => '४', # &#x096a;
39 '5' => '५', # &#x096b;
40 '6' => '६', # &#x096c;
41 '7' => '७', # &#x096d;
42 '8' => '८', # &#x096e;
43 '9' => '९', # &#x096f;
44 );
45
46 $messages = array(
47 # Dates
48 'january' => 'ज्यानुवरी',
49 'february' => 'फ़रवरी',
50 'march' => 'मार्च',
51 'april' => 'अप्रैल',
52 'may_long' => 'मई',
53 'june' => 'जून',
54 'july' => 'जुलाई',
55 'august' => 'अगस्त',
56 'september' => 'सेप्टेम्बर',
57 'october' => 'ओक्टोबर',
58 'november' => 'नवम्बर',
59 'december' => 'दिसम्बर',
60
61 'article' => 'लेख पत्त',
62
63 'searchbutton' => 'खोज',
64 'searcharticle' => 'गच्छामि',
65
66 # 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).
67 'mainpage' => 'पमुख पत्त',
68 'mainpage-description' => 'पमुख पत्त',
69
70 # Book sources
71 'booksources-go' => 'गच्छामि',
72
73 # Special:AllPages
74 'allarticles' => 'सब्ब लेखा',
75 'allpagessubmit' => 'गच्छामि',
76
77 # Namespace 8 related
78 'allmessagesname' => 'नाम',
79
80 # EXIF tags
81 'exif-gpslatitude' => 'अक्षांश',
82 'exif-gpslongitude' => 'देशान्तर',
83
84 'exif-sensingmethod-1' => 'अपरिभाषित',
85
86 );