Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

12345678910111213141516171819202122232425262728293031
  1. <?php
  2. /*
  3. +-----------------------------------------------------------------------+
  4. | plugins/archive/localization/<lang>.inc |
  5. | |
  6. | Localization file of the Roundcube Webmail Archive plugin |
  7. | Copyright (C) 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-archive/
  15. */
  16. $labels['buttontext'] = 'Arquivo';
  17. $labels['buttontitle'] = 'Arquivar esta mensagem';
  18. $labels['archived'] = 'Arquivada com sucesso';
  19. $labels['archivedreload'] = 'Arquivado com sucesso. Recarregue a página para ver as novas pastas de arquivo.';
  20. $labels['archiveerror'] = 'Algumas mensagens não puderam ser arquivadas';
  21. $labels['archivefolder'] = 'Arquivo';
  22. $labels['settingstitle'] = 'Arquivo';
  23. $labels['archivetype'] = 'Dividir arquivo por';
  24. $labels['archivetypeyear'] = 'Ano (ex. Arquivo/2012)';
  25. $labels['archivetypemonth'] = 'Mês (ex. Arquivo/2012/06)';
  26. $labels['archivetypefolder'] = 'Pasta original';
  27. $labels['archivetypesender'] = 'E-mail do remetente';
  28. $labels['unkownsender'] = 'desconhecido';
  29. ?>