Fall back to Hindi
[lhc/web/wiklou.git] / languages / messages / MessagesAs.php
1 <?php
2 /** Assamese (অসমীয়া)
3 *
4 * @ingroup Language
5 * @file
6 *
7 * @author Priyankoo
8 * @author Siebrand
9 */
10
11 $fallback='hi';
12
13 $digitTransformTable = array(
14 '0' => '০', # &#x09e6;
15 '1' => '১', # &#x09e7;
16 '2' => '২', # &#x09e8;
17 '3' => '৩', # &#x09e9;
18 '4' => '৪', # &#x09ea;
19 '5' => '৫', # &#x09eb;
20 '6' => '৬', # &#x09ec;
21 '7' => '৭', # &#x09ed;
22 '8' => '৮', # &#x09ee;
23 '9' => '৯', # &#x09ef;
24 );
25
26 $messages = array(
27 # Dates
28 'april' => 'এপ্ৰিল',
29 'august' => 'আগষ্ট',
30 'april-gen' => 'এপ্ৰিল',
31 'august-gen' => 'আগষ্ট',
32 'apr' => 'এপ্ৰিল',
33 'aug' => 'আগষ্ট',
34
35 'cancel' => 'বৰ্খাস্ত কৰক',
36 'mypage' => 'মোৰ পৃষ্ঠা',
37 'mytalk' => 'মোৰ কথা-বতৰা',
38 'anontalk' => 'এই IPটোৰে যোগাযোগ কৰক',
39
40 # 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).
41 'aboutsite' => '{{SITENAME}}ৰ বিষয়ে',
42
43 # Edit pages
44 'accmailtext' => '"$1"ৰ পাছৱৰ্ড $2 লৈ পঠোৱা হ\'ল|',
45
46 # Preferences page
47 'mypreferences' => 'মোৰ পচন্দ',
48
49 # Special:Allpages
50 'allpagesprev' => 'আগৰ',
51
52 # Watchlist
53 'watchlist' => 'মই চোৱাচিতা কৰা পৃষ্ঠাসমুহ',
54 'mywatchlist' => 'গতিবিধি লক্ষ্য কৰা পৃষ্ঠাসমূহ',
55
56 # Contributions
57 'mycontris' => 'মোৰ অৱদানসমুহ',
58
59 # Block/unblock
60 'blocklink' => 'বৰ্খাস্ত কৰক',
61
62 );