comparison plugins/acl/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/acl/localization/<lang>.inc |
6 | |
7 | Localization file of the Roundcube Webmail ACL 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-acl/
17 */
18 $labels['sharing'] = 'Kunhavigado';
19 $labels['myrights'] = 'Atingrajtoj';
20 $labels['username'] = 'Uzanto:';
21 $labels['newuser'] = 'Aldoni eron';
22 $labels['actions'] = 'Agoj de atingrajtoj...';
23 $labels['anyone'] = 'Ĉiuj uzantoj (iu ajn)';
24 $labels['anonymous'] = 'Gasto (sennome)';
25 $labels['identifier'] = 'Identigilo';
26 $labels['acll'] = 'Elserĉo';
27 $labels['aclr'] = 'Legi mesaĝojn';
28 $labels['acls'] = 'Manteni legitan staton';
29 $labels['acli'] = 'Enmeti (alglui)';
30 $labels['aclp'] = 'Afiŝi';
31 $labels['aclc'] = 'Krei subdosierujojn';
32 $labels['aclk'] = 'Krei subdosierujojn';
33 $labels['acld'] = 'Forigi mesaĝojn';
34 $labels['aclt'] = 'Forigi mesaĝojn';
35 $labels['aclx'] = 'Forigi dosierujon';
36 $labels['acla'] = 'Administri';
37 $labels['aclfull'] = 'Plena kontrolo';
38 $labels['aclother'] = 'Alia';
39 $labels['aclread'] = 'Legi';
40 $labels['aclwrite'] = 'Skribi';
41 $labels['acldelete'] = 'Forigi';
42 $labels['shortacll'] = 'Elserĉo';
43 $labels['shortaclr'] = 'Legi';
44 $labels['shortacls'] = 'Manteni';
45 $labels['shortaclw'] = 'Skribi';
46 $labels['shortacli'] = 'Enmeti';
47 $labels['shortaclp'] = 'Afiŝi';
48 $labels['shortaclc'] = 'Krei';
49 $labels['shortaclk'] = 'Krei';
50 $labels['shortacld'] = 'Forigi';
51 $labels['shortaclt'] = 'Forigi';
52 $labels['shortaclx'] = 'Forigo de dosierujo';
53 $labels['shortacla'] = 'Administri';
54 $labels['shortaclother'] = 'Alia';
55 $labels['shortaclread'] = 'Legi';
56 $labels['shortaclwrite'] = 'Skribi';
57 $labels['shortacldelete'] = 'Forigi';
58 $labels['longacll'] = 'La dosierujo videblas en listoj kaj oni povas aboni al ĝi';
59 $labels['longaclr'] = 'La dosierujo malfermeblas por legado';
60 $labels['longacli'] = 'Mesaĝoj skribeblas aŭ kopieblas en la dosierujo';
61 $labels['longaclp'] = 'Mesaĝoj afiŝeblas en ĉi tiu dosierujo';
62 $labels['longaclread'] = 'La dosierujo malfermeblas por legado';
63 ?>