Localisation update for core and extension messages from translatewiki.net (2011...
[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 $digitTransformTable = array(
14 '0' => '०', # &#x0966;
15 '1' => '१', # &#x0967;
16 '2' => '२', # &#x0968;
17 '3' => '३', # &#x0969;
18 '4' => '४', # &#x096a;
19 '5' => '५', # &#x096b;
20 '6' => '६', # &#x096c;
21 '7' => '७', # &#x096d;
22 '8' => '८', # &#x096e;
23 '9' => '९', # &#x096f;
24 );
25
26 $messages = array(
27 # Dates
28 'january' => 'ज्यानुवरी',
29 'february' => 'फ़रवरी',
30 'march' => 'मार्च',
31 'april' => 'अप्रैल',
32 'may_long' => 'मई',
33 'june' => 'जून',
34 'july' => 'जुलाई',
35 'august' => 'अगस्त',
36 'september' => 'सेप्टेम्बर',
37 'october' => 'ओक्टोबर',
38 'november' => 'नवम्बर',
39 'december' => 'दिसम्बर',
40
41 'article' => 'लेख पत्त',
42
43 'searchbutton' => 'खोज',
44 'searcharticle' => 'गच्छामि',
45
46 # 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).
47 'mainpage' => 'पमुख पत्त',
48 'mainpage-description' => 'पमुख पत्त',
49
50 # Book sources
51 'booksources-go' => 'गच्छामि',
52
53 # Special:AllPages
54 'allarticles' => 'सब्ब लेखा',
55 'allpagessubmit' => 'गच्छामि',
56
57 # Namespace 8 related
58 'allmessagesname' => 'नाम',
59
60 # EXIF tags
61 'exif-gpslatitude' => 'अक्षांश',
62 'exif-gpslongitude' => 'देशान्तर',
63
64 'exif-sensingmethod-1' => 'अपरिभाषित',
65
66 );