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-09-25 21:42+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: Presence announcement for XMPP.
20 #. TRANS: Message for XMPP reconnect.
21 #: xmppmanager.php:167 xmppmanager.php:207
22 msgid "Send me a message to post a notice"
25 #. TRANS: Plugin display name.
27 msgid "XMPP/Jabber/GTalk"
30 #. TRANS: Exception thrown when using too many @ signs in a Jabber ID.
32 msgid "Invalid JID: too many @s."
35 #. TRANS: Exception thrown when using @ sign not followed by a Jabber ID.
37 msgid "Invalid JID: @ but no node"
40 #. TRANS: Exception thrown when using too long a Jabber ID (>1023).
42 msgid "Invalid JID: node too long."
45 #. TRANS: Exception thrown when using an invalid Jabber ID.
46 #. TRANS: %s is the invalid Jabber ID.
49 msgid "Invalid JID node \"%s\"."
52 #. TRANS: Exception thrown when using too long a Jabber domain (>1023).
54 msgid "Invalid JID: domain too long."
57 #. TRANS: Exception thrown when using an invalid Jabber domain name.
58 #. TRANS: %s is the invalid domain name.
61 msgid "Invalid JID domain name \"%s\"."
64 #. TRANS: Exception thrown when using an invalid Jabber resource.
65 #. TRANS: %s is the invalid resource.
68 msgid "Invalid JID resource \"%s\"."
71 #. TRANS: Link description to notice in conversation.
72 #. TRANS: %s is a notice ID.
78 #. TRANS: Exception thrown when the plugin configuration is incorrect.
80 msgid "You must specify a server in the configuration."
83 #. TRANS: Exception thrown when the plugin configuration is incorrect.
85 msgid "You must specify a port in the configuration."
88 #. TRANS: Exception thrown when the plugin configuration is incorrect.
90 msgid "You must specify a user in the configuration."
93 #. TRANS: Exception thrown when the plugin configuration is incorrect.
95 msgid "You must specify a password in the configuration."
98 #. TRANS: Plugin description.
101 "The XMPP plugin allows users to send and receive notices over the XMPP/"