]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/Irc/locale/Irc.pot
Merge commit 'refs/merge-requests/181' of git://gitorious.org/statusnet/mainline...
[quix0rs-gnu-social.git] / plugins / Irc / locale / Irc.pot
index 5a96eae87b64807d15600998fa091c0dab54d31d..5a4abaea28025703b7c4ee2a3de90b290f705f91 100644 (file)
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-03-18 19:45+0000\n"
+"POT-Creation-Date: 2012-06-30 11:07+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,20 +16,68 @@ msgstr ""
 "Content-Type: text/plain; charset=CHARSET\n"
 "Content-Transfer-Encoding: 8bit\n"
 
+#. TRANS: Service name for IRC.
 #: IrcPlugin.php:79
 msgid "IRC"
 msgstr ""
 
-#: IrcPlugin.php:393
+#. TRANS: Body text for e-mail confirmation message for IRC.
+#. TRANS: %1$s is a user nickname, %2$s is the StatusNet sitename,
+#. TRANS: %3$s is the plugin display name ("IRC"), %4$s is the confirm address URL.
+#: IrcPlugin.php:296
+#, php-format
+msgid ""
+"User \"%1$s\" on %2$s has said that your %3$s screenname belongs to them. If "
+"that's true, you can confirm by clicking on this URL: %4$s . (If you cannot "
+"click it, copy-and-paste it into the address bar of your browser). If that "
+"user is not you, or if you did not request this confirmation, just ignore "
+"this message."
+msgstr ""
+
+#. TRANS: Exception thrown when initialising the IRC plugin fails because of an incorrect configuration.
+#: IrcPlugin.php:346
+msgid "You must specify a host."
+msgstr ""
+
+#. TRANS: Exception thrown when initialising the IRC plugin fails because of an incorrect configuration.
+#: IrcPlugin.php:350
+msgid "You must specify a username."
+msgstr ""
+
+#. TRANS: Exception thrown when initialising the IRC plugin fails because of an incorrect configuration.
+#: IrcPlugin.php:354
+msgid "You must specify a \"real name\"."
+msgstr ""
+
+#. TRANS: Exception thrown when initialising the IRC plugin fails because of an incorrect configuration.
+#: IrcPlugin.php:358
+msgid "You must specify a nickname."
+msgstr ""
+
+#. TRANS: Plugin description.
+#: IrcPlugin.php:401
 msgid ""
 "The IRC plugin allows users to send and receive notices over an IRC network."
 msgstr ""
 
-#: Irc_waiting_message.php:127
+#. TRANS: Exception thrown when an IRC attempts count could not be updated.\r
+#. TRANS: %d is the object ID for which the count could not be updated.\r
+#: Irc_waiting_message.php:130
 #, php-format
-msgid "Could not increment attempts count for %d"
+msgid "Could not increment attempts count for %d."
 msgstr ""
 
+#. TRANS: Message given when using an unregistered IRC nickname.
 #: ircmanager.php:234
-msgid "Your nickname is not registered so IRC connectivity cannot be enabled"
+msgid "Your nickname is not registered so IRC connectivity cannot be enabled."
+msgstr ""
+
+#. TRANS: Server error thrown on database error when deleting IRC nickname confirmation.
+#: ircmanager.php:247
+msgid "Could not delete confirmation."
+msgstr ""
+
+#. TRANS: Server exception thrown when an IRC waiting queue item could not be added to the database.
+#: ircmanager.php:289
+msgid "Database error inserting IRC waiting queue item."
 msgstr ""