]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/Irc/locale/Irc.pot
Snapshot of the Transifex translation project - February 2015
[quix0rs-gnu-social.git] / plugins / Irc / locale / Irc.pot
index 5a4abaea28025703b7c4ee2a3de90b290f705f91..ed767d37c7297d0d2808fd29c3301e56882cfdb5 100644 (file)
@@ -8,14 +8,37 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-06-30 11:07+0000\n"
+"POT-Creation-Date: 2015-02-27 16:31+0100\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"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=CHARSET\n"
 "Content-Transfer-Encoding: 8bit\n"
 
+#. 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
+#: classes/Irc_waiting_message.php:86
+#, php-format
+msgid "Could not increment attempts count for %d."
+msgstr ""
+
+#. TRANS: Message given when using an unregistered IRC nickname.
+#: lib/ircmanager.php:234
+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.
+#: lib/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.
+#: lib/ircmanager.php:288
+msgid "Database error inserting IRC waiting queue item."
+msgstr ""
+
 #. TRANS: Service name for IRC.
 #: IrcPlugin.php:79
 msgid "IRC"
@@ -24,7 +47,7 @@ msgstr ""
 #. 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
+#: IrcPlugin.php:277
 #, php-format
 msgid ""
 "User \"%1$s\" on %2$s has said that your %3$s screenname belongs to them. If "
@@ -35,49 +58,27 @@ msgid ""
 msgstr ""
 
 #. TRANS: Exception thrown when initialising the IRC plugin fails because of an incorrect configuration.
-#: IrcPlugin.php:346
+#: IrcPlugin.php:327
 msgid "You must specify a host."
 msgstr ""
 
 #. TRANS: Exception thrown when initialising the IRC plugin fails because of an incorrect configuration.
-#: IrcPlugin.php:350
+#: IrcPlugin.php:331
 msgid "You must specify a username."
 msgstr ""
 
 #. TRANS: Exception thrown when initialising the IRC plugin fails because of an incorrect configuration.
-#: IrcPlugin.php:354
+#: IrcPlugin.php:335
 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
+#: IrcPlugin.php:339
 msgid "You must specify a nickname."
 msgstr ""
 
 #. TRANS: Plugin description.
-#: IrcPlugin.php:401
+#: IrcPlugin.php:382
 msgid ""
 "The IRC plugin allows users to send and receive notices over an IRC network."
 msgstr ""
-
-#. 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."
-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."
-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 ""