Imap.po 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. # Translation file for GNU social - the free software social networking platform
  2. # Copyright (C) 2010 - 2019 Free Software Foundation, Inc http://www.fsf.org
  3. # This file is under https://www.gnu.org/licenses/agpl v3 or later
  4. #
  5. # Translators:
  6. msgid ""
  7. msgstr ""
  8. "Project-Id-Version: GNU social\n"
  9. "Report-Msgid-Bugs-To: \n"
  10. "POT-Creation-Date: 2015-02-02 17:47+0100\n"
  11. "PO-Revision-Date: 2015-02-06 16:34+0000\n"
  12. "Last-Translator: digitaldreamer <digitaldreamer@email.cz>\n"
  13. "Language-Team: Chinese (China) (http://www.transifex.com/gnu-social/gnu-social/language/zh_CN/)\n"
  14. "MIME-Version: 1.0\n"
  15. "Content-Type: text/plain; charset=UTF-8\n"
  16. "Content-Transfer-Encoding: 8bit\n"
  17. "Language: zh_CN\n"
  18. "Plural-Forms: nplurals=1; plural=0;\n"
  19. #. TRANS: E-mail subject in case of an error.
  20. #: lib/imapmailhandler.php:31
  21. msgid "Error"
  22. msgstr "错误"
  23. #. TRANS: Exception thrown when the ImapManager is used incorrectly in the
  24. #. code.
  25. #: lib/imapmanager.php:52
  26. msgid ""
  27. "ImapManager should be created using its constructor, not using the static "
  28. "\"get()\" method."
  29. msgstr ""
  30. #. TRANS: Exception thrown when configuration of the IMAP plugin is incorrect.
  31. #: ImapPlugin.php:55
  32. msgid "A mailbox must be specified."
  33. msgstr "必须指定一个邮箱。"
  34. #. TRANS: Exception thrown when configuration of the IMAP plugin is incorrect.
  35. #: ImapPlugin.php:59
  36. msgid "A user must be specified."
  37. msgstr "必须设定一个用户。"
  38. #. TRANS: Exception thrown when configuration of the IMAP plugin is incorrect.
  39. #: ImapPlugin.php:63
  40. msgid "A password must be specified."
  41. msgstr "必须设定一个密码。"
  42. #. TRANS: Exception thrown when configuration of the IMAP plugin is incorrect.
  43. #. TRANS: poll_frequency is a setting that should not be translated.
  44. #: ImapPlugin.php:68
  45. msgid "A poll_frequency must be specified."
  46. msgstr "必须设定一个抓取频率。"
  47. #. TRANS: Plugin description.
  48. #: ImapPlugin.php:87
  49. msgid ""
  50. "The IMAP plugin allows for StatusNet to check a POP or IMAP mailbox for "
  51. "incoming mail containing user posts."
  52. msgstr "IMAP 插件允许你检查传入邮件包含用户公告一 POP 或 IMAP 邮箱。"