]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/Xmpp/locale/Xmpp.pot
019ea1f71cb1e3b8f7a3723602cbfb2706e847b1
[quix0rs-gnu-social.git] / plugins / Xmpp / locale / Xmpp.pot
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.
5 #
6 #, fuzzy
7 msgid ""
8 msgstr ""
9 "Project-Id-Version: PACKAGE VERSION\n"
10 "Report-Msgid-Bugs-To: \n"
11 "POT-Creation-Date: 2011-12-19 00:01+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"
15 "MIME-Version: 1.0\n"
16 "Content-Type: text/plain; charset=CHARSET\n"
17 "Content-Transfer-Encoding: 8bit\n"
18
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"
23 msgstr ""
24
25 #. TRANS: Plugin display name.
26 #: XmppPlugin.php:62
27 msgid "XMPP/Jabber/GTalk"
28 msgstr ""
29
30 #. TRANS: Exception thrown when using too many @ signs in a Jabber ID.
31 #: XmppPlugin.php:123
32 msgid "Invalid JID: too many @s."
33 msgstr ""
34
35 #. TRANS: Exception thrown when using @ sign not followed by a Jabber ID.
36 #: XmppPlugin.php:132
37 msgid "Invalid JID: @ but no node"
38 msgstr ""
39
40 #. TRANS: Exception thrown when using too long a Jabber ID (>1023).
41 #: XmppPlugin.php:140
42 msgid "Invalid JID: node too long."
43 msgstr ""
44
45 #. TRANS: Exception thrown when using an invalid Jabber ID.
46 #. TRANS: %s is the invalid Jabber ID.
47 #: XmppPlugin.php:145
48 #, php-format
49 msgid "Invalid JID node \"%s\"."
50 msgstr ""
51
52 #. TRANS: Exception thrown when using too long a Jabber domain (>1023).
53 #: XmppPlugin.php:151
54 msgid "Invalid JID: domain too long."
55 msgstr ""
56
57 #. TRANS: Exception thrown when using an invalid Jabber domain name.
58 #. TRANS: %s is the invalid domain name.
59 #: XmppPlugin.php:156
60 #, php-format
61 msgid "Invalid JID domain name \"%s\"."
62 msgstr ""
63
64 #. TRANS: Exception thrown when using an invalid Jabber resource.
65 #. TRANS: %s is the invalid resource.
66 #: XmppPlugin.php:167
67 #, php-format
68 msgid "Invalid JID resource \"%s\"."
69 msgstr ""
70
71 #. TRANS: Link description to notice in conversation.
72 #. TRANS: %s is a notice ID.
73 #: XmppPlugin.php:368
74 #, php-format
75 msgid "[%s]"
76 msgstr ""
77
78 #. TRANS: Exception thrown when the plugin configuration is incorrect.
79 #: XmppPlugin.php:406
80 msgid "You must specify a server in the configuration."
81 msgstr ""
82
83 #. TRANS: Exception thrown when the plugin configuration is incorrect.
84 #: XmppPlugin.php:410
85 msgid "You must specify a port in the configuration."
86 msgstr ""
87
88 #. TRANS: Exception thrown when the plugin configuration is incorrect.
89 #: XmppPlugin.php:414
90 msgid "You must specify a user in the configuration."
91 msgstr ""
92
93 #. TRANS: Exception thrown when the plugin configuration is incorrect.
94 #: XmppPlugin.php:418
95 msgid "You must specify a password in the configuration."
96 msgstr ""
97
98 #. TRANS: Plugin description.
99 #: XmppPlugin.php:444
100 msgid ""
101 "The XMPP plugin allows users to send and receive notices over the XMPP/"
102 "Jabber network."
103 msgstr ""