]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/Xmpp/locale/Xmpp.pot
Cannot use NoticeListemItem as type-hint as NoticeListItemAdapter exists.
[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: 2019-06-08 18:20+0100\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 "Language: \n"
16 "MIME-Version: 1.0\n"
17 "Content-Type: text/plain; charset=CHARSET\n"
18 "Content-Transfer-Encoding: 8bit\n"
19
20 #. TRANS: Presence announcement for XMPP.
21 #. TRANS: Message for XMPP reconnect.
22 #: lib/xmppmanager.php:90 lib/xmppmanager.php:218
23 msgid "Send me a message to post a notice"
24 msgstr ""
25
26 #. TRANS: Plugin display name.
27 #: XmppPlugin.php:65
28 msgid "XMPP/Jabber"
29 msgstr ""
30
31 #. TRANS: Exception thrown when using too many @ signs in a Jabber ID.
32 #: XmppPlugin.php:169
33 msgid "Invalid JID: too many @s."
34 msgstr ""
35
36 #. TRANS: Exception thrown when using @ sign not followed by a Jabber ID.
37 #: XmppPlugin.php:178
38 msgid "Invalid JID: @ but no node"
39 msgstr ""
40
41 #. TRANS: Exception thrown when using too long a Jabber ID (>1023).
42 #: XmppPlugin.php:186
43 msgid "Invalid JID: node too long."
44 msgstr ""
45
46 #. TRANS: Exception thrown when using an invalid Jabber ID.
47 #. TRANS: %s is the invalid Jabber ID.
48 #: XmppPlugin.php:192
49 #, php-format
50 msgid "Invalid JID node \"%s\"."
51 msgstr ""
52
53 #. TRANS: Exception thrown when using too long a Jabber domain (>1023).
54 #: XmppPlugin.php:198
55 msgid "Invalid JID: domain too long."
56 msgstr ""
57
58 #. TRANS: Exception thrown when using an invalid Jabber domain name.
59 #. TRANS: %s is the invalid domain name.
60 #: XmppPlugin.php:203
61 #, php-format
62 msgid "Invalid JID domain name \"%s\"."
63 msgstr ""
64
65 #. TRANS: Exception thrown when using an invalid Jabber resource.
66 #. TRANS: %s is the invalid resource.
67 #: XmppPlugin.php:214
68 #, php-format
69 msgid "Invalid JID resource \"%s\"."
70 msgstr ""
71
72 #. TRANS: Exception thrown when the plugin configuration is incorrect.
73 #: XmppPlugin.php:281
74 msgid "You must specify a server in the configuration."
75 msgstr ""
76
77 #. TRANS: Exception thrown when the plugin configuration is incorrect.
78 #: XmppPlugin.php:285
79 msgid "You must specify a port in the configuration."
80 msgstr ""
81
82 #. TRANS: Exception thrown when the plugin configuration is incorrect.
83 #: XmppPlugin.php:289
84 msgid "You must specify a user in the configuration."
85 msgstr ""
86
87 #. TRANS: Exception thrown when the plugin configuration is incorrect.
88 #: XmppPlugin.php:293
89 msgid "You must specify a password in the configuration."
90 msgstr ""
91
92 #. TRANS: Link description to notice in conversation.
93 #. TRANS: %s is a notice ID.
94 #: XmppPlugin.php:359
95 #, php-format
96 msgid "[%u]"
97 msgstr ""
98
99 #. TRANS: Plugin description.
100 #: XmppPlugin.php:451
101 msgid ""
102 "The XMPP plugin allows users to send and receive notices over the XMPP/"
103 "Jabber network."
104 msgstr ""