Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

eo.inc 2.3KB

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