Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

zh_TW.inc 1.6KB

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'] = '封存';
  17. $labels['buttontitle'] = '封存此信件';
  18. $labels['archived'] = '已成功封存';
  19. $labels['archivedreload'] = '封存動作完成.重新載入頁面瀏覽新的封存資料夾';
  20. $labels['archiveerror'] = '部分資訊無法完成封存';
  21. $labels['archivefolder'] = '封存';
  22. $labels['settingstitle'] = '封存';
  23. $labels['archivetype'] = '封存檔案切割方式';
  24. $labels['archivetypeyear'] = '年分(例如: 封存/2012)';
  25. $labels['archivetypemonth'] = '月份(例如: 封存/2012/06)';
  26. $labels['archivetypefolder'] = '原始資料夾';
  27. $labels['archivetypesender'] = '寄件者電子信箱';
  28. $labels['unkownsender'] = '未知';
  29. ?>