[various] Rename forum to group

- Drop support for forumdirectory
- Add support for groupdirectory
This commit is contained in:
Hypolite Petovan 2023-06-03 15:57:29 -04:00 committed by heluecht
parent aa0f74832a
commit 49d308c44b
51 changed files with 1636 additions and 85 deletions

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-11-21 19:17-0500\n"
"POT-Creation-Date: 2023-06-03 15:50-0400\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,76 +17,76 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: pumpio.php:57
#: pumpio.php:62
msgid "Permission denied."
msgstr ""
#: pumpio.php:152
#: pumpio.php:156
#, php-format
msgid "Unable to register the client at the pump.io server '%s'."
msgstr ""
#: pumpio.php:192
#: pumpio.php:196
msgid "You are now authenticated to pumpio."
msgstr ""
#: pumpio.php:193
#: pumpio.php:197
msgid "return to the connector page"
msgstr ""
#: pumpio.php:213
#: pumpio.php:217
msgid "Post to pumpio"
msgstr ""
#: pumpio.php:237
#: pumpio.php:241
msgid "Save Settings"
msgstr ""
#: pumpio.php:239
#: pumpio.php:243
msgid "Delete this preset"
msgstr ""
#: pumpio.php:245
#: pumpio.php:249
msgid "Authenticate your pump.io connection"
msgstr ""
#: pumpio.php:252
#: pumpio.php:256
msgid "Pump.io servername (without \"http://\" or \"https://\" )"
msgstr ""
#: pumpio.php:253
#: pumpio.php:257
msgid "Pump.io username (without the servername)"
msgstr ""
#: pumpio.php:254
#: pumpio.php:258
msgid "Import the remote timeline"
msgstr ""
#: pumpio.php:255
#: pumpio.php:259
msgid "Enable Pump.io Post Addon"
msgstr ""
#: pumpio.php:256
#: pumpio.php:260
msgid "Post to Pump.io by default"
msgstr ""
#: pumpio.php:257
#: pumpio.php:261
msgid "Should posts be public?"
msgstr ""
#: pumpio.php:258
#: pumpio.php:262
msgid "Mirror all public posts"
msgstr ""
#: pumpio.php:263
#: pumpio.php:267
msgid "Pump.io Import/Export/Mirror"
msgstr ""
#: pumpio.php:920
#: pumpio.php:924
msgid "status"
msgstr ""
#: pumpio.php:924
#: pumpio.php:928
#, php-format
msgid "%1$s likes %2$s's %3$s"
msgstr ""

View file

@ -417,7 +417,7 @@ function pumpio_send(array &$b)
}
// Dont't post if the post doesn't belong to us.
// This is a check for forum postings
// This is a check for group postings
$self = User::getOwnerDataById($b['uid']);
if ($b['contact-id'] != $self['id']) {
return;