Mercurial > hg > rc1
comparison plugins/managesieve/localization/si_LK.inc @ 0:1e000243b222
vanilla 1.3.3 distro, I hope
author | Charlie Root |
---|---|
date | Thu, 04 Jan 2018 15:50:29 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:1e000243b222 |
---|---|
1 <?php | |
2 | |
3 /* | |
4 +-----------------------------------------------------------------------+ | |
5 | plugins/managesieve/localization/<lang>.inc | | |
6 | | | |
7 | Localization file of the Roundcube Webmail Managesieve plugin | | |
8 | Copyright (C) 2012-2013, The Roundcube Dev Team | | |
9 | | | |
10 | Licensed under the GNU General Public License version 3 or | | |
11 | any later version with exceptions for skins & plugins. | | |
12 | See the README file for a full license statement. | | |
13 | | | |
14 +-----------------------------------------------------------------------+ | |
15 | |
16 For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-managesieve/ | |
17 */ | |
18 $labels['filters'] = 'පෙරහණ'; | |
19 $labels['moveup'] = 'ඉහළට ගෙනයන්න'; | |
20 $labels['movedown'] = 'පහළට ගෙනයන්න'; | |
21 $labels['filterany'] = 'සියලු පණිවිඩ'; | |
22 $labels['filtercontains'] = 'අඩංගු'; | |
23 $labels['messagedelete'] = 'පණිවිඩය මකන්න'; | |
24 $labels['add'] = 'එක් කරන්න'; | |
25 $labels['del'] = 'මකන්න'; | |
26 $labels['sender'] = 'යවන්නා'; | |
27 $labels['recipient'] = 'ලබන්නා'; | |
28 $labels['vacationsubject'] = 'පණිවිඩයේ මාතෘකාව:'; | |
29 $labels['enable'] = 'සක්රීය කරන්න/අක්රීය කරන්න'; | |
30 $labels['active'] = 'සක්රීය'; | |
31 $labels['none'] = 'කිසිවක් නැත'; | |
32 $labels['flagread'] = 'කියවන්න'; | |
33 $labels['flagdeleted'] = 'මකන ලදී'; | |
34 $labels['flagdraft'] = 'කටු සටහන'; | |
35 $labels['nextstep'] = 'මීලග පියවර'; | |
36 $labels['...'] = '...'; | |
37 $labels['address'] = 'ලිපිනය'; | |
38 $labels['envelope'] = 'ලියුම් කවරය'; | |
39 $labels['modtype'] = 'වර්ගය:'; | |
40 $labels['allparts'] = 'සියල්ල'; | |
41 $messages['nametoolong'] = 'නම දිග වැඩිය.'; | |
42 ?> |