1 # SOME DESCRIPTIVE TITLE.
2 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3 # This file is distributed under the same license as the PACKAGE package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
9 "Project-Id-Version: PACKAGE VERSION\n"
10 "Report-Msgid-Bugs-To: \n"
11 "POT-Creation-Date: 2011-08-20 18:34+0000\n"
12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14 "Language-Team: LANGUAGE <LL@li.org>\n"
16 "Content-Type: text/plain; charset=CHARSET\n"
17 "Content-Transfer-Encoding: 8bit\n"
19 #. TRANS: Service name for IRC.
24 #. TRANS: Body text for e-mail confirmation message for IRC.
25 #. TRANS: %1$s is a user nickname, %2$s is the StatusNet sitename,
26 #. TRANS: %3$s is the plugin display name ("IRC"), %4$s is the confirm address URL.
30 "User \"%1$s\" on %2$s has said that your %3$s screenname belongs to them. If "
31 "that's true, you can confirm by clicking on this URL: %4$s . (If you cannot "
32 "click it, copy-and-paste it into the address bar of your browser). If that "
33 "user is not you, or if you did not request this confirmation, just ignore "
37 #. TRANS: Exception thrown when initialising the IRC plugin fails because of an incorrect configuration.
39 msgid "You must specify a host."
42 #. TRANS: Exception thrown when initialising the IRC plugin fails because of an incorrect configuration.
44 msgid "You must specify a username."
47 #. TRANS: Exception thrown when initialising the IRC plugin fails because of an incorrect configuration.
49 msgid "You must specify a \"real name\"."
52 #. TRANS: Exception thrown when initialising the IRC plugin fails because of an incorrect configuration.
54 msgid "You must specify a nickname."
57 #. TRANS: Plugin description.
60 "The IRC plugin allows users to send and receive notices over an IRC network."
63 #. TRANS: Exception thrown when an IRC attempts count could not be updated.
\r
64 #. TRANS: %d is the object ID for which the count could not be updated.
\r
65 #: Irc_waiting_message.php:130
67 msgid "Could not increment attempts count for %d."
70 #. TRANS: Message given when using an unregistered IRC nickname.
72 msgid "Your nickname is not registered so IRC connectivity cannot be enabled."
75 #. TRANS: Server error thrown on database error when deleting IRC nickname confirmation.
77 msgid "Could not delete confirmation."
80 #. TRANS: Server exception thrown when an IRC waiting queue item could not be added to the database.
82 msgid "Database error inserting IRC waiting queue item."