]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/Imap/locale/Imap.pot
initialize fave, sub, and membership URIs
[quix0rs-gnu-social.git] / plugins / Imap / locale / Imap.pot
index 9d807a3d351eff944a86444cfad9e8a8f7cb4405..4dea01e78a27b3bf28ac2060572e6c25b9a56b33 100644 (file)
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-09-14 22:56+0000\n"
+"POT-Creation-Date: 2011-09-11 13:47+0000\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -16,11 +16,41 @@ msgstr ""
 "Content-Type: text/plain; charset=CHARSET\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: imapmailhandler.php:28
+#. TRANS: E-mail subject in case of an error.
+#: imapmailhandler.php:31
 msgid "Error"
 msgstr ""
 
-#: ImapPlugin.php:103
+#. TRANS: Exception thrown when the ImapManager is used incorrectly in the code.
+#: imapmanager.php:52
+msgid ""
+"ImapManager should be created using its constructor, not using the static "
+"\"get()\" method."
+msgstr ""
+
+#. TRANS: Exception thrown when configuration of the IMAP plugin is incorrect.
+#: ImapPlugin.php:55
+msgid "A mailbox must be specified."
+msgstr ""
+
+#. TRANS: Exception thrown when configuration of the IMAP plugin is incorrect.
+#: ImapPlugin.php:59
+msgid "A user must be specified."
+msgstr ""
+
+#. TRANS: Exception thrown when configuration of the IMAP plugin is incorrect.
+#: ImapPlugin.php:63
+msgid "A password must be specified."
+msgstr ""
+
+#. 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 ""
+
+#. TRANS: Plugin description.
+#: ImapPlugin.php:109
 msgid ""
 "The IMAP plugin allows for StatusNet to check a POP or IMAP mailbox for "
 "incoming mail containing user posts."