summaryrefslogtreecommitdiff
path: root/languages/messages/MessagesAs.php
blob: 2a36f67758ead4c6ca0b559934987efcd8426991 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<?php
/** Assamese (অসমীয়া)
 *
 * @addtogroup Language
 *
 * @author Priyankoo
 * @author Siebrand
 */

$digitTransformTable = array(
	'0' => '০', # &#x09e6;
	'1' => '১', # &#x09e7;
	'2' => '২', # &#x09e8;
	'3' => '৩', # &#x09e9;
	'4' => '৪', # &#x09ea;
	'5' => '৫', # &#x09eb;
	'6' => '৬', # &#x09ec;
	'7' => '৭', # &#x09ed;
	'8' => '৮', # &#x09ee;
	'9' => '৯', # &#x09ef;
);

$messages = array(
# Dates
'april'      => 'এপ্ৰিল',
'august'     => 'আগষ্ট',
'april-gen'  => 'এপ্ৰিল',
'august-gen' => 'আগষ্ট',
'apr'        => 'এপ্ৰিল',
'aug'        => 'আগষ্ট',

'cancel'   => 'বৰ্খাস্ত কৰক',
'mypage'   => 'মোৰ পৃষ্ঠা',
'mytalk'   => 'মোৰ কথা-বতৰা',
'anontalk' => 'এই IPটোৰে যোগাযোগ কৰক',

# 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).
'aboutsite' => '{{SITENAME}}ৰ বিষয়ে',

# Edit pages
'accmailtext' => '"$1"ৰ পাছৱৰ্ড $2 লৈ পঠোৱা হ\'ল|',

# Preferences page
'mypreferences' => 'মোৰ পচন্দ',

# Special:Allpages
'allpagesprev' => 'আগৰ',

# Watchlist
'watchlist'   => 'মই চোৱাচিতা কৰা পৃষ্ঠাসমুহ',
'mywatchlist' => 'গতিবিধি লক্ষ্য কৰা পৃষ্ঠাসমূহ',

# Contributions
'mycontris' => 'মোৰ অৱদানসমুহ',

# Block/unblock
'blocklink' => 'বৰ্খাস্ত কৰক',

);