You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

eo.inc 2.7KB

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