blob: 738d1ffb5fdf111a24da5556395b5e17b9645ef4 (
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
|
# Converted from Roundcube PHP localization files
# Copyright (C) 2011 The Roundcube Dev Team
# This file is distributed under the same license as the Roundcube package.
#
#: program/localization/si_LK/labels.inc
msgid ""
msgstr ""
"Project-Id-Version: roundcubemail\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2012-02-29T18:05:19+01:00\n"
"Last-Translator: \n"
"Language-Team: Translations <hello@roundcube.net>\n"
"Language: si\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: program/localization/si_LK/labels.inc:welcome
msgid "Welcome to $product"
msgstr "$product ආයුබොවන්"
#: program/localization/si_LK/labels.inc:username
msgid "Username"
msgstr "නම"
#: program/localization/si_LK/labels.inc:password
msgid "Password"
msgstr "මුරපදය"
#: program/localization/si_LK/labels.inc:server
msgid "Server"
msgstr "පද්ධතිය"
#: program/localization/si_LK/labels.inc:login
msgid "Login"
msgstr "අතුල්වීම"
#: program/localization/si_LK/labels.inc:logout
msgid "Logout"
msgstr "පිටවීම"
#: program/localization/si_LK/labels.inc:mail
msgid "Mail"
msgstr "විද්යුත් තැපෑල"
#: program/localization/si_LK/labels.inc:settings
msgid "Settings"
msgstr "පොද්ගලික කට්ටල අංග"
#: program/localization/si_LK/labels.inc:addressbook
msgid "Address Book"
msgstr "ලිපින පොත"
#: program/localization/si_LK/labels.inc:inbox
msgid "Inbox"
msgstr "ඇතුල්වීම්"
#: program/localization/si_LK/labels.inc:drafts
msgid "Drafts"
msgstr "කටු සටහන්"
#: program/localization/si_LK/labels.inc:sent
msgid "Sent"
msgstr "පිටවුම්"
#: program/localization/si_LK/labels.inc:trash
msgid "Trash"
msgstr "ලටපට"
#: program/localization/si_LK/labels.inc:junk
msgid "Junk"
msgstr "සුන්බුන්"
#: program/localization/si_LK/labels.inc:subject
msgid "Subject"
msgstr "මාතෘකාව"
#: program/localization/si_LK/labels.inc:from
msgid "From"
msgstr "යවන්නා"
#: program/localization/si_LK/labels.inc:to
msgid "To"
msgstr "ලබන්නා"
#: program/localization/si_LK/labels.inc:cc
msgid "Cc"
msgstr "පිටපත් කිරීම්"
#: program/localization/si_LK/labels.inc:bcc
msgid "Bcc"
msgstr "අඳ පිටපත් කිරීම්"
#: program/localization/si_LK/labels.inc:replyto
msgid "Reply-To"
msgstr "පිළිතුරු සඳහා"
#: program/localization/si_LK/labels.inc:date
msgid "Date"
msgstr "දිනය"
#: program/localization/si_LK/labels.inc:size
msgid "Size"
msgstr "ප්රමාණය"
#: program/localization/si_LK/labels.inc:priority
msgid "Priority"
msgstr "ප්රමුඛතාව"
#: program/localization/si_LK/labels.inc:organization
msgid "Organization"
msgstr "සංවිධානය"
#: program/localization/si_LK/labels.inc:mailboxlist
#: program/localization/si_LK/labels.inc:folders
msgid "Folders"
msgstr "ෆෝල්ඩර"
#: program/localization/si_LK/labels.inc:messagesfromto
msgid "Messages $from to $to of $count"
msgstr "$from ගෙන් $to පනිවුඩ $count"
#: program/localization/si_LK/labels.inc:messagenrof
msgid "Message $nr of $count"
msgstr "පනිවුඩය $count න් $nr"
#: program/localization/si_LK/labels.inc:copy
msgid "Copy"
msgstr "පිටපත් කිරීම්"
#: program/localization/si_LK/labels.inc:moveto
msgid "Move to..."
msgstr "ගෙනයෑම..."
#: program/localization/si_LK/labels.inc:download
msgid "Download"
msgstr "බාගතකිරීම"
#: program/localization/si_LK/labels.inc:filename
msgid "File name"
msgstr "ගොනුවේ නම"
#: program/localization/si_LK/labels.inc:filesize
msgid "File size"
msgstr "ගොනුවේ ප්රමාණය"
#: program/localization/si_LK/labels.inc:addtoaddressbook
msgid "Add to address book"
msgstr "ලිපින පොතට එකතු කරන්න"
#: program/localization/si_LK/labels.inc:sun
msgid "Sun"
msgstr "ඉරිදා"
#: program/localization/si_LK/labels.inc:mon
msgid "Mon"
msgstr "සඳුදා"
#: program/localization/si_LK/labels.inc:tue
msgid "Tue"
msgstr "අගහ"
#: program/localization/si_LK/labels.inc:wed
msgid "Wed"
msgstr "බදාදා"
#: program/localization/si_LK/labels.inc:thu
msgid "Thu"
msgstr "බ්රහස්"
#: program/localization/si_LK/labels.inc:fri
msgid "Fri"
msgstr "සිකුරා"
#: program/localization/si_LK/labels.inc:sat
msgid "Sat"
msgstr "සෙනසු"
#: program/localization/si_LK/labels.inc:sunday
msgid "Sunday"
msgstr "ඉරිදා"
#: program/localization/si_LK/labels.inc:monday
msgid "Monday"
msgstr "සඳුදා"
#: program/localization/si_LK/labels.inc:tuesday
msgid "Tuesday"
msgstr "අගහරුවාදා"
#: program/localization/si_LK/labels.inc:wednesday
msgid "Wednesday"
msgstr "බදාදා"
#: program/localization/si_LK/labels.inc:thursday
msgid "Thursday"
msgstr "බ්රහස්පතිනිදා"
#: program/localization/si_LK/labels.inc:friday
msgid "Friday"
msgstr "සිකුරාදා"
#: program/localization/si_LK/labels.inc:saturday
msgid "Saturday"
msgstr "සෙනසුරාදා"
#: program/localization/si_LK/labels.inc:today
msgid "Today"
msgstr "අද"
#: program/localization/si_LK/labels.inc:checkmail
msgid "Check for new messages"
msgstr "අඵත් පනිවුඩ සඳහා පිරික්සීම"
#: program/localization/si_LK/labels.inc:compose
msgid "Compose"
msgstr "පනිවුඩයක් සෑදීම"
#: program/localization/si_LK/labels.inc:writenewmessage
msgid "Create a new message"
msgstr "අඵත් පනිවුඩක්"
#: program/localization/si_LK/labels.inc:replytomessage
msgid "Reply to sender"
msgstr "පනිවුඩයට පිළිතුරු"
#: program/localization/si_LK/labels.inc:replytoallmessage
msgid "Reply to list or to sender and all recipients"
msgstr "එවන්නාට සහ සැමට පිළිතුරු"
#: program/localization/si_LK/labels.inc:forwardmessage
msgid "Forward the message"
msgstr "පනිවුඩය ඉදිරියට"
#: program/localization/si_LK/labels.inc:deletemessage
msgid "Delete message"
msgstr "පනිවුඩය ලටපට තුලට ගෙනයන්න"
#: program/localization/si_LK/labels.inc:movemessagetotrash
msgid "Move message to trash"
msgstr "පණිවුඩය ලටපට වෙත ගෙන යන්න"
#: program/localization/si_LK/labels.inc:printmessage
msgid "Print this message"
msgstr "පනිවුඩය මුද්රනය කරන්න"
#: program/localization/si_LK/labels.inc:previousmessage
msgid "Show previous message"
msgstr "කලින් පනිවුඩය පෙන්නන්න"
#: program/localization/si_LK/labels.inc:firstmessage
msgid "Show first message"
msgstr "පළමුවන පනිවුඩය පෙන්නන්න"
#: program/localization/si_LK/labels.inc:nextmessage
msgid "Show next message"
msgstr "මීළඟ පනිවුඩය පෙන්නන්න"
#: program/localization/si_LK/labels.inc:lastmessage
msgid "Show last message"
msgstr "අවසාන පනිවුඩය පෙන්නන්න"
#: program/localization/si_LK/labels.inc:backtolist
msgid "Back to message list"
msgstr "නැවතත් පනිවුඩ ලැයිස්තුවට"
#: program/localization/si_LK/labels.inc:viewsource
msgid "Show source"
msgstr "මූලාශ්රය පෙන්නන්න"
#: program/localization/si_LK/labels.inc:markmessages
msgid "Mark messages"
msgstr "පණිවුඩ"
#: program/localization/si_LK/labels.inc:markread
msgid "As read"
msgstr "කියවු ලෙස සළකුණු කරන්න"
#: program/localization/si_LK/labels.inc:markunread
msgid "As unread"
msgstr "නොකියවු ලෙස සළකුණු කරන්න"
#: program/localization/si_LK/labels.inc:select
msgid "Select"
msgstr "තෝරාගන්න"
#: program/localization/si_LK/labels.inc:all
msgid "All"
msgstr "සියලු"
#: program/localization/si_LK/labels.inc:none
#: program/localization/si_LK/labels.inc:nonesort
msgid "None"
msgstr "තෝරානොගත්"
#: program/localization/si_LK/labels.inc:unread
msgid "Unread"
msgstr "නොකියවූ"
#: program/localization/si_LK/labels.inc:compact
msgid "Compact"
msgstr "සංයුක්ත"
#: program/localization/si_LK/labels.inc:empty
msgid "Empty"
msgstr "රික්ත"
#: program/localization/si_LK/labels.inc:quota
msgid "Disk usage"
msgstr "භාවිතය"
#: program/localization/si_LK/labels.inc:unknown
msgid "unknown"
msgstr "නාඳුනන"
#: program/localization/si_LK/labels.inc:unlimited
msgid "unlimited"
msgstr "අසීමිත"
#: program/localization/si_LK/labels.inc:quicksearch
msgid "Quick search"
msgstr "ඉක්මන් සෙවුම"
#: program/localization/si_LK/labels.inc:resetsearch
msgid "Reset search"
msgstr "සෙවුම යලි පිහිටවීම"
#: program/localization/si_LK/labels.inc:savemessage
msgid "Save as draft"
msgstr "කටු සටහනේ තැන්පත කරන්න"
#: program/localization/si_LK/labels.inc:sendmessage
msgid "Send message"
msgstr "පනිවුඩය දැන් යවන්න"
#: program/localization/si_LK/labels.inc:addattachment
msgid "Attach a file"
msgstr "ගොනුවක් ඇතුලත් කිරීම"
#: program/localization/si_LK/labels.inc:charset
msgid "Charset"
msgstr "අකුරැ කට්ටලය"
#: program/localization/si_LK/labels.inc:editortype
msgid "Editor type"
msgstr "සම්පාදන ආකාරය"
#: program/localization/si_LK/labels.inc:returnreceipt
msgid "Return receipt"
msgstr "නැවත ලබන්නා"
#: program/localization/si_LK/labels.inc:checkspelling
msgid "Check spelling"
msgstr "වචන පරීක්ෂාව"
#: program/localization/si_LK/labels.inc:resumeediting
msgid "Resume editing"
msgstr "සම්පාදන නැවත ඇරඹීම"
#: program/localization/si_LK/labels.inc:revertto
msgid "Revert to"
msgstr "ආපසු ඒම"
#: program/localization/si_LK/labels.inc:attachments
msgid "Attachments"
msgstr "ගොනු"
#: program/localization/si_LK/labels.inc:upload
msgid "Upload"
msgstr "ඇතුල් කරීම"
#: program/localization/si_LK/labels.inc:close
msgid "Close"
msgstr "වැසීම"
#: program/localization/si_LK/labels.inc:low
msgid "Low"
msgstr "අඩු"
#: program/localization/si_LK/labels.inc:lowest
msgid "Lowest"
msgstr "අඩුම"
#: program/localization/si_LK/labels.inc:normal
msgid "Normal"
msgstr "සමක"
#: program/localization/si_LK/labels.inc:high
msgid "High"
msgstr "ඉහළ"
#: program/localization/si_LK/labels.inc:highest
msgid "Highest"
msgstr "ඉහළම"
#: program/localization/si_LK/labels.inc:nosubject
msgid "(no subject)"
msgstr "(මාතෘකාව නොමැති)"
#: program/localization/si_LK/labels.inc:showimages
msgid "Display images"
msgstr "රූප පෙන්නන්න"
#: program/localization/si_LK/labels.inc:htmltoggle
msgid "HTML"
msgstr "HTML"
#: program/localization/si_LK/labels.inc:plaintoggle
msgid "Plain text"
msgstr "පැහැදිලි අකුරු"
#: program/localization/si_LK/labels.inc:addcc
msgid "Add Cc"
msgstr "Cc එක් කරන්න"
#: program/localization/si_LK/labels.inc:addbcc
msgid "Add Bcc"
msgstr "Bcc එක් කරන්න"
#: program/localization/si_LK/labels.inc:addreplyto
msgid "Add Reply-To"
msgstr "'පිළිතුරු සඳහා' එක් කරන්න"
#: program/localization/si_LK/labels.inc:mdnrequest
msgid "The sender of this message has asked to be notified when you read this "
"message. Do you wish to notify the sender?"
msgstr "මෙම පණිවුඩය එවන්නා ඔබ එය "
"කියවු බව අසයි. එය දැන්වීමට ඔබ "
"කැමතිද?"
#: program/localization/si_LK/labels.inc:receiptread
msgid "Return Receipt (read)"
msgstr "ලැබීම් ලදුපත (කියවීම)"
#: program/localization/si_LK/labels.inc:yourmessage
msgid "This is a Return Receipt for your message"
msgstr "මෙය ඔබගේ පණිවුඩයේ ලැබීම් "
"ලදුපතයි"
#: program/localization/si_LK/labels.inc:receiptnote
msgid "Note: This receipt only acknowledges that the message was displayed on the "
"recipient's computer. There is no guarantee that the recipient has read or "
"understood the message contents."
msgstr "සටහන: ලැබීම් ලදුපත මගින් මෙම "
"පණිවුඩය කියවූ බව හෝ තේරුම් "
"ගත් බව ගම්ය නොවේ. පණිවුඩය "
"ලබන්නාට පෙන්නුම් කල බවටට "
"සාක්ෂියක් පමණි"
#: program/localization/si_LK/labels.inc:name
msgid "Display Name"
msgstr "නම පෙන්නන්න"
#: program/localization/si_LK/labels.inc:firstname
msgid "First Name"
msgstr "පළමු නම"
#: program/localization/si_LK/labels.inc:surname
msgid "Last Name"
msgstr "අවසාන නම"
#: program/localization/si_LK/labels.inc:email
msgid "Email"
msgstr "ද්යුත් තැපෑල"
#: program/localization/si_LK/labels.inc:addcontact
msgid "Add new contact"
msgstr "ලිපින පොතට එකතු කරන්න"
#: program/localization/si_LK/labels.inc:editcontact
msgid "Edit contact"
msgstr "ලිපිනය වෙනස් කිරීම"
#: program/localization/si_LK/labels.inc:edit
msgid "Edit"
msgstr "වෙනස් කිරීම"
#: program/localization/si_LK/labels.inc:cancel
msgid "Cancel"
msgstr "අවලංගු කරීම"
#: program/localization/si_LK/labels.inc:save
msgid "Save"
msgstr "තැන්පත් කිරීම"
#: program/localization/si_LK/labels.inc:delete
msgid "Delete"
msgstr "මකා දැමීම"
#: program/localization/si_LK/labels.inc:newcontact
msgid "Create new contact card"
msgstr "අඵත් ලිපින පතක් සෑදීම"
#: program/localization/si_LK/labels.inc:deletecontact
msgid "Delete selected contacts"
msgstr "තෝරාගත් ලිපින මකා දැමන්න"
#: program/localization/si_LK/labels.inc:composeto
msgid "Compose mail to"
msgstr "පනිවුඩයක් සෑදීම"
#: program/localization/si_LK/labels.inc:contactsfromto
msgid "Contacts $from to $to of $count"
msgstr "$from ගෙන් $to ලිපින $count"
#: program/localization/si_LK/labels.inc:print
msgid "Print"
msgstr "මුද්රණය"
#: program/localization/si_LK/labels.inc:export
msgid "Export"
msgstr "නිර්යාත"
#: program/localization/si_LK/labels.inc:previouspage
msgid "Show previous page"
msgstr "කලින් කට්ටලය පෙන්නන්න"
#: program/localization/si_LK/labels.inc:firstpage
msgid "Show first page"
msgstr "පළමුවන කට්ටලය පෙන්නන්න"
#: program/localization/si_LK/labels.inc:nextpage
msgid "Show next page"
msgstr "මීළඟ කට්ටලය පෙන්නන්න"
#: program/localization/si_LK/labels.inc:lastpage
msgid "Show last page"
msgstr "අවසාන කට්ටලය පෙන්නන්න"
#: program/localization/si_LK/labels.inc:groups
msgid "Groups"
msgstr "කණ්ඩායම්"
#: program/localization/si_LK/labels.inc:personaladrbook
msgid "Personal Addresses"
msgstr "පොද්ගලික ලිපිනය"
#: program/localization/si_LK/labels.inc:settingsfor
msgid "Settings for"
msgstr "සඳහා කට්ටල අංග"
#: program/localization/si_LK/labels.inc:preferences
msgid "Preferences"
msgstr "අභිමතය"
#: program/localization/si_LK/labels.inc:userpreferences
msgid "User preferences"
msgstr "පරිශීලක අභිමතය"
#: program/localization/si_LK/labels.inc:editpreferences
msgid "Edit user preferences"
msgstr "පරිශීලක අභිමතය වෙනස් කිරීම්"
#: program/localization/si_LK/labels.inc:identities
msgid "Identities"
msgstr "අනන්නයතාව"
#: program/localization/si_LK/labels.inc:manageidentities
msgid "Manage identities for this account"
msgstr "මෙම ගිණුමෙ අනන්නයතාව "
"හැසිරවීම"
#: program/localization/si_LK/labels.inc:newidentity
msgid "New identity"
msgstr "අඵත් අනන්නයතාව"
#: program/localization/si_LK/labels.inc:newitem
msgid "New item"
msgstr "අඵත් අයිතම"
#: program/localization/si_LK/labels.inc:edititem
msgid "Edit item"
msgstr "අයිතම වෙනස් කිරීම්"
#: program/localization/si_LK/labels.inc:preferhtml
msgid "Display HTML"
msgstr "HTML විදහා පෙන්වීම"
#: program/localization/si_LK/labels.inc:htmlmessage
msgid "HTML Message"
msgstr "HTML පනිවුඩය"
#: program/localization/si_LK/labels.inc:prettydate
msgid "Pretty dates"
msgstr "සුරුබුහුටි දින"
#: program/localization/si_LK/labels.inc:setdefault
msgid "Set default"
msgstr "පළමු තත්වයට"
#: program/localization/si_LK/labels.inc:language
msgid "Language"
msgstr "භාෂාව"
#: program/localization/si_LK/labels.inc:timezone
msgid "Time zone"
msgstr "කාල කලාපය"
#: program/localization/si_LK/labels.inc:pagesize
msgid "Rows per page"
msgstr "පිටුවකටඅ පේළි"
#: program/localization/si_LK/labels.inc:signature
msgid "Signature"
msgstr "අත්සන"
#: program/localization/si_LK/labels.inc:dstactive
msgid "Daylight saving time"
msgstr "දිවා එළිය ඉතිරි කිරීම"
#: program/localization/si_LK/labels.inc:htmleditor
msgid "Compose HTML messages"
msgstr "HTML පනිවුඩයක් සෑදීම"
#: program/localization/si_LK/labels.inc:htmlsignature
msgid "HTML signature"
msgstr "HTML අත්සන"
#: program/localization/si_LK/labels.inc:previewpane
msgid "Show preview pane"
msgstr "පූර්වදර්ශන කොටස පෙන්නන්න"
#: program/localization/si_LK/labels.inc:autosavedraft
msgid "Automatically save draft"
msgstr "ස්වයංක්රීයව කටු සටහනේ "
"තැන්පත් කරන්න"
#: program/localization/si_LK/labels.inc:never
msgid "never"
msgstr "කිසි විටෙකත් නැති"
#: program/localization/si_LK/labels.inc:folder
msgid "Folder"
msgstr "ෆෝල්ඩරය"
#: program/localization/si_LK/labels.inc:foldername
msgid "Folder name"
msgstr "ෆෝල්ඩරයේ නම"
#: program/localization/si_LK/labels.inc:subscribed
msgid "Subscribed"
msgstr "සාමාජික"
#: program/localization/si_LK/labels.inc:messagecount
msgid "Messages"
msgstr "පනිවුඩ"
#: program/localization/si_LK/labels.inc:create
msgid "Create"
msgstr "සෑදීම"
#: program/localization/si_LK/labels.inc:createfolder
msgid "Create new folder"
msgstr "අඵත් ෆෝල්ඩරයක් සෑදීම"
#: program/localization/si_LK/labels.inc:managefolders
msgid "Manage folders"
msgstr "හැසිරවීම හැසිරවීම"
#: program/localization/si_LK/labels.inc:sortby
msgid "Sort by"
msgstr "චිසින් වර්ග කිරීම"
#: program/localization/si_LK/labels.inc:sortasc
msgid "Sort ascending"
msgstr "ආරෝහණ වර්ග කිරීම"
#: program/localization/si_LK/labels.inc:sortdesc
msgid "Sort descending"
msgstr "අවරෝහණ වර්ග කිරීම"
|