forked from GNUsocial/gnu-social
[VersionBump] 2.0.0alpha0
Ran composer update and locale updater
This commit is contained in:
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-08-14 14:51+0100\n"
|
||||
"POT-Creation-Date: 2020-08-04 01:05+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"
|
||||
@@ -17,88 +17,88 @@ msgstr ""
|
||||
"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
|
||||
#: XmppPlugin.php:56
|
||||
msgid "XMPP/Jabber"
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Exception thrown when using too many @ signs in a Jabber ID.
|
||||
#: XmppPlugin.php:169
|
||||
#: XmppPlugin.php:171
|
||||
msgid "Invalid JID: too many @s."
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Exception thrown when using @ sign not followed by a Jabber ID.
|
||||
#: XmppPlugin.php:178
|
||||
#: XmppPlugin.php:180
|
||||
msgid "Invalid JID: @ but no node"
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Exception thrown when using too long a Jabber ID (>1023).
|
||||
#: XmppPlugin.php:186
|
||||
#: XmppPlugin.php:188
|
||||
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
|
||||
#: XmppPlugin.php:195
|
||||
#, php-format
|
||||
msgid "Invalid JID node \"%s\"."
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Exception thrown when using too long a Jabber domain (>1023).
|
||||
#: XmppPlugin.php:198
|
||||
#: XmppPlugin.php:201
|
||||
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
|
||||
#: XmppPlugin.php:206
|
||||
#, 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
|
||||
#: XmppPlugin.php:217
|
||||
#, php-format
|
||||
msgid "Invalid JID resource \"%s\"."
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Exception thrown when the plugin configuration is incorrect.
|
||||
#: XmppPlugin.php:281
|
||||
#: XmppPlugin.php:265
|
||||
msgid "You must specify a server in the configuration."
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Exception thrown when the plugin configuration is incorrect.
|
||||
#: XmppPlugin.php:285
|
||||
#: XmppPlugin.php:269
|
||||
msgid "You must specify a port in the configuration."
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Exception thrown when the plugin configuration is incorrect.
|
||||
#: XmppPlugin.php:289
|
||||
#: XmppPlugin.php:273
|
||||
msgid "You must specify a user in the configuration."
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Exception thrown when the plugin configuration is incorrect.
|
||||
#: XmppPlugin.php:293
|
||||
#: XmppPlugin.php:277
|
||||
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
|
||||
#: XmppPlugin.php:346
|
||||
#, php-format
|
||||
msgid "[%u]"
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Plugin description.
|
||||
#: XmppPlugin.php:451
|
||||
#: XmppPlugin.php:442
|
||||
msgid ""
|
||||
"The XMPP plugin allows users to send and receive notices over the XMPP/"
|
||||
"Jabber network."
|
||||
msgstr ""
|
||||
|
||||
#. 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 ""
|
||||
|
Reference in New Issue
Block a user