2011-03-03 17:39:12 +00:00
|
|
|
# SOME DESCRIPTIVE TITLE.
|
|
|
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
|
|
|
# This file is distributed under the same license as the PACKAGE package.
|
|
|
|
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
|
|
|
#
|
|
|
|
#, fuzzy
|
|
|
|
msgid ""
|
|
|
|
msgstr ""
|
|
|
|
"Project-Id-Version: PACKAGE VERSION\n"
|
|
|
|
"Report-Msgid-Bugs-To: \n"
|
2019-08-07 22:17:24 +01:00
|
|
|
"POT-Creation-Date: 2019-08-14 14:51+0100\n"
|
2011-03-03 17:39:12 +00:00
|
|
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
|
|
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
|
|
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
2015-03-08 08:34:38 +00:00
|
|
|
"Language: \n"
|
2011-03-03 17:39:12 +00:00
|
|
|
"MIME-Version: 1.0\n"
|
|
|
|
"Content-Type: text/plain; charset=CHARSET\n"
|
|
|
|
"Content-Transfer-Encoding: 8bit\n"
|
|
|
|
|
2011-06-18 17:14:28 +01:00
|
|
|
#. TRANS: Plugin display name.
|
2019-06-08 18:34:12 +01:00
|
|
|
#: XmppPlugin.php:65
|
2015-03-08 08:34:38 +00:00
|
|
|
msgid "XMPP/Jabber"
|
2011-03-03 17:39:12 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2011-06-18 17:14:28 +01:00
|
|
|
#. TRANS: Exception thrown when using too many @ signs in a Jabber ID.
|
2019-06-08 18:34:12 +01:00
|
|
|
#: XmppPlugin.php:169
|
2011-06-18 17:14:28 +01:00
|
|
|
msgid "Invalid JID: too many @s."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#. TRANS: Exception thrown when using @ sign not followed by a Jabber ID.
|
2019-06-08 18:34:12 +01:00
|
|
|
#: XmppPlugin.php:178
|
2011-06-18 17:14:28 +01:00
|
|
|
msgid "Invalid JID: @ but no node"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#. TRANS: Exception thrown when using too long a Jabber ID (>1023).
|
2019-06-08 18:34:12 +01:00
|
|
|
#: XmppPlugin.php:186
|
2011-06-18 17:14:28 +01:00
|
|
|
msgid "Invalid JID: node too long."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#. TRANS: Exception thrown when using an invalid Jabber ID.
|
|
|
|
#. TRANS: %s is the invalid Jabber ID.
|
2019-06-08 18:34:12 +01:00
|
|
|
#: XmppPlugin.php:192
|
2011-06-18 17:14:28 +01:00
|
|
|
#, php-format
|
|
|
|
msgid "Invalid JID node \"%s\"."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#. TRANS: Exception thrown when using too long a Jabber domain (>1023).
|
2019-06-08 18:34:12 +01:00
|
|
|
#: XmppPlugin.php:198
|
2011-06-18 17:14:28 +01:00
|
|
|
msgid "Invalid JID: domain too long."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#. TRANS: Exception thrown when using an invalid Jabber domain name.
|
|
|
|
#. TRANS: %s is the invalid domain name.
|
2019-06-08 18:34:12 +01:00
|
|
|
#: XmppPlugin.php:203
|
2011-06-18 17:14:28 +01:00
|
|
|
#, php-format
|
|
|
|
msgid "Invalid JID domain name \"%s\"."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#. TRANS: Exception thrown when using an invalid Jabber resource.
|
|
|
|
#. TRANS: %s is the invalid resource.
|
2019-06-08 18:34:12 +01:00
|
|
|
#: XmppPlugin.php:214
|
2011-06-18 17:14:28 +01:00
|
|
|
#, php-format
|
|
|
|
msgid "Invalid JID resource \"%s\"."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#. TRANS: Exception thrown when the plugin configuration is incorrect.
|
2019-06-08 18:34:12 +01:00
|
|
|
#: XmppPlugin.php:281
|
2011-06-18 17:14:28 +01:00
|
|
|
msgid "You must specify a server in the configuration."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#. TRANS: Exception thrown when the plugin configuration is incorrect.
|
2019-06-08 18:34:12 +01:00
|
|
|
#: XmppPlugin.php:285
|
2011-06-18 17:14:28 +01:00
|
|
|
msgid "You must specify a port in the configuration."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#. TRANS: Exception thrown when the plugin configuration is incorrect.
|
2019-06-08 18:34:12 +01:00
|
|
|
#: XmppPlugin.php:289
|
2011-06-18 17:14:28 +01:00
|
|
|
msgid "You must specify a user in the configuration."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#. TRANS: Exception thrown when the plugin configuration is incorrect.
|
2019-06-08 18:34:12 +01:00
|
|
|
#: XmppPlugin.php:293
|
2011-06-18 17:14:28 +01:00
|
|
|
msgid "You must specify a password in the configuration."
|
|
|
|
msgstr ""
|
|
|
|
|
2019-06-08 18:34:12 +01:00
|
|
|
#. TRANS: Link description to notice in conversation.
|
|
|
|
#. TRANS: %s is a notice ID.
|
|
|
|
#: XmppPlugin.php:359
|
|
|
|
#, php-format
|
|
|
|
msgid "[%u]"
|
|
|
|
msgstr ""
|
|
|
|
|
2011-06-18 17:14:28 +01:00
|
|
|
#. TRANS: Plugin description.
|
2019-06-08 18:34:12 +01:00
|
|
|
#: XmppPlugin.php:451
|
2011-03-03 17:39:12 +00:00
|
|
|
msgid ""
|
|
|
|
"The XMPP plugin allows users to send and receive notices over the XMPP/"
|
|
|
|
"Jabber network."
|
|
|
|
msgstr ""
|
2019-08-12 15:03:30 +01:00
|
|
|
|
|
|
|
#. TRANS: Presence announcement for XMPP.
|
|
|
|
#. TRANS: Message for XMPP reconnect.
|
|
|
|
#: lib/xmppmanager.php:90 lib/xmppmanager.php:218
|
|
|
|
msgid "Send me a message to post a notice"
|
|
|
|
msgstr ""
|