Imap.po 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. # Translation file for GNU social - the free software social networking platform
  2. # Copyright (C) 2015 - 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. # Luke Hollins <luke@farcry.ca>, 2015
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: GNU social\n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2015-02-02 17:47+0100\n"
  12. "PO-Revision-Date: 2015-03-07 19:41+0000\n"
  13. "Last-Translator: Luke Hollins <luke@farcry.ca>\n"
  14. "Language-Team: English (United Kingdom) (http://www.transifex.com/gnu-social/gnu-social/language/en_GB/)\n"
  15. "MIME-Version: 1.0\n"
  16. "Content-Type: text/plain; charset=UTF-8\n"
  17. "Content-Transfer-Encoding: 8bit\n"
  18. "Language: en_GB\n"
  19. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  20. #. TRANS: E-mail subject in case of an error.
  21. #: lib/imapmailhandler.php:31
  22. msgid "Error"
  23. msgstr "Error"
  24. #. TRANS: Exception thrown when the ImapManager is used incorrectly in the
  25. #. code.
  26. #: lib/imapmanager.php:52
  27. msgid ""
  28. "ImapManager should be created using its constructor, not using the static "
  29. "\"get()\" method."
  30. msgstr "ImapManager should be created using its constructor, not using the static \"get()\" method."
  31. #. TRANS: Exception thrown when configuration of the IMAP plugin is incorrect.
  32. #: ImapPlugin.php:55
  33. msgid "A mailbox must be specified."
  34. msgstr "A mailbox must be specified."
  35. #. TRANS: Exception thrown when configuration of the IMAP plugin is incorrect.
  36. #: ImapPlugin.php:59
  37. msgid "A user must be specified."
  38. msgstr "A user must be specified."
  39. #. TRANS: Exception thrown when configuration of the IMAP plugin is incorrect.
  40. #: ImapPlugin.php:63
  41. msgid "A password must be specified."
  42. msgstr "A password must be specified."
  43. #. TRANS: Exception thrown when configuration of the IMAP plugin is incorrect.
  44. #. TRANS: poll_frequency is a setting that should not be translated.
  45. #: ImapPlugin.php:68
  46. msgid "A poll_frequency must be specified."
  47. msgstr "A poll_frequency must be specified."
  48. #. TRANS: Plugin description.
  49. #: ImapPlugin.php:87
  50. msgid ""
  51. "The IMAP plugin allows for StatusNet to check a POP or IMAP mailbox for "
  52. "incoming mail containing user posts."
  53. msgstr "The IMAP plugin allows for StatusNet to check a POP or IMAP mailbox for incoming mail containing user posts."