diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2012-10-04 10:01:32 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2012-10-04 10:01:32 +0200 |
commit | fa3a6193155d4f1cc9f0714fe49685679f681c64 (patch) | |
tree | bfec58576e9c1c67c699844fee2db033916fc9c8 /plugins/acl/localization/eo.inc | |
parent | 05c4edf34bcff89fcae80389e890fa07271f5275 (diff) |
Imported recent launchpad translations
Diffstat (limited to 'plugins/acl/localization/eo.inc')
-rw-r--r-- | plugins/acl/localization/eo.inc | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/plugins/acl/localization/eo.inc b/plugins/acl/localization/eo.inc new file mode 100644 index 000000000..b24ebcc9f --- /dev/null +++ b/plugins/acl/localization/eo.inc @@ -0,0 +1,63 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | localization/eo/labels.inc | + | | + | Language file of the Roundcube Webmail client | + | Copyright (C) 2012, The Roundcube Dev Team | + | Licensed under the GNU General Public License | + | | + +-----------------------------------------------------------------------+ + | Author: Michael Moroni <michael.moroni@mailoo.org> | + +-----------------------------------------------------------------------+ +*/ + +$labels = array(); +$labels['sharing'] = 'Kunhavigado'; +$labels['myrights'] = 'Atingrajtoj'; +$labels['username'] = 'Uzanto:'; +$labels['advanced'] = 'progresinta reĝimo'; +$labels['newuser'] = 'Aldoni eron'; +$labels['actions'] = 'Agoj de atingrajtoj...'; +$labels['anyone'] = 'Ĉiuj uzantoj (iu ajn)'; +$labels['anonymous'] = 'Gasto (sennome)'; +$labels['identifier'] = 'Identigilo'; +$labels['acll'] = 'Elserĉo'; +$labels['shortacll'] = 'Elserĉo'; +$labels['aclr'] = 'Legi mesaĝojn'; +$labels['acls'] = 'Manteni legitan staton'; +$labels['acli'] = 'Enmeti (alglui)'; +$labels['aclp'] = 'Afiŝi'; +$labels['shortaclp'] = 'Afiŝi'; +$labels['aclc'] = 'Krei subdosierujojn'; +$labels['aclk'] = 'Krei subdosierujojn'; +$labels['acld'] = 'Forigi mesaĝojn'; +$labels['aclt'] = 'Forigi mesaĝojn'; +$labels['aclx'] = 'Forigi dosierujon'; +$labels['acla'] = 'Administri'; +$labels['shortacla'] = 'Administri'; +$labels['aclfull'] = 'Plena kontrolo'; +$labels['aclother'] = 'Alia'; +$labels['shortaclother'] = 'Alia'; +$labels['aclread'] = 'Legi'; +$labels['shortaclr'] = 'Legi'; +$labels['shortaclread'] = 'Legi'; +$labels['aclwrite'] = 'Skribi'; +$labels['shortaclw'] = 'Skribi'; +$labels['shortaclwrite'] = 'Skribi'; +$labels['acldelete'] = 'Forigi'; +$labels['shortacld'] = 'Forigi'; +$labels['shortaclt'] = 'Forigi'; +$labels['shortacldelete'] = 'Forigi'; +$labels['shortacls'] = 'Manteni'; +$labels['shortacli'] = 'Enmeti'; +$labels['shortaclc'] = 'Krei'; +$labels['shortaclk'] = 'Krei'; +$labels['shortaclx'] = 'Forigo de dosierujo'; +$labels['longacll'] = 'La dosierujo videblas en listoj kaj oni povas aboni al ĝi'; +$labels['longaclr'] = 'La dosierujo malfermeblas por legado'; +$labels['longaclread'] = 'La dosierujo malfermeblas por legado'; +$labels['longacli'] = 'Mesaĝoj skribeblas aŭ kopieblas en la dosierujo'; +$labels['longaclp'] = 'Mesaĝoj afiŝeblas en ĉi tiu dosierujo'; + |