gnu-social/plugins/Xmpp/locale/Xmpp.pot
Diogo Cordeiro 8c0601816f [CORE] Move core plugins to a new modules directory
For reference (raised by rozzin in IRC):

* http://foldoc.org/module
* http://foldoc.org/library
* http://foldoc.org/plugin

As noted by XRevan86, modules are not necessarily non-essential.
As we will keep the modules directory in GS root [therefore, near to
plugins/], it is evidenced the difference between both.

This is a simple yet fundamental structural change. It doesn't change
functionality but makes clearer the way we understand GNU social's
internals.
2019-08-22 03:13:58 +01:00

105 lines
2.8 KiB
Plaintext

# 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"
"POT-Creation-Date: 2019-08-14 14:44+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
#. 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 ""
#. TRANS: Plugin display name.
#: XmppPlugin.php:65
msgid "XMPP/Jabber"
msgstr ""
#. TRANS: Exception thrown when using too many @ signs in a Jabber ID.
#: XmppPlugin.php:169
msgid "Invalid JID: too many @s."
msgstr ""
#. TRANS: Exception thrown when using @ sign not followed by a Jabber ID.
#: XmppPlugin.php:178
msgid "Invalid JID: @ but no node"
msgstr ""
#. TRANS: Exception thrown when using too long a Jabber ID (>1023).
#: XmppPlugin.php:186
msgid "Invalid JID: node too long."
msgstr ""
#. TRANS: Exception thrown when using an invalid Jabber ID.
#. TRANS: %s is the invalid Jabber ID.
#: XmppPlugin.php:192
#, php-format
msgid "Invalid JID node \"%s\"."
msgstr ""
#. TRANS: Exception thrown when using too long a Jabber domain (>1023).
#: XmppPlugin.php:198
msgid "Invalid JID: domain too long."
msgstr ""
#. TRANS: Exception thrown when using an invalid Jabber domain name.
#. TRANS: %s is the invalid domain name.
#: XmppPlugin.php:203
#, php-format
msgid "Invalid JID domain name \"%s\"."
msgstr ""
#. TRANS: Exception thrown when using an invalid Jabber resource.
#. TRANS: %s is the invalid resource.
#: XmppPlugin.php:214
#, php-format
msgid "Invalid JID resource \"%s\"."
msgstr ""
#. TRANS: Exception thrown when the plugin configuration is incorrect.
#: XmppPlugin.php:281
msgid "You must specify a server in the configuration."
msgstr ""
#. TRANS: Exception thrown when the plugin configuration is incorrect.
#: XmppPlugin.php:285
msgid "You must specify a port in the configuration."
msgstr ""
#. TRANS: Exception thrown when the plugin configuration is incorrect.
#: XmppPlugin.php:289
msgid "You must specify a user in the configuration."
msgstr ""
#. TRANS: Exception thrown when the plugin configuration is incorrect.
#: XmppPlugin.php:293
msgid "You must specify a password in the configuration."
msgstr ""
#. TRANS: Link description to notice in conversation.
#. TRANS: %s is a notice ID.
#: XmppPlugin.php:359
#, php-format
msgid "[%u]"
msgstr ""
#. TRANS: Plugin description.
#: XmppPlugin.php:451
msgid ""
"The XMPP plugin allows users to send and receive notices over the XMPP/"
"Jabber network."
msgstr ""