[VersionBump] 2.0.0beta0
Updated composer and translations composer install --no-dev composer dump-autoload --optimize git add vendor/ --force make updatepo
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: 2020-08-04 01:05+0100\n"
|
||||
"POT-Creation-Date: 2021-07-18 12:38+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"
|
||||
@@ -18,6 +18,32 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
|
||||
|
||||
#. TRANS: Subject for direct-message notification email.
|
||||
#. TRANS: %1$s is the sending user's nickname, %2$s is the group nickname.
|
||||
#: classes/Group_message_profile.php:111
|
||||
#, php-format
|
||||
msgid "New private message from %1$s to group %2$s"
|
||||
msgstr ""
|
||||
|
||||
#: classes/Group_message_profile.php:118
|
||||
#, php-format
|
||||
msgid ""
|
||||
"%1$s (%2$s) sent a private message to group %3$s:\n"
|
||||
"\n"
|
||||
"------------------------------------------------------\n"
|
||||
"%4$s\n"
|
||||
"------------------------------------------------------\n"
|
||||
"\n"
|
||||
"You can reply to their message here:\n"
|
||||
"\n"
|
||||
"%5$s\n"
|
||||
"\n"
|
||||
"Do not reply to this email; it will not get to them.\n"
|
||||
"\n"
|
||||
"With kind regards,\n"
|
||||
"%6$s"
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Exception thrown when trying to set group privacy setting if group %s does not allow private messages.
|
||||
#: classes/Group_privacy_settings.php:110
|
||||
#, php-format
|
||||
@@ -52,43 +78,13 @@ msgstr ""
|
||||
msgid "Unknown privacy settings for group %s."
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Subject for direct-message notification email.
|
||||
#. TRANS: %1$s is the sending user's nickname, %2$s is the group nickname.
|
||||
#: classes/Group_message_profile.php:111
|
||||
#, php-format
|
||||
msgid "New private message from %1$s to group %2$s"
|
||||
msgstr ""
|
||||
|
||||
#: classes/Group_message_profile.php:118
|
||||
#, php-format
|
||||
msgid ""
|
||||
"%1$s (%2$s) sent a private message to group %3$s:\n"
|
||||
"\n"
|
||||
"------------------------------------------------------\n"
|
||||
"%4$s\n"
|
||||
"------------------------------------------------------\n"
|
||||
"\n"
|
||||
"You can reply to their message here:\n"
|
||||
"\n"
|
||||
"%5$s\n"
|
||||
"\n"
|
||||
"Do not reply to this email; it will not get to them.\n"
|
||||
"\n"
|
||||
"With kind regards,\n"
|
||||
"%6$s"
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Exception thrown when trying to send group private message without having the right to do that.
|
||||
#. TRANS: %s is a user nickname.
|
||||
#. TRANS: Exception thrown when user %s is not allowed to send a private group message.
|
||||
#: classes/Group_message.php:96 actions/newgroupmessage.php:75
|
||||
#: classes/Group_message.php:90 actions/newgroupmessage.php:75
|
||||
#, php-format
|
||||
msgid "User %s is not allowed to send private messages."
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Exception thrown when trying to send group private message that is too long.
|
||||
#. TRANS: %d is the maximum meggage length.
|
||||
#: classes/Group_message.php:109
|
||||
#: classes/Group_message.php:106
|
||||
#, php-format
|
||||
msgid "That's too long. Maximum message size is %d character."
|
||||
msgid_plural "That's too long. Maximum message size is %d characters."
|
||||
@@ -96,131 +92,21 @@ msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#. TRANS: Exception thrown when trying to send group private message to a non-existing group.
|
||||
#: classes/Group_message.php:153
|
||||
#: classes/Group_message.php:152
|
||||
msgid "No group for group message."
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Exception thrown when trying to send group private message without having a sender.
|
||||
#: classes/Group_message.php:163
|
||||
#: classes/Group_message.php:162
|
||||
msgid "No sender for group message."
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Form legend for sending private message to group %s.
|
||||
#: forms/groupmessage.php:89
|
||||
#, php-format
|
||||
msgid "Message to %s"
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Field label for private group message to group %s.
|
||||
#: forms/groupmessage.php:128
|
||||
#, php-format
|
||||
msgid "Direct message to %s"
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Indicator for number of chatacters still available for notice.
|
||||
#: forms/groupmessage.php:141
|
||||
msgid "Available characters"
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Send button text for sending private group notice.
|
||||
#: forms/groupmessage.php:162
|
||||
msgctxt "Send button for sending notice"
|
||||
msgid "Send"
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Succes message after sending private group message to group %s.
|
||||
#: lib/groupmessagecommand.php:79
|
||||
#, php-format
|
||||
msgid "Direct message to group %s sent."
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Menu item in group page.
|
||||
#: GroupPrivateMessagePlugin.php:114
|
||||
msgctxt "MENU"
|
||||
msgid "Inbox"
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Menu title in group page.
|
||||
#: GroupPrivateMessagePlugin.php:116
|
||||
msgid "Private messages for this group."
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Dropdown label in group settings page for if group allows private messages.
|
||||
#: GroupPrivateMessagePlugin.php:162
|
||||
msgid "Private messages"
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Dropdown option in group settings page for allowing private messages.
|
||||
#: GroupPrivateMessagePlugin.php:164
|
||||
msgid "Sometimes"
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Dropdown option in group settings page for allowing private messages.
|
||||
#: GroupPrivateMessagePlugin.php:166
|
||||
msgid "Always"
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Dropdown option in group settings page for allowing private messages.
|
||||
#: GroupPrivateMessagePlugin.php:168
|
||||
msgid "Never"
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Dropdown title in group settings page for if group allows private messages.
|
||||
#: GroupPrivateMessagePlugin.php:170
|
||||
msgid "Whether to allow private messages to this group."
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Dropdown label in group settings page for who can send private messages to the group.
|
||||
#: GroupPrivateMessagePlugin.php:177
|
||||
msgid "Private senders"
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Dropdown option in group settings page for who can send private messages.
|
||||
#: GroupPrivateMessagePlugin.php:179
|
||||
msgid "Everyone"
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Dropdown option in group settings page for who can send private messages.
|
||||
#: GroupPrivateMessagePlugin.php:181
|
||||
msgid "Member"
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Dropdown option in group settings page for who can send private messages.
|
||||
#: GroupPrivateMessagePlugin.php:183
|
||||
msgid "Admin"
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Dropdown title in group settings page for who can send private messages to the group.
|
||||
#: GroupPrivateMessagePlugin.php:185
|
||||
msgid "Who can send private messages to the group."
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Title for action in group actions list.
|
||||
#: GroupPrivateMessagePlugin.php:290
|
||||
msgid "Send a direct message to this group."
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Link text for action in group actions list to send a private message to a group.
|
||||
#: GroupPrivateMessagePlugin.php:292
|
||||
msgctxt "LINKTEXT"
|
||||
msgid "Message"
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Client exception thrown when a private group message has to be forced.
|
||||
#: GroupPrivateMessagePlugin.php:370
|
||||
msgid "Forced notice to private group message."
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Indicator on the group page that the group is (essentially) private.
|
||||
#: GroupPrivateMessagePlugin.php:392
|
||||
msgid "Private"
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Plugin description.
|
||||
#: GroupPrivateMessagePlugin.php:418
|
||||
msgid "Allow posting private messages to groups."
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Client exception thrown when trying to send a private group message while not logged in.
|
||||
#: actions/newgroupmessage.php:70
|
||||
msgid "Must be logged in."
|
||||
@@ -316,3 +202,113 @@ msgid ""
|
||||
"This is the group inbox, which lists all incoming private messages for this "
|
||||
"group."
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Menu item in group page.
|
||||
#: GroupPrivateMessagePlugin.php:114
|
||||
msgctxt "MENU"
|
||||
msgid "Inbox"
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Menu title in group page.
|
||||
#: GroupPrivateMessagePlugin.php:116
|
||||
msgid "Private messages for this group."
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Dropdown label in group settings page for if group allows private messages.
|
||||
#: GroupPrivateMessagePlugin.php:162
|
||||
msgid "Private messages"
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Dropdown option in group settings page for allowing private messages.
|
||||
#: GroupPrivateMessagePlugin.php:164
|
||||
msgid "Sometimes"
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Dropdown option in group settings page for allowing private messages.
|
||||
#: GroupPrivateMessagePlugin.php:166
|
||||
msgid "Always"
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Dropdown option in group settings page for allowing private messages.
|
||||
#: GroupPrivateMessagePlugin.php:168
|
||||
msgid "Never"
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Dropdown title in group settings page for if group allows private messages.
|
||||
#: GroupPrivateMessagePlugin.php:170
|
||||
msgid "Whether to allow private messages to this group."
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Dropdown label in group settings page for who can send private messages to the group.
|
||||
#: GroupPrivateMessagePlugin.php:177
|
||||
msgid "Private senders"
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Dropdown option in group settings page for who can send private messages.
|
||||
#: GroupPrivateMessagePlugin.php:179
|
||||
msgid "Everyone"
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Dropdown option in group settings page for who can send private messages.
|
||||
#: GroupPrivateMessagePlugin.php:181
|
||||
msgid "Member"
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Dropdown option in group settings page for who can send private messages.
|
||||
#: GroupPrivateMessagePlugin.php:183
|
||||
msgid "Admin"
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Dropdown title in group settings page for who can send private messages to the group.
|
||||
#: GroupPrivateMessagePlugin.php:185
|
||||
msgid "Who can send private messages to the group."
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Title for action in group actions list.
|
||||
#: GroupPrivateMessagePlugin.php:290
|
||||
msgid "Send a direct message to this group."
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Link text for action in group actions list to send a private message to a group.
|
||||
#: GroupPrivateMessagePlugin.php:292
|
||||
msgctxt "LINKTEXT"
|
||||
msgid "Message"
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Client exception thrown when a private group message has to be forced.
|
||||
#: GroupPrivateMessagePlugin.php:370
|
||||
msgid "Forced notice to private group message."
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Indicator on the group page that the group is (essentially) private.
|
||||
#: GroupPrivateMessagePlugin.php:392
|
||||
msgid "Private"
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Plugin description.
|
||||
#: GroupPrivateMessagePlugin.php:418
|
||||
msgid "Allow posting private messages to groups."
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Form legend for sending private message to group %s.
|
||||
#: forms/groupmessage.php:89
|
||||
#, php-format
|
||||
msgid "Message to %s"
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Field label for private group message to group %s.
|
||||
#: forms/groupmessage.php:128
|
||||
#, php-format
|
||||
msgid "Direct message to %s"
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Indicator for number of chatacters still available for notice.
|
||||
#: forms/groupmessage.php:141
|
||||
msgid "Available characters"
|
||||
msgstr ""
|
||||
|
||||
#. TRANS: Send button text for sending private group notice.
|
||||
#: forms/groupmessage.php:162
|
||||
msgctxt "Send button for sending notice"
|
||||
msgid "Send"
|
||||
msgstr ""
|
||||
|
Reference in New Issue
Block a user