Remove a message for a feature introduced with r47569 and reverted with r48780.
[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 Vibhijain
11 */
12
13 $namespaceNames = array(
14 NS_MEDIA => 'मीडिया',
15 NS_SPECIAL => 'विसेस',
16 NS_TALK => 'सम्भासित',
17 NS_USER => 'अवयव',
18 NS_USER_TALK => 'अवयव_सम्भासित',
19 NS_PROJECT_TALK => '$1_सम्भासित',
20 NS_FILE => 'पटिमा',
21 NS_FILE_TALK => 'पटिमा_सम्भासित',
22 NS_MEDIAWIKI => 'मीडियाविकि',
23 NS_MEDIAWIKI_TALK => 'मीडियाविकि_सम्भासित',
24 NS_TEMPLATE => 'पटिरूप',
25 NS_TEMPLATE_TALK => 'पटिरूप_सम्भासित',
26 NS_HELP => 'अवस्सय',
27 NS_HELP_TALK => 'अवस्सय_सम्भासित',
28 NS_CATEGORY => 'विभाग',
29 NS_CATEGORY_TALK => 'विभाग_सम्भासित',
30 );
31
32 $digitTransformTable = array(
33 '0' => '०', # &#x0966;
34 '1' => '१', # &#x0967;
35 '2' => '२', # &#x0968;
36 '3' => '३', # &#x0969;
37 '4' => '४', # &#x096a;
38 '5' => '५', # &#x096b;
39 '6' => '६', # &#x096c;
40 '7' => '७', # &#x096d;
41 '8' => '८', # &#x096e;
42 '9' => '९', # &#x096f;
43 );
44
45 $messages = array(
46 # Dates
47 'january' => 'ज्यानुवरी',
48 'february' => 'फ़रवरी',
49 'march' => 'मार्च',
50 'april' => 'अप्रैल',
51 'may_long' => 'मई',
52 'june' => 'जून',
53 'july' => 'जुलाई',
54 'august' => 'अगस्त',
55 'september' => 'सेप्टेम्बर',
56 'october' => 'ओक्टोबर',
57 'november' => 'नवम्बर',
58 'december' => 'दिसम्बर',
59
60 'article' => 'लेख पत्त',
61
62 'searchbutton' => 'खोज',
63 'searcharticle' => 'गच्छामि',
64
65 # 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).
66 'mainpage' => 'पमुख पत्त',
67 'mainpage-description' => 'पमुख पत्त',
68
69 # Book sources
70 'booksources-go' => 'गच्छामि',
71
72 # Special:AllPages
73 'allarticles' => 'सब्ब लेखा',
74 'allpagessubmit' => 'गच्छामि',
75
76 # Namespace 8 related
77 'allmessagesname' => 'नाम',
78
79 # EXIF tags
80 'exif-gpslatitude' => 'अक्षांश',
81 'exif-gpslongitude' => 'देशान्तर',
82
83 'exif-sensingmethod-1' => 'अपरिभाषित',
84
85 );