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