comparison plugins/managesieve/localization/eo.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'] = 'Filtriloj';
19 $labels['managefilters'] = 'Mastrumi filtrilojn pri enirantaj mesaĝoj';
20 $labels['filtername'] = 'Nomo de filtrilo';
21 $labels['newfilter'] = 'Nova filtrilo';
22 $labels['filteradd'] = 'Aldoni filtrilon';
23 $labels['filterdel'] = 'Forigi filtrilon';
24 $labels['moveup'] = 'Movi supren';
25 $labels['movedown'] = 'Movi malsupren';
26 $labels['filterany'] = 'ĉiuj mesaĝoj';
27 $labels['filtercontains'] = 'enhavas';
28 $labels['filternotcontains'] = 'ne enhavas';
29 $labels['filteris'] = 'egalas al';
30 $labels['filterisnot'] = 'ne egalas al';
31 $labels['filterexists'] = 'ekzistas';
32 $labels['filternotexists'] = 'ne ekzistas';
33 $labels['filtermatches'] = 'kongruas esprimon';
34 $labels['filternotmatches'] = 'ne kongruas esprimon';
35 $labels['filterregex'] = 'kongruas regularan esprimon';
36 $labels['filternotregex'] = 'ne kongruas regularan esprimon';
37 $labels['filterunder'] = 'sub';
38 $labels['filterover'] = 'preter';
39 $labels['addrule'] = 'Aldoni regulon';
40 $labels['delrule'] = 'Forigi regulon';
41 $labels['messagemoveto'] = 'Movi mesaĝon al';
42 $labels['messageredirect'] = 'Aidirekti mesaĝon al';
43 $labels['messagecopyto'] = 'Kopii mesaĝo en';
44 $labels['messagesendcopy'] = 'Sendi kopion de mesaĝo al';
45 $labels['messagereply'] = 'Respondi per mesaĝo';
46 $labels['messagedelete'] = 'Forigi mesaĝon';
47 $labels['add'] = 'Aldoni';
48 $labels['del'] = 'Forigi';
49 $labels['sender'] = 'Sendanto';
50 $labels['recipient'] = 'Ricevanto';
51 ?>