]> git.mxchange.org Git - friendica.git/commitdiff
Merge branch 'develop' into refactoring-of-app-class
authorArt4 <art4@wlabs.de>
Sat, 16 Nov 2024 19:29:56 +0000 (19:29 +0000)
committerArt4 <art4@wlabs.de>
Sat, 16 Nov 2024 19:29:56 +0000 (19:29 +0000)
17 files changed:
1  2 
src/App.php
src/App/Page.php
src/Content/Conversation.php
src/Content/Text/BBCode.php
src/Core/Update.php
src/Model/Item.php
src/Model/Profile.php
src/Module/Admin/Summary.php
src/Module/Install.php
src/Module/Moderation/Blocklist/Server/Add.php
src/Module/Moderation/Item/Source.php
src/Module/OAuth/Authorize.php
src/Module/Profile/Conversations.php
src/Module/Settings/Display.php
src/Worker/Notifier.php
view/lang/C/messages.po
view/theme/frio/config.php

diff --cc src/App.php
index 8cc5640953ba14de9a8fdf02e02205dff2e3e8fb,e302c8515412465141725c57b9540734223df75b..afdc9a4d48805f9160ec361c837794f4f99e0b1e
@@@ -52,10 -51,22 +52,10 @@@ class App implements AppHelpe
  {
        const PLATFORM = 'Friendica';
        const CODENAME = 'Yellow Archangel';
-       const VERSION  = '2024.09-dev';
+       const VERSION  = '2024.12-dev';
  
 -      // Allow themes to control internal parameters
 -      // by changing App values in theme.php
 -      private $theme_info = [
 -              'videowidth'        => 425,
 -              'videoheight'       => 350,
 -      ];
 -
 -      private $timezone      = '';
 -      private $profile_owner = 0;
 -      private $contact_id    = 0;
 -      private $queue         = [];
 -
        /**
 -       * @var App\Mode The Mode of the Application
 +       * @var Mode The Mode of the Application
         */
        private $mode;
  
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
index 1c708134017a85680615b59c51b9db7b113c8b52,71e22c5fd297e3327a6cfa155b7ec7784b119e9a..b918dfa9dbe8b1b56c2890e5384453a2ad19f55d
@@@ -7,10 -7,8 +7,11 @@@
  
  namespace Friendica\Module\Settings;
  
 -use Friendica\App;
 +use Friendica\App\Arguments;
 +use Friendica\App\BaseURL;
 +use Friendica\App\Page;
 +use Friendica\AppHelper;
+ use Friendica\Content\ContactSelector;
  use Friendica\Content\Conversation\Collection\Timelines;
  use Friendica\Content\Text\BBCode;
  use Friendica\Content\Conversation\Factory\Channel as ChannelFactory;
index 256c6f6dd4e06d7a15fb4eab4eb2515af6430adc,438c0e5e77d7d94a68657a06dae9e08ffa18010d..1378051863732f58e6c9cefdae4f9f04c1ef3b42
@@@ -422,9 -412,9 +412,9 @@@ class Notifie
         * @throws InternalServerErrorException
         * @throws Exception
         */
-       private static function delivery(string $cmd, int $post_uriid, int $sender_uid, array $target_item, array $thr_parent, array $owner, bool $batch_delivery, bool $in_batch, array $contacts, array $ap_contacts, array $conversants = []): int
+       private static function delivery(string $cmd, int $post_uriid, int $sender_uid, array $target_item, array $parent, array $thr_parent, array $owner, bool $batch_delivery, bool $in_batch, array $contacts, array $ap_contacts, array $conversants = []): int
        {
 -              $a = DI::app();
 +              $appHelper = DI::apphelper();
                $delivery_queue_count = 0;
  
                if (!empty($target_item['verb']) && ($target_item['verb'] == Activity::ANNOUNCE)) {
index f728b42aaf1dad008c1ca801f8540db88cb38bb3,d66a1acb8037c1a4b5bcda65957a34279fd17f02..5fcd4353694f8300dfc23a18103f4fdae9fc7285
@@@ -6,9 -6,9 +6,9 @@@
  #, fuzzy
  msgid ""
  msgstr ""
- "Project-Id-Version: 2024.09-dev\n"
+ "Project-Id-Version: 2024.12-dev\n"
  "Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2024-11-16 10:27+0000\n"
 -"POT-Creation-Date: 2024-11-16 08:36+0000\n"
++"POT-Creation-Date: 2024-11-16 19:15+0000\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"
@@@ -46,29 -46,29 +46,29 @@@ msgstr "
  
  #: mod/item.php:449 mod/message.php:54 mod/message.php:100 mod/notes.php:33
  #: mod/photos.php:135 mod/photos.php:627 src/Model/Event.php:506
 -#: src/Module/Attach.php:41 src/Module/BaseApi.php:89
 -#: src/Module/BaseNotifications.php:84 src/Module/BaseSettings.php:36
 -#: src/Module/Calendar/Event/API.php:74 src/Module/Calendar/Event/Form.php:70
 -#: src/Module/Calendar/Export.php:68 src/Module/Calendar/Show.php:68
 +#: src/Module/Attach.php:41 src/Module/BaseApi.php:91
 +#: src/Module/BaseNotifications.php:83 src/Module/BaseSettings.php:38
 +#: src/Module/Calendar/Event/API.php:75 src/Module/Calendar/Event/Form.php:70
 +#: src/Module/Calendar/Export.php:68 src/Module/Calendar/Show.php:71
  #: src/Module/Circle.php:27 src/Module/Circle.php:70
- #: src/Module/Contact/Advanced.php:46 src/Module/Contact/Follow.php:73
- #: src/Module/Contact/Follow.php:141 src/Module/Contact/MatchInterests.php:73
+ #: src/Module/Contact/Advanced.php:46 src/Module/Contact/Follow.php:77
+ #: src/Module/Contact/Follow.php:145 src/Module/Contact/MatchInterests.php:73
  #: src/Module/Contact/Suggestions.php:40 src/Module/Contact/Unfollow.php:52
  #: src/Module/Contact/Unfollow.php:66 src/Module/Contact/Unfollow.php:98
 -#: src/Module/FollowConfirm.php:24 src/Module/FriendSuggest.php:43
 +#: src/Module/FollowConfirm.php:24 src/Module/FriendSuggest.php:44
  #: src/Module/Invite.php:28 src/Module/Invite.php:117
  #: src/Module/Notifications/Notification.php:62
  #: src/Module/Notifications/Notification.php:93
 -#: src/Module/OStatus/Subscribe.php:54 src/Module/Post/Edit.php:62
 -#: src/Module/Profile/Common.php:61 src/Module/Profile/Contacts.php:64
 -#: src/Module/Profile/Photos.php:78 src/Module/Profile/Schedule.php:25
 -#: src/Module/Profile/Schedule.php:42 src/Module/Register.php:70
 -#: src/Module/Register.php:83 src/Module/Register.php:199
 -#: src/Module/Register.php:238 src/Module/Search/Directory.php:23
 -#: src/Module/Settings/Account.php:36 src/Module/Settings/Account.php:377
 +#: src/Module/OStatus/Subscribe.php:54 src/Module/Post/Edit.php:67
 +#: src/Module/Profile/Common.php:63 src/Module/Profile/Contacts.php:66
 +#: src/Module/Profile/Photos.php:81 src/Module/Profile/Schedule.php:25
 +#: src/Module/Profile/Schedule.php:42 src/Module/Register.php:71
 +#: src/Module/Register.php:84 src/Module/Register.php:200
 +#: src/Module/Register.php:239 src/Module/Search/Directory.php:23
 +#: src/Module/Settings/Account.php:36 src/Module/Settings/Account.php:375
  #: src/Module/Settings/Channels.php:52 src/Module/Settings/Channels.php:127
- #: src/Module/Settings/Delegation.php:76 src/Module/Settings/Display.php:79
- #: src/Module/Settings/Display.php:186
 -#: src/Module/Settings/Delegation.php:76 src/Module/Settings/Display.php:77
 -#: src/Module/Settings/Display.php:191
++#: src/Module/Settings/Delegation.php:76 src/Module/Settings/Display.php:80
++#: src/Module/Settings/Display.php:194
  #: src/Module/Settings/Profile/Photo/Crop.php:151
  #: src/Module/Settings/Profile/Photo/Index.php:96
  #: src/Module/Settings/RemoveMe.php:105 src/Module/Settings/UserExport.php:64
@@@ -295,18 -295,18 +295,18 @@@ msgstr "
  #: src/Module/Debug/ActivityPubConversion.php:128
  #: src/Module/Debug/Babel.php:288 src/Module/Debug/Localtime.php:50
  #: src/Module/Debug/Probe.php:40 src/Module/Debug/WebFinger.php:37
- #: src/Module/FriendSuggest.php:132 src/Module/Install.php:219
- #: src/Module/Install.php:259 src/Module/Install.php:294
 -#: src/Module/FriendSuggest.php:131 src/Module/Install.php:221
 -#: src/Module/Install.php:261 src/Module/Install.php:296
 -#: src/Module/Invite.php:164 src/Module/Item/Compose.php:182
 -#: src/Module/Moderation/Item/Source.php:71
++#: src/Module/FriendSuggest.php:132 src/Module/Install.php:220
++#: src/Module/Install.php:260 src/Module/Install.php:295
 +#: src/Module/Invite.php:164 src/Module/Item/Compose.php:185
 +#: src/Module/Moderation/Item/Source.php:74
  #: src/Module/Moderation/Report/Create.php:154
  #: src/Module/Moderation/Report/Create.php:169
  #: src/Module/Moderation/Report/Create.php:197
  #: src/Module/Moderation/Report/Create.php:249
 -#: src/Module/Profile/Profile.php:262 src/Module/Settings/Profile/Index.php:248
 -#: src/Module/Settings/Server/Action.php:65 src/Module/User/Delegation.php:175
 +#: src/Module/Profile/Profile.php:265 src/Module/Settings/Profile/Index.php:248
 +#: src/Module/Settings/Server/Action.php:65 src/Module/User/Delegation.php:177
  #: src/Object/Post.php:1145 view/theme/duepuntozero/config.php:73
- #: view/theme/frio/config.php:138 view/theme/quattro/config.php:75
+ #: view/theme/frio/config.php:155 view/theme/quattro/config.php:75
  #: view/theme/vier/config.php:123
  msgid "Submit"
  msgstr ""
@@@ -480,11 -480,11 +480,11 @@@ msgstr "
  msgid "Delete Album"
  msgstr ""
  
 -#: mod/photos.php:757 mod/photos.php:857 src/Content/Conversation.php:403
 +#: mod/photos.php:757 mod/photos.php:857 src/Content/Conversation.php:404
- #: src/Module/Contact/Follow.php:154 src/Module/Contact/Revoke.php:92
+ #: src/Module/Contact/Follow.php:158 src/Module/Contact/Revoke.php:92
  #: src/Module/Contact/Unfollow.php:112
 -#: src/Module/Media/Attachment/Browser.php:63
 -#: src/Module/Media/Photo/Browser.php:74 src/Module/Post/Edit.php:153
 +#: src/Module/Media/Attachment/Browser.php:64
 +#: src/Module/Media/Photo/Browser.php:76 src/Module/Post/Edit.php:158
  #: src/Module/Post/Tag/Remove.php:95 src/Module/Profile/RemoteFollow.php:120
  #: src/Module/Security/TwoFactor/SignOut.php:111
  msgid "Cancel"
@@@ -1365,9 -1365,9 +1365,9 @@@ msgstr "
  msgid "Public post"
  msgstr ""
  
- #: src/Content/Conversation.php:411 src/Content/Widget/VCard.php:116
 -#: src/Content/Conversation.php:410 src/Content/Widget/VCard.php:121
 -#: src/Model/Profile.php:462 src/Module/Admin/Logs/View.php:80
 -#: src/Module/Post/Edit.php:167
++#: src/Content/Conversation.php:411 src/Content/Widget/VCard.php:121
 +#: src/Model/Profile.php:461 src/Module/Admin/Logs/View.php:80
 +#: src/Module/Post/Edit.php:172
  msgid "Message"
  msgstr ""
  
@@@ -1730,8 -1730,8 +1730,8 @@@ msgstr "
  msgid "Display posts with the selected protocols."
  msgstr ""
  
- #: src/Content/Feature.php:119 src/Content/Widget.php:522
+ #: src/Content/Feature.php:119 src/Content/Widget.php:558
 -#: src/Module/Settings/Account.php:433
 +#: src/Module/Settings/Account.php:429
  msgid "Account Types"
  msgstr ""
  
  msgid "Display posts done by accounts with the selected account type."
  msgstr ""
  
- #: src/Content/Feature.php:120 src/Content/Widget.php:571
+ #: src/Content/Feature.php:120 src/Content/Widget.php:607
 -#: src/Module/Admin/Site.php:464 src/Module/BaseSettings.php:111
 -#: src/Module/Settings/Channels.php:211 src/Module/Settings/Display.php:320
 +#: src/Module/Admin/Site.php:464 src/Module/BaseSettings.php:113
- #: src/Module/Settings/Channels.php:211 src/Module/Settings/Display.php:304
++#: src/Module/Settings/Channels.php:211 src/Module/Settings/Display.php:323
  msgid "Channels"
  msgstr ""
  
@@@ -1866,8 -1866,8 +1866,8 @@@ msgstr "
  msgid "View Photos"
  msgstr ""
  
- #: src/Content/Item.php:418 src/Model/Contact.php:1218
+ #: src/Content/Item.php:418 src/Model/Contact.php:1213
 -#: src/Model/Profile.php:447
 +#: src/Model/Profile.php:446
  msgid "Network Posts"
  msgstr ""
  
@@@ -1881,8 -1881,8 +1881,8 @@@ msgid "Send PM
  msgstr ""
  
  #: src/Content/Item.php:421 src/Module/Contact.php:449
- #: src/Module/Contact/Profile.php:519
+ #: src/Module/Contact/Profile.php:524
 -#: src/Module/Moderation/Blocklist/Contact.php:102
 +#: src/Module/Moderation/Blocklist/Contact.php:104
  #: src/Module/Moderation/Users/Active.php:123
  #: src/Module/Moderation/Users/Index.php:138
  msgid "Block"
@@@ -1967,9 -1967,9 +1967,9 @@@ msgstr "
  msgid "Conversations you started"
  msgstr ""
  
 -#: src/Content/Nav.php:216 src/Module/BaseProfile.php:35
 -#: src/Module/BaseSettings.php:84 src/Module/Contact.php:485
 -#: src/Module/Contact/Profile.php:431 src/Module/Profile/Profile.php:256
 +#: src/Content/Nav.php:216 src/Module/BaseProfile.php:34
 +#: src/Module/BaseSettings.php:86 src/Module/Contact.php:485
- #: src/Module/Contact/Profile.php:426 src/Module/Profile/Profile.php:259
++#: src/Module/Contact/Profile.php:431 src/Module/Profile/Profile.php:259
  #: src/Module/Welcome.php:43 view/theme/frio/theme.php:221
  msgid "Profile"
  msgstr ""
@@@ -1998,9 -1998,9 +1998,9 @@@ msgid "Your postings with media
  msgstr ""
  
  #: src/Content/Nav.php:219 src/Content/Nav.php:279
 -#: src/Module/BaseProfile.php:71 src/Module/BaseProfile.php:74
 -#: src/Module/BaseProfile.php:82 src/Module/BaseProfile.php:85
 -#: src/Module/Settings/Display.php:321 view/theme/frio/theme.php:227
 +#: src/Module/BaseProfile.php:70 src/Module/BaseProfile.php:73
 +#: src/Module/BaseProfile.php:81 src/Module/BaseProfile.php:84
- #: src/Module/Settings/Display.php:305 view/theme/frio/theme.php:227
++#: src/Module/Settings/Display.php:324 view/theme/frio/theme.php:227
  #: view/theme/frio/theme.php:231
  msgid "Calendar"
  msgstr ""
@@@ -2262,11 -2257,11 +2257,11 @@@ msgstr "
  msgid "Encrypted content"
  msgstr ""
  
- #: src/Content/Text/BBCode.php:2206
 -#: src/Content/Text/BBCode.php:2207
++#: src/Content/Text/BBCode.php:2208
  msgid "Invalid source protocol"
  msgstr ""
  
- #: src/Content/Text/BBCode.php:2225
 -#: src/Content/Text/BBCode.php:2226
++#: src/Content/Text/BBCode.php:2227
  msgid "Invalid link protocol"
  msgstr ""
  
@@@ -2278,8 -2273,8 +2273,8 @@@ msgstr "
  msgid "The end"
  msgstr ""
  
- #: src/Content/Text/HTML.php:847 src/Content/Widget/VCard.php:112
- #: src/Model/Profile.php:455 src/Module/Contact/Profile.php:479
+ #: src/Content/Text/HTML.php:847 src/Content/Widget/VCard.php:117
 -#: src/Model/Profile.php:456 src/Module/Contact/Profile.php:484
++#: src/Model/Profile.php:455 src/Module/Contact/Profile.php:484
  msgid "Follow"
  msgstr ""
  
@@@ -2405,7 -2400,7 +2400,7 @@@ msgstr "
  msgid "Relays"
  msgstr ""
  
- #: src/Content/Widget.php:524 src/Module/Moderation/BaseUsers.php:58
 -#: src/Content/Widget.php:560 src/Module/Moderation/BaseUsers.php:56
++#: src/Content/Widget.php:560 src/Module/Moderation/BaseUsers.php:58
  msgid "All"
  msgstr ""
  
@@@ -2451,47 -2446,47 +2446,47 @@@ msgstr[1] "
  msgid "More Trending Tags"
  msgstr ""
  
- #: src/Content/Widget/VCard.php:90 src/Model/Contact.php:1212
+ #: src/Content/Widget/VCard.php:95 src/Model/Contact.php:1207
 -#: src/Model/Profile.php:441
 +#: src/Model/Profile.php:440
  msgid "Post to group"
  msgstr ""
  
- #: src/Content/Widget/VCard.php:95 src/Model/Contact.php:1216
+ #: src/Content/Widget/VCard.php:100 src/Model/Contact.php:1211
 -#: src/Model/Profile.php:445 src/Module/Moderation/Item/Source.php:77
 +#: src/Model/Profile.php:444 src/Module/Moderation/Item/Source.php:80
  msgid "Mention"
  msgstr ""
  
- #: src/Content/Widget/VCard.php:105 src/Model/Profile.php:359
- #: src/Module/Contact/Profile.php:415 src/Module/Profile/Profile.php:190
 -#: src/Content/Widget/VCard.php:110 src/Model/Profile.php:360
 -#: src/Module/Contact/Profile.php:420 src/Module/Profile/Profile.php:187
++#: src/Content/Widget/VCard.php:110 src/Model/Profile.php:359
++#: src/Module/Contact/Profile.php:420 src/Module/Profile/Profile.php:190
  msgid "XMPP:"
  msgstr ""
  
- #: src/Content/Widget/VCard.php:106 src/Model/Profile.php:360
- #: src/Module/Contact/Profile.php:417 src/Module/Profile/Profile.php:194
 -#: src/Content/Widget/VCard.php:111 src/Model/Profile.php:361
 -#: src/Module/Contact/Profile.php:422 src/Module/Profile/Profile.php:191
++#: src/Content/Widget/VCard.php:111 src/Model/Profile.php:360
++#: src/Module/Contact/Profile.php:422 src/Module/Profile/Profile.php:194
  msgid "Matrix:"
  msgstr ""
  
- #: src/Content/Widget/VCard.php:107 src/Model/Event.php:68
+ #: src/Content/Widget/VCard.php:112 src/Model/Event.php:68
  #: src/Model/Event.php:95 src/Model/Event.php:457 src/Model/Event.php:946
- #: src/Model/Profile.php:354 src/Module/Contact/Profile.php:413
- #: src/Module/Directory.php:134 src/Module/Notifications/Introductions.php:179
 -#: src/Model/Profile.php:355 src/Module/Contact/Profile.php:418
++#: src/Model/Profile.php:354 src/Module/Contact/Profile.php:418
+ #: src/Module/Directory.php:134 src/Module/Notifications/Introductions.php:180
 -#: src/Module/Profile/Profile.php:209
 +#: src/Module/Profile/Profile.php:212
  msgid "Location:"
  msgstr ""
  
- #: src/Content/Widget/VCard.php:110 src/Model/Profile.php:468
- #: src/Module/Notifications/Introductions.php:193
 -#: src/Content/Widget/VCard.php:115 src/Model/Profile.php:469
++#: src/Content/Widget/VCard.php:115 src/Model/Profile.php:468
+ #: src/Module/Notifications/Introductions.php:194
  msgid "Network:"
  msgstr ""
  
- #: src/Content/Widget/VCard.php:114 src/Model/Contact.php:1244
- #: src/Model/Contact.php:1256 src/Model/Profile.php:457
- #: src/Module/Contact/Profile.php:471
+ #: src/Content/Widget/VCard.php:119 src/Model/Contact.php:1239
 -#: src/Model/Contact.php:1251 src/Model/Profile.php:458
++#: src/Model/Contact.php:1251 src/Model/Profile.php:457
+ #: src/Module/Contact/Profile.php:476
  msgid "Unfollow"
  msgstr ""
  
- #: src/Content/Widget/VCard.php:120 src/Model/Contact.php:1214
+ #: src/Content/Widget/VCard.php:125 src/Model/Contact.php:1209
 -#: src/Model/Profile.php:443
 +#: src/Model/Profile.php:442
  msgid "View group"
  msgstr ""
  
@@@ -2557,8 -2552,8 +2552,8 @@@ msgstr "
  msgid "You may need to import the file \"database.sql\" manually using phpmyadmin or mysql."
  msgstr ""
  
- #: src/Core/Installer.php:184 src/Module/Install.php:192
- #: src/Module/Install.php:335
 -#: src/Core/Installer.php:184 src/Module/Install.php:194
 -#: src/Module/Install.php:337
++#: src/Core/Installer.php:184 src/Module/Install.php:193
++#: src/Module/Install.php:336
  msgid "Please see the file \"doc/INSTALL.md\"."
  msgstr ""
  
@@@ -2844,37 -2839,37 +2839,37 @@@ msgid "%s (%s)
  msgstr ""
  
  #: src/Core/L10n.php:485 src/Model/Event.php:416
- #: src/Module/Settings/Display.php:273
 -#: src/Module/Settings/Display.php:289
++#: src/Module/Settings/Display.php:292
  msgid "Monday"
  msgstr ""
  
  #: src/Core/L10n.php:485 src/Model/Event.php:417
- #: src/Module/Settings/Display.php:274
 -#: src/Module/Settings/Display.php:290
++#: src/Module/Settings/Display.php:293
  msgid "Tuesday"
  msgstr ""
  
  #: src/Core/L10n.php:485 src/Model/Event.php:418
- #: src/Module/Settings/Display.php:275
 -#: src/Module/Settings/Display.php:291
++#: src/Module/Settings/Display.php:294
  msgid "Wednesday"
  msgstr ""
  
  #: src/Core/L10n.php:485 src/Model/Event.php:419
- #: src/Module/Settings/Display.php:276
 -#: src/Module/Settings/Display.php:292
++#: src/Module/Settings/Display.php:295
  msgid "Thursday"
  msgstr ""
  
  #: src/Core/L10n.php:485 src/Model/Event.php:420
- #: src/Module/Settings/Display.php:277
 -#: src/Module/Settings/Display.php:293
++#: src/Module/Settings/Display.php:296
  msgid "Friday"
  msgstr ""
  
  #: src/Core/L10n.php:485 src/Model/Event.php:421
- #: src/Module/Settings/Display.php:278
 -#: src/Module/Settings/Display.php:294
++#: src/Module/Settings/Display.php:297
  msgid "Saturday"
  msgstr ""
  
  #: src/Core/L10n.php:485 src/Model/Event.php:415
- #: src/Module/Settings/Display.php:272
 -#: src/Module/Settings/Display.php:288
++#: src/Module/Settings/Display.php:291
  msgid "Sunday"
  msgstr ""
  
@@@ -3033,32 -3028,32 +3028,32 @@@ msgstr "
  msgid "Enter a valid existing folder"
  msgstr ""
  
- #: src/Core/Update.php:64
 -#: src/Core/Update.php:104
++#: src/Core/Update.php:102
  #, php-format
  msgid "Updates from version %s are not supported. Please update at least to version 2021.01 and wait until the postupdate finished version 1383."
  msgstr ""
  
- #: src/Core/Update.php:75
 -#: src/Core/Update.php:115
++#: src/Core/Update.php:113
  #, php-format
  msgid "Updates from postupdate version %s are not supported. Please update at least to version 2021.01 and wait until the postupdate finished version 1383."
  msgstr ""
  
- #: src/Core/Update.php:167
 -#: src/Core/Update.php:207
++#: src/Core/Update.php:205
  #, php-format
  msgid "%s: executing pre update %d"
  msgstr ""
  
- #: src/Core/Update.php:209
 -#: src/Core/Update.php:249
++#: src/Core/Update.php:247
  #, php-format
  msgid "%s: executing post update %d"
  msgstr ""
  
- #: src/Core/Update.php:283
 -#: src/Core/Update.php:323
++#: src/Core/Update.php:321
  #, php-format
  msgid "Update %s failed. See error logs."
  msgstr ""
  
- #: src/Core/Update.php:323
 -#: src/Core/Update.php:363
++#: src/Core/Update.php:361
  #, php-format
  msgid ""
  "\n"
  "\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid."
  msgstr ""
  
- #: src/Core/Update.php:329
 -#: src/Core/Update.php:369
++#: src/Core/Update.php:367
  #, php-format
  msgid "The error message is\\n[pre]%s[/pre]"
  msgstr ""
  
- #: src/Core/Update.php:333 src/Core/Update.php:361
 -#: src/Core/Update.php:373 src/Core/Update.php:401
++#: src/Core/Update.php:371 src/Core/Update.php:399
  msgid "[Friendica Notify] Database update"
  msgstr ""
  
- #: src/Core/Update.php:355
 -#: src/Core/Update.php:395
++#: src/Core/Update.php:393
  #, php-format
  msgid ""
  "\n"
@@@ -3208,7 -3209,7 +3209,7 @@@ msgstr "
  msgid "Group"
  msgstr ""
  
- #: src/Model/Contact.php:1755 src/Module/Moderation/BaseUsers.php:122
 -#: src/Model/Contact.php:1758 src/Module/Moderation/BaseUsers.php:120
++#: src/Model/Contact.php:1758 src/Module/Moderation/BaseUsers.php:122
  msgid "Relay"
  msgstr ""
  
  msgid "Disallowed profile URL."
  msgstr ""
  
- #: src/Model/Contact.php:3075 src/Module/Friendica.php:88
 -#: src/Model/Contact.php:3078 src/Module/Friendica.php:86
++#: src/Model/Contact.php:3078 src/Module/Friendica.php:88
  msgid "Blocked domain"
  msgstr ""
  
@@@ -3296,18 -3297,18 +3297,18 @@@ msgstr "
  msgid "today"
  msgstr ""
  
 -#: src/Model/Event.php:449 src/Module/Calendar/Show.php:115
 -#: src/Module/Settings/Display.php:299 src/Util/Temporal.php:339
 +#: src/Model/Event.php:449 src/Module/Calendar/Show.php:118
- #: src/Module/Settings/Display.php:283 src/Util/Temporal.php:339
++#: src/Module/Settings/Display.php:302 src/Util/Temporal.php:339
  msgid "month"
  msgstr ""
  
 -#: src/Model/Event.php:450 src/Module/Calendar/Show.php:116
 -#: src/Module/Settings/Display.php:300 src/Util/Temporal.php:340
 +#: src/Model/Event.php:450 src/Module/Calendar/Show.php:119
- #: src/Module/Settings/Display.php:284 src/Util/Temporal.php:340
++#: src/Module/Settings/Display.php:303 src/Util/Temporal.php:340
  msgid "week"
  msgstr ""
  
 -#: src/Model/Event.php:451 src/Module/Calendar/Show.php:117
 -#: src/Module/Settings/Display.php:301 src/Util/Temporal.php:341
 +#: src/Model/Event.php:451 src/Module/Calendar/Show.php:120
- #: src/Module/Settings/Display.php:285 src/Util/Temporal.php:341
++#: src/Module/Settings/Display.php:304 src/Util/Temporal.php:341
  msgid "day"
  msgstr ""
  
@@@ -3481,8 -3482,8 +3482,8 @@@ msgstr "
  msgid "Homepage:"
  msgstr ""
  
- #: src/Model/Profile.php:358 src/Module/Contact/Profile.php:419
- #: src/Module/Notifications/Introductions.php:181
 -#: src/Model/Profile.php:359 src/Module/Contact/Profile.php:424
++#: src/Model/Profile.php:358 src/Module/Contact/Profile.php:424
+ #: src/Module/Notifications/Introductions.php:182
  msgid "About:"
  msgstr ""
  
@@@ -3566,9 -3567,9 +3567,9 @@@ msgstr "
  msgid "Title/Description:"
  msgstr ""
  
- #: src/Model/Profile.php:796 src/Module/Admin/Summary.php:183
 -#: src/Model/Profile.php:799 src/Module/Admin/Summary.php:176
++#: src/Model/Profile.php:796 src/Module/Admin/Summary.php:176
  #: src/Module/Moderation/Report/Create.php:266
 -#: src/Module/Moderation/Summary.php:62
 +#: src/Module/Moderation/Summary.php:65
  msgid "Summary"
  msgstr ""
  
@@@ -3872,7 -3873,7 +3873,7 @@@ msgid "Disable
  msgstr ""
  
  #: src/Module/Admin/Addons/Details.php:77
- #: src/Module/Admin/Themes/Details.php:41 src/Module/Settings/Display.php:329
 -#: src/Module/Admin/Themes/Details.php:41 src/Module/Settings/Display.php:348
++#: src/Module/Admin/Themes/Details.php:41 src/Module/Settings/Display.php:351
  msgid "Enable"
  msgstr ""
  
@@@ -3919,10 -3920,10 +3920,10 @@@ msgstr "
  #: src/Module/Admin/Addons/Index.php:61 src/Module/Admin/Features.php:69
  #: src/Module/Admin/Logs/Settings.php:76 src/Module/Admin/Site.php:450
  #: src/Module/Admin/Themes/Index.php:105 src/Module/Admin/Tos.php:72
 -#: src/Module/Settings/Account.php:549 src/Module/Settings/Addons.php:64
 +#: src/Module/Settings/Account.php:545 src/Module/Settings/Addons.php:64
  #: src/Module/Settings/Connectors.php:149
  #: src/Module/Settings/Connectors.php:235
- #: src/Module/Settings/Delegation.php:179 src/Module/Settings/Display.php:298
 -#: src/Module/Settings/Delegation.php:179 src/Module/Settings/Display.php:314
++#: src/Module/Settings/Delegation.php:179 src/Module/Settings/Display.php:317
  #: src/Module/Settings/Features.php:61
  msgid "Save Settings"
  msgstr ""
@@@ -4277,11 -4278,11 +4278,11 @@@ msgstr "
  msgid "%s is no valid input for maximum image size"
  msgstr ""
  
- #: src/Module/Admin/Site.php:362 src/Module/Settings/Display.php:204
 -#: src/Module/Admin/Site.php:362 src/Module/Settings/Display.php:209
++#: src/Module/Admin/Site.php:362 src/Module/Settings/Display.php:212
  msgid "No special theme for mobile devices"
  msgstr ""
  
- #: src/Module/Admin/Site.php:379 src/Module/Settings/Display.php:214
 -#: src/Module/Admin/Site.php:379 src/Module/Settings/Display.php:219
++#: src/Module/Admin/Site.php:379 src/Module/Settings/Display.php:222
  #, php-format
  msgid "%s - (Experimental)"
  msgstr ""
@@@ -5176,6 -5177,7 +5177,7 @@@ msgid "Can be \"all\" or \"tags\". \"al
  msgstr ""
  
  #: src/Module/Admin/Site.php:584 src/Module/Contact/Profile.php:315
 -#: src/Module/Settings/Display.php:256
++#: src/Module/Settings/Display.php:259
  #: src/Module/Settings/TwoFactor/Index.php:132
  msgid "Disabled"
  msgstr ""
@@@ -5825,20 -5827,20 +5827,20 @@@ msgstr "
  
  #: src/Module/Calendar/Event/Form.php:195
  #: src/Module/Calendar/Event/Form.php:223 src/Module/Debug/Probe.php:45
- #: src/Module/Install.php:186 src/Module/Install.php:212
- #: src/Module/Install.php:217 src/Module/Install.php:231
- #: src/Module/Install.php:240 src/Module/Install.php:245
- #: src/Module/Install.php:251 src/Module/Install.php:256
- #: src/Module/Install.php:270 src/Module/Install.php:283
- #: src/Module/Install.php:310
 -#: src/Module/Install.php:188 src/Module/Install.php:214
 -#: src/Module/Install.php:219 src/Module/Install.php:233
 -#: src/Module/Install.php:242 src/Module/Install.php:247
 -#: src/Module/Install.php:253 src/Module/Install.php:258
 -#: src/Module/Install.php:272 src/Module/Install.php:285
 -#: src/Module/Install.php:312
 -#: src/Module/Moderation/Blocklist/Server/Add.php:122
 -#: src/Module/Moderation/Blocklist/Server/Add.php:124
 -#: src/Module/Moderation/Blocklist/Server/Import.php:113
 -#: src/Module/Moderation/Blocklist/Server/Index.php:72
 -#: src/Module/Moderation/Blocklist/Server/Index.php:73
 -#: src/Module/Moderation/Blocklist/Server/Index.php:101
 -#: src/Module/Moderation/Blocklist/Server/Index.php:102
 -#: src/Module/Moderation/Item/Delete.php:53 src/Module/Register.php:141
++#: src/Module/Install.php:187 src/Module/Install.php:213
++#: src/Module/Install.php:218 src/Module/Install.php:232
++#: src/Module/Install.php:241 src/Module/Install.php:246
++#: src/Module/Install.php:252 src/Module/Install.php:257
++#: src/Module/Install.php:271 src/Module/Install.php:284
++#: src/Module/Install.php:311
 +#: src/Module/Moderation/Blocklist/Server/Add.php:125
 +#: src/Module/Moderation/Blocklist/Server/Add.php:127
 +#: src/Module/Moderation/Blocklist/Server/Import.php:116
 +#: src/Module/Moderation/Blocklist/Server/Index.php:75
 +#: src/Module/Moderation/Blocklist/Server/Index.php:76
 +#: src/Module/Moderation/Blocklist/Server/Index.php:104
 +#: src/Module/Moderation/Blocklist/Server/Index.php:105
 +#: src/Module/Moderation/Item/Delete.php:53 src/Module/Register.php:142
  #: src/Module/Security/TwoFactor/Verify.php:87
  #: src/Module/Settings/Channels.php:176 src/Module/Settings/Channels.php:197
  #: src/Module/Settings/TwoFactor/Index.php:147
@@@ -5902,7 -5904,7 +5904,7 @@@ msgstr "
  msgid "Create New Event"
  msgstr ""
  
- #: src/Module/Calendar/Show.php:121 src/Module/Settings/Display.php:286
 -#: src/Module/Calendar/Show.php:118 src/Module/Settings/Display.php:302
++#: src/Module/Calendar/Show.php:121 src/Module/Settings/Display.php:305
  msgid "list"
  msgstr ""
  
@@@ -6086,8 -6088,8 +6088,8 @@@ msgstr "
  msgid "Update"
  msgstr ""
  
- #: src/Module/Contact.php:449 src/Module/Contact/Profile.php:519
+ #: src/Module/Contact.php:449 src/Module/Contact/Profile.php:524
 -#: src/Module/Moderation/Blocklist/Contact.php:103
 +#: src/Module/Moderation/Blocklist/Contact.php:105
  #: src/Module/Moderation/Users/Blocked.php:124
  #: src/Module/Moderation/Users/Index.php:140
  msgid "Unblock"
@@@ -6280,18 -6282,18 +6282,18 @@@ msgstr "
  msgid "Your Identity Address:"
  msgstr ""
  
- #: src/Module/Contact/Follow.php:151 src/Module/Contact/Profile.php:409
+ #: src/Module/Contact/Follow.php:155 src/Module/Contact/Profile.php:414
  #: src/Module/Contact/Unfollow.php:115
 -#: src/Module/Moderation/Blocklist/Contact.php:117
 -#: src/Module/Moderation/Reports.php:109
 +#: src/Module/Moderation/Blocklist/Contact.php:119
 +#: src/Module/Moderation/Reports.php:112
  #: src/Module/Notifications/Introductions.php:121
- #: src/Module/Notifications/Introductions.php:190
+ #: src/Module/Notifications/Introductions.php:191
  msgid "Profile URL"
  msgstr ""
  
- #: src/Module/Contact/Follow.php:152 src/Module/Contact/Profile.php:421
- #: src/Module/Notifications/Introductions.php:183
+ #: src/Module/Contact/Follow.php:156 src/Module/Contact/Profile.php:426
+ #: src/Module/Notifications/Introductions.php:184
 -#: src/Module/Profile/Profile.php:222
 +#: src/Module/Profile/Profile.php:225
  msgid "Tags:"
  msgstr ""
  
@@@ -7089,132 -7091,132 +7091,132 @@@ msgstr "
  msgid "Welcome to %s"
  msgstr ""
  
- #: src/Module/Install.php:174
 -#: src/Module/Install.php:176
++#: src/Module/Install.php:175
  msgid "Friendica Communications Server - Setup"
  msgstr ""
  
- #: src/Module/Install.php:185
 -#: src/Module/Install.php:187
++#: src/Module/Install.php:186
  msgid "System check"
  msgstr ""
  
- #: src/Module/Install.php:187 src/Module/Install.php:232
- #: src/Module/Install.php:311
 -#: src/Module/Install.php:189 src/Module/Install.php:234
 -#: src/Module/Install.php:313
++#: src/Module/Install.php:188 src/Module/Install.php:233
++#: src/Module/Install.php:312
  msgid "Requirement not satisfied"
  msgstr ""
  
- #: src/Module/Install.php:188
 -#: src/Module/Install.php:190
++#: src/Module/Install.php:189
  msgid "Optional requirement not satisfied"
  msgstr ""
  
- #: src/Module/Install.php:189
 -#: src/Module/Install.php:191
++#: src/Module/Install.php:190
  msgid "OK"
  msgstr ""
  
- #: src/Module/Install.php:193
 -#: src/Module/Install.php:195
++#: src/Module/Install.php:194
  msgid "Next"
  msgstr ""
  
- #: src/Module/Install.php:194
 -#: src/Module/Install.php:196
++#: src/Module/Install.php:195
  msgid "Check again"
  msgstr ""
  
- #: src/Module/Install.php:207
 -#: src/Module/Install.php:209
++#: src/Module/Install.php:208
  msgid "Base settings"
  msgstr ""
  
- #: src/Module/Install.php:209
 -#: src/Module/Install.php:211
++#: src/Module/Install.php:210
  msgid "Base path to installation"
  msgstr ""
  
- #: src/Module/Install.php:211
 -#: src/Module/Install.php:213
++#: src/Module/Install.php:212
  msgid "If the system cannot detect the correct path to your installation, enter the correct path here. This setting should only be set if you are using a restricted system and symbolic links to your webroot."
  msgstr ""
  
- #: src/Module/Install.php:214
 -#: src/Module/Install.php:216
++#: src/Module/Install.php:215
  msgid "The Friendica system URL"
  msgstr ""
  
- #: src/Module/Install.php:216
 -#: src/Module/Install.php:218
++#: src/Module/Install.php:217
  msgid "Overwrite this field in case the system URL determination isn't right, otherwise leave it as is."
  msgstr ""
  
- #: src/Module/Install.php:227
 -#: src/Module/Install.php:229
++#: src/Module/Install.php:228
  msgid "Database connection"
  msgstr ""
  
- #: src/Module/Install.php:228
 -#: src/Module/Install.php:230
++#: src/Module/Install.php:229
  msgid "In order to install Friendica we need to know how to connect to your database."
  msgstr ""
  
- #: src/Module/Install.php:229
 -#: src/Module/Install.php:231
++#: src/Module/Install.php:230
  msgid "Please contact your hosting provider or site administrator if you have questions about these settings."
  msgstr ""
  
- #: src/Module/Install.php:230
 -#: src/Module/Install.php:232
++#: src/Module/Install.php:231
  msgid "The database you specify below should already exist. If it does not, please create it before continuing."
  msgstr ""
  
- #: src/Module/Install.php:237
 -#: src/Module/Install.php:239
++#: src/Module/Install.php:238
  msgid "Database Server Name"
  msgstr ""
  
- #: src/Module/Install.php:242
 -#: src/Module/Install.php:244
++#: src/Module/Install.php:243
  msgid "Database Login Name"
  msgstr ""
  
- #: src/Module/Install.php:248
 -#: src/Module/Install.php:250
++#: src/Module/Install.php:249
  msgid "Database Login Password"
  msgstr ""
  
- #: src/Module/Install.php:250
 -#: src/Module/Install.php:252
++#: src/Module/Install.php:251
  msgid "For security reasons the password must not be empty"
  msgstr ""
  
- #: src/Module/Install.php:253
 -#: src/Module/Install.php:255
++#: src/Module/Install.php:254
  msgid "Database Name"
  msgstr ""
  
- #: src/Module/Install.php:257 src/Module/Install.php:285
 -#: src/Module/Install.php:259 src/Module/Install.php:287
++#: src/Module/Install.php:258 src/Module/Install.php:286
  msgid "Please select a default timezone for your website"
  msgstr ""
  
- #: src/Module/Install.php:272
 -#: src/Module/Install.php:274
++#: src/Module/Install.php:273
  msgid "Site settings"
  msgstr ""
  
- #: src/Module/Install.php:280
 -#: src/Module/Install.php:282
++#: src/Module/Install.php:281
  msgid "Site administrator email address"
  msgstr ""
  
- #: src/Module/Install.php:282
 -#: src/Module/Install.php:284
++#: src/Module/Install.php:283
  msgid "Your account email address must match this in order to use the web admin panel."
  msgstr ""
  
- #: src/Module/Install.php:289
 -#: src/Module/Install.php:291
++#: src/Module/Install.php:290
  msgid "System Language:"
  msgstr ""
  
- #: src/Module/Install.php:291
 -#: src/Module/Install.php:293
++#: src/Module/Install.php:292
  msgid "Set the default language for your Friendica installation interface and to send emails."
  msgstr ""
  
- #: src/Module/Install.php:303
 -#: src/Module/Install.php:305
++#: src/Module/Install.php:304
  msgid "Your Friendica site database has been installed."
  msgstr ""
  
- #: src/Module/Install.php:313
 -#: src/Module/Install.php:315
++#: src/Module/Install.php:314
  msgid "Installation finished"
  msgstr ""
  
- #: src/Module/Install.php:333
 -#: src/Module/Install.php:335
++#: src/Module/Install.php:334
  msgid "<h1>What next</h1>"
  msgstr ""
  
- #: src/Module/Install.php:334
 -#: src/Module/Install.php:336
++#: src/Module/Install.php:335
  msgid "IMPORTANT: You will need to [manually] setup a scheduled task for the worker."
  msgstr ""
  
- #: src/Module/Install.php:337
 -#: src/Module/Install.php:339
++#: src/Module/Install.php:338
  #, php-format
  msgid "Go to your new Friendica node <a href=\"%s/register\">registration page</a> and register as new user. Remember to use the same email you have entered as administrator email. This will allow you to enter the site admin panel."
  msgstr ""
@@@ -9545,13 -9552,13 +9552,13 @@@ msgid "When selected, the channel resul
  msgstr ""
  
  #: src/Module/Settings/Channels.php:176 src/Module/Settings/Channels.php:197
- #: src/Module/Settings/Display.php:327
 -#: src/Module/Settings/Display.php:346
++#: src/Module/Settings/Display.php:349
  msgid "Label"
  msgstr ""
  
  #: src/Module/Settings/Channels.php:177 src/Module/Settings/Channels.php:198
- #: src/Module/Settings/Display.php:328
- #: src/Module/Settings/TwoFactor/AppSpecific.php:123
 -#: src/Module/Settings/Display.php:347
++#: src/Module/Settings/Display.php:350
+ #: src/Module/Settings/TwoFactor/AppSpecific.php:124
  msgid "Description"
  msgstr ""
  
@@@ -9909,178 -9916,218 +9916,218 @@@ msgstr "
  msgid "No entries."
  msgstr ""
  
- #: src/Module/Settings/Display.php:172
 -#: src/Module/Settings/Display.php:177
++#: src/Module/Settings/Display.php:180
  msgid "The theme you chose isn't available."
  msgstr ""
  
- #: src/Module/Settings/Display.php:212
 -#: src/Module/Settings/Display.php:217
++#: src/Module/Settings/Display.php:220
  #, php-format
  msgid "%s - (Unsupported)"
  msgstr ""
  
- #: src/Module/Settings/Display.php:249
 -#: src/Module/Settings/Display.php:257
++#: src/Module/Settings/Display.php:260
+ msgid "Color/Black"
+ msgstr ""
 -#: src/Module/Settings/Display.php:258 view/theme/frio/php/scheme.php:95
++#: src/Module/Settings/Display.php:261 view/theme/frio/php/scheme.php:95
+ msgid "Black"
+ msgstr ""
 -#: src/Module/Settings/Display.php:259
++#: src/Module/Settings/Display.php:262
+ msgid "Color/White"
+ msgstr ""
 -#: src/Module/Settings/Display.php:260
++#: src/Module/Settings/Display.php:263
+ msgid "White"
+ msgstr ""
 -#: src/Module/Settings/Display.php:265
++#: src/Module/Settings/Display.php:268
  msgid "No preview"
  msgstr ""
  
- #: src/Module/Settings/Display.php:250
 -#: src/Module/Settings/Display.php:266
++#: src/Module/Settings/Display.php:269
  msgid "No image"
  msgstr ""
  
- #: src/Module/Settings/Display.php:251
 -#: src/Module/Settings/Display.php:267
++#: src/Module/Settings/Display.php:270
  msgid "Small Image"
  msgstr ""
  
- #: src/Module/Settings/Display.php:252
 -#: src/Module/Settings/Display.php:268
++#: src/Module/Settings/Display.php:271
  msgid "Large Image"
  msgstr ""
  
- #: src/Module/Settings/Display.php:297
 -#: src/Module/Settings/Display.php:313
++#: src/Module/Settings/Display.php:316
  msgid "Display Settings"
  msgstr ""
  
- #: src/Module/Settings/Display.php:299
 -#: src/Module/Settings/Display.php:315
++#: src/Module/Settings/Display.php:318
  msgid "General Theme Settings"
  msgstr ""
  
- #: src/Module/Settings/Display.php:300
 -#: src/Module/Settings/Display.php:316
++#: src/Module/Settings/Display.php:319
  msgid "Custom Theme Settings"
  msgstr ""
  
- #: src/Module/Settings/Display.php:301
 -#: src/Module/Settings/Display.php:317
++#: src/Module/Settings/Display.php:320
  msgid "Content Settings"
  msgstr ""
  
- #: src/Module/Settings/Display.php:302 view/theme/duepuntozero/config.php:74
- #: view/theme/frio/config.php:139 view/theme/quattro/config.php:76
 -#: src/Module/Settings/Display.php:318 view/theme/duepuntozero/config.php:74
++#: src/Module/Settings/Display.php:321 view/theme/duepuntozero/config.php:74
+ #: view/theme/frio/config.php:156 view/theme/quattro/config.php:76
  #: view/theme/vier/config.php:124
  msgid "Theme settings"
  msgstr ""
  
- #: src/Module/Settings/Display.php:303
 -#: src/Module/Settings/Display.php:319
++#: src/Module/Settings/Display.php:322
  msgid "Timelines"
  msgstr ""
  
- #: src/Module/Settings/Display.php:310
 -#: src/Module/Settings/Display.php:326
++#: src/Module/Settings/Display.php:329
  msgid "Display Theme:"
  msgstr ""
  
- #: src/Module/Settings/Display.php:311
 -#: src/Module/Settings/Display.php:327
++#: src/Module/Settings/Display.php:330
  msgid "Mobile Theme:"
  msgstr ""
  
- #: src/Module/Settings/Display.php:314
 -#: src/Module/Settings/Display.php:330
++#: src/Module/Settings/Display.php:333
  msgid "Number of items to display per page:"
  msgstr ""
  
- #: src/Module/Settings/Display.php:314 src/Module/Settings/Display.php:315
 -#: src/Module/Settings/Display.php:330 src/Module/Settings/Display.php:331
++#: src/Module/Settings/Display.php:333 src/Module/Settings/Display.php:334
  msgid "Maximum of 100 items"
  msgstr ""
  
- #: src/Module/Settings/Display.php:315
 -#: src/Module/Settings/Display.php:331
++#: src/Module/Settings/Display.php:334
  msgid "Number of items to display per page when viewed from mobile device:"
  msgstr ""
  
- #: src/Module/Settings/Display.php:316
 -#: src/Module/Settings/Display.php:332
++#: src/Module/Settings/Display.php:335
  msgid "Update browser every xx seconds"
  msgstr ""
  
- #: src/Module/Settings/Display.php:316
 -#: src/Module/Settings/Display.php:332
++#: src/Module/Settings/Display.php:335
  msgid "Minimum of 10 seconds. Enter -1 to disable it."
  msgstr ""
  
- #: src/Module/Settings/Display.php:317
 -#: src/Module/Settings/Display.php:333
++#: src/Module/Settings/Display.php:336
  msgid "Display emoticons"
  msgstr ""
  
- #: src/Module/Settings/Display.php:317
 -#: src/Module/Settings/Display.php:333
++#: src/Module/Settings/Display.php:336
  msgid "When enabled, emoticons are replaced with matching symbols."
  msgstr ""
  
- #: src/Module/Settings/Display.php:318
 -#: src/Module/Settings/Display.php:334
++#: src/Module/Settings/Display.php:337
  msgid "Infinite scroll"
  msgstr ""
  
- #: src/Module/Settings/Display.php:318
 -#: src/Module/Settings/Display.php:334
++#: src/Module/Settings/Display.php:337
  msgid "Automatic fetch new items when reaching the page end."
  msgstr ""
  
- #: src/Module/Settings/Display.php:319
 -#: src/Module/Settings/Display.php:335
++#: src/Module/Settings/Display.php:338
  msgid "Enable Smart Threading"
  msgstr ""
  
- #: src/Module/Settings/Display.php:319
 -#: src/Module/Settings/Display.php:335
++#: src/Module/Settings/Display.php:338
  msgid "Enable the automatic suppression of extraneous thread indentation."
  msgstr ""
  
- #: src/Module/Settings/Display.php:320
 -#: src/Module/Settings/Display.php:336
++#: src/Module/Settings/Display.php:339
  msgid "Display the Dislike feature"
  msgstr ""
  
- #: src/Module/Settings/Display.php:320
 -#: src/Module/Settings/Display.php:336
++#: src/Module/Settings/Display.php:339
  msgid "Display the Dislike button and dislike reactions on posts and comments."
  msgstr ""
  
- #: src/Module/Settings/Display.php:321
 -#: src/Module/Settings/Display.php:337
++#: src/Module/Settings/Display.php:340
  msgid "Display the resharer"
  msgstr ""
  
- #: src/Module/Settings/Display.php:321
 -#: src/Module/Settings/Display.php:337
++#: src/Module/Settings/Display.php:340
  msgid "Display the first resharer as icon and text on a reshared item."
  msgstr ""
  
- #: src/Module/Settings/Display.php:322
 -#: src/Module/Settings/Display.php:338
++#: src/Module/Settings/Display.php:341
  msgid "Stay local"
  msgstr ""
  
- #: src/Module/Settings/Display.php:322
 -#: src/Module/Settings/Display.php:338
++#: src/Module/Settings/Display.php:341
  msgid "Don't go to a remote system when following a contact link."
  msgstr ""
  
- #: src/Module/Settings/Display.php:323
 -#: src/Module/Settings/Display.php:339
++#: src/Module/Settings/Display.php:342
  msgid "Show the post deletion checkbox"
  msgstr ""
  
- #: src/Module/Settings/Display.php:323
 -#: src/Module/Settings/Display.php:339
++#: src/Module/Settings/Display.php:342
  msgid "Display the checkbox for the post deletion on the network page."
  msgstr ""
  
- #: src/Module/Settings/Display.php:324
 -#: src/Module/Settings/Display.php:340
++#: src/Module/Settings/Display.php:343
  msgid "DIsplay the event list"
  msgstr ""
  
- #: src/Module/Settings/Display.php:324
 -#: src/Module/Settings/Display.php:340
++#: src/Module/Settings/Display.php:343
  msgid "Display the birthday reminder and event list on the network page."
  msgstr ""
  
- #: src/Module/Settings/Display.php:325
 -#: src/Module/Settings/Display.php:341
++#: src/Module/Settings/Display.php:344
  msgid "Link preview mode"
  msgstr ""
  
- #: src/Module/Settings/Display.php:325
 -#: src/Module/Settings/Display.php:341
++#: src/Module/Settings/Display.php:344
  msgid "Appearance of the link preview that is added to each post with a link."
  msgstr ""
  
- #: src/Module/Settings/Display.php:330
 -#: src/Module/Settings/Display.php:342
++#: src/Module/Settings/Display.php:345
+ msgid "Hide pictures with empty alternative text"
+ msgstr ""
 -#: src/Module/Settings/Display.php:342
++#: src/Module/Settings/Display.php:345
+ msgid "Don't display pictures that are missing the alternative text."
+ msgstr ""
 -#: src/Module/Settings/Display.php:343
++#: src/Module/Settings/Display.php:346
+ msgid "Hide custom emojis"
+ msgstr ""
 -#: src/Module/Settings/Display.php:343
++#: src/Module/Settings/Display.php:346
+ msgid "Don't display custom emojis."
+ msgstr ""
 -#: src/Module/Settings/Display.php:344
++#: src/Module/Settings/Display.php:347
+ msgid "Platform icons style"
+ msgstr ""
 -#: src/Module/Settings/Display.php:344
++#: src/Module/Settings/Display.php:347
+ msgid "Style of the platform icons"
+ msgstr ""
 -#: src/Module/Settings/Display.php:349
++#: src/Module/Settings/Display.php:352
  msgid "Bookmark"
  msgstr ""
  
- #: src/Module/Settings/Display.php:332
 -#: src/Module/Settings/Display.php:351
++#: src/Module/Settings/Display.php:354
  msgid "Enable timelines that you want to see in the channels widget. Bookmark timelines that you want to see in the top menu."
  msgstr ""
  
- #: src/Module/Settings/Display.php:334
 -#: src/Module/Settings/Display.php:353
++#: src/Module/Settings/Display.php:356
  msgid "Channel languages:"
  msgstr ""
  
- #: src/Module/Settings/Display.php:334
 -#: src/Module/Settings/Display.php:353
++#: src/Module/Settings/Display.php:356
  msgid "Select all languages that you want to see in your channels."
  msgstr ""
  
- #: src/Module/Settings/Display.php:336
 -#: src/Module/Settings/Display.php:355
++#: src/Module/Settings/Display.php:358
  msgid "Beginning of week:"
  msgstr ""
  
- #: src/Module/Settings/Display.php:337
 -#: src/Module/Settings/Display.php:356
++#: src/Module/Settings/Display.php:359
  msgid "Default calendar view:"
  msgstr ""
  
index 21df4d2c15b6f19456ef237200cf8b7d34580f52,b16289a032ea8aa98d66f2934a77bee1db93c670..aad4dc560507cf12028ce06467585f734c571540
@@@ -7,7 -7,8 +7,8 @@@
   *
   */
  
 -use Friendica\App;
 +use Friendica\AppHelper;
+ use Friendica\Content\ContactSelector;
  use Friendica\Core\Renderer;
  use Friendica\DI;