12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- # Translation file for GNU social - the free software social networking platform
- # Copyright (C) 2015 - 2019 Free Software Foundation, Inc http://www.fsf.org
- # This file is under https://www.gnu.org/licenses/agpl v3 or later
- #
- # Translators:
- # Luke Hollins <luke@farcry.ca>, 2015
- msgid ""
- msgstr ""
- "Project-Id-Version: GNU social\n"
- "Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2015-02-02 17:47+0100\n"
- "PO-Revision-Date: 2015-03-07 19:41+0000\n"
- "Last-Translator: Luke Hollins <luke@farcry.ca>\n"
- "Language-Team: English (United Kingdom) (http://www.transifex.com/gnu-social/gnu-social/language/en_GB/)\n"
- "MIME-Version: 1.0\n"
- "Content-Type: text/plain; charset=UTF-8\n"
- "Content-Transfer-Encoding: 8bit\n"
- "Language: en_GB\n"
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
- #. TRANS: E-mail subject in case of an error.
- #: lib/imapmailhandler.php:31
- msgid "Error"
- msgstr "Error"
- #. TRANS: Exception thrown when the ImapManager is used incorrectly in the
- #. code.
- #: lib/imapmanager.php:52
- msgid ""
- "ImapManager should be created using its constructor, not using the static "
- "\"get()\" method."
- msgstr "ImapManager should be created using its constructor, not using the static \"get()\" method."
- #. TRANS: Exception thrown when configuration of the IMAP plugin is incorrect.
- #: ImapPlugin.php:55
- msgid "A mailbox must be specified."
- msgstr "A mailbox must be specified."
- #. TRANS: Exception thrown when configuration of the IMAP plugin is incorrect.
- #: ImapPlugin.php:59
- msgid "A user must be specified."
- msgstr "A user must be specified."
- #. TRANS: Exception thrown when configuration of the IMAP plugin is incorrect.
- #: ImapPlugin.php:63
- msgid "A password must be specified."
- msgstr "A password must be specified."
- #. TRANS: Exception thrown when configuration of the IMAP plugin is incorrect.
- #. TRANS: poll_frequency is a setting that should not be translated.
- #: ImapPlugin.php:68
- msgid "A poll_frequency must be specified."
- msgstr "A poll_frequency must be specified."
- #. TRANS: Plugin description.
- #: ImapPlugin.php:87
- msgid ""
- "The IMAP plugin allows for StatusNet to check a POP or IMAP mailbox for "
- "incoming mail containing user posts."
- msgstr "The IMAP plugin allows for StatusNet to check a POP or IMAP mailbox for incoming mail containing user posts."
|