Imap.pot 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. # SOME DESCRIPTIVE TITLE.
  2. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
  3. # This file is distributed under the same license as the PACKAGE package.
  4. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
  5. #
  6. #, fuzzy
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: PACKAGE VERSION\n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2015-02-27 16:31+0100\n"
  12. "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  13. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  14. "Language-Team: LANGUAGE <LL@li.org>\n"
  15. "Language: \n"
  16. "MIME-Version: 1.0\n"
  17. "Content-Type: text/plain; charset=CHARSET\n"
  18. "Content-Transfer-Encoding: 8bit\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 code.
  24. #: lib/imapmanager.php:52
  25. msgid ""
  26. "ImapManager should be created using its constructor, not using the static "
  27. "\"get()\" method."
  28. msgstr ""
  29. #. TRANS: Exception thrown when configuration of the IMAP plugin is incorrect.
  30. #: ImapPlugin.php:55
  31. msgid "A mailbox must be specified."
  32. msgstr ""
  33. #. TRANS: Exception thrown when configuration of the IMAP plugin is incorrect.
  34. #: ImapPlugin.php:59
  35. msgid "A user must be specified."
  36. msgstr ""
  37. #. TRANS: Exception thrown when configuration of the IMAP plugin is incorrect.
  38. #: ImapPlugin.php:63
  39. msgid "A password must be specified."
  40. msgstr ""
  41. #. TRANS: Exception thrown when configuration of the IMAP plugin is incorrect.
  42. #. TRANS: poll_frequency is a setting that should not be translated.
  43. #: ImapPlugin.php:68
  44. msgid "A poll_frequency must be specified."
  45. msgstr ""
  46. #. TRANS: Plugin description.
  47. #: ImapPlugin.php:87
  48. msgid ""
  49. "The IMAP plugin allows for StatusNet to check a POP or IMAP mailbox for "
  50. "incoming mail containing user posts."
  51. msgstr ""