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