Merge pull request #13448 from annando/user-defined-channels

Channels can now be created by users
This commit is contained in:
Hypolite Petovan 2023-10-07 02:09:19 -04:00 committed by GitHub
commit ec9345efa6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
38 changed files with 1596 additions and 358 deletions

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 2023.09-rc\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-10-05 20:02+0000\n"
"POT-Creation-Date: 2023-10-06 10:01+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"
@ -68,8 +68,9 @@ msgstr ""
#: src/Module/Register.php:90 src/Module/Register.php:206
#: src/Module/Register.php:245 src/Module/Search/Directory.php:37
#: src/Module/Settings/Account.php:50 src/Module/Settings/Account.php:408
#: src/Module/Settings/Channels.php:56 src/Module/Settings/Channels.php:114
#: src/Module/Settings/Delegation.php:41 src/Module/Settings/Delegation.php:71
#: src/Module/Settings/Display.php:73 src/Module/Settings/Display.php:160
#: src/Module/Settings/Display.php:90 src/Module/Settings/Display.php:193
#: src/Module/Settings/Profile/Photo/Crop.php:165
#: src/Module/Settings/Profile/Photo/Index.php:111
#: src/Module/Settings/RemoveMe.php:117 src/Module/Settings/UserExport.php:80
@ -384,7 +385,7 @@ msgstr ""
#: mod/notes.php:57 src/Content/Text/HTML.php:859
#: src/Module/Admin/Storage.php:142 src/Module/Filer/SaveTag.php:74
#: src/Module/Post/Edit.php:129
#: src/Module/Post/Edit.php:129 src/Module/Settings/Channels.php:161
msgid "Save"
msgstr ""
@ -449,7 +450,7 @@ msgstr ""
msgid "%1$s was tagged in %2$s by %3$s"
msgstr ""
#: mod/photos.php:582 src/Module/Conversation/Community.php:159
#: mod/photos.php:582 src/Module/Conversation/Community.php:160
#: src/Module/Directory.php:48 src/Module/Profile/Photos.php:295
#: src/Module/Search/Index.php:65
msgid "Public access denied."
@ -793,13 +794,15 @@ msgstr ""
msgid "All contacts"
msgstr ""
#: src/BaseModule.php:435 src/Content/Conversation/Factory/Timeline.php:62
#: src/BaseModule.php:435 src/Content/Conversation/Factory/Channel.php:54
#: src/Content/Widget.php:239 src/Core/ACL.php:195 src/Module/Contact.php:415
#: src/Module/PermissionTooltip.php:127 src/Module/PermissionTooltip.php:149
#: src/Module/Settings/Channels.php:120
msgid "Followers"
msgstr ""
#: src/BaseModule.php:440 src/Content/Widget.php:240 src/Module/Contact.php:418
#: src/Module/Settings/Channels.php:119
msgid "Following"
msgstr ""
@ -1513,117 +1516,121 @@ msgstr ""
msgid "View in context"
msgstr ""
#: src/Content/Conversation/Factory/Timeline.php:59
#: src/Content/Conversation/Factory/Channel.php:51
msgid "For you"
msgstr ""
#: src/Content/Conversation/Factory/Timeline.php:59
#: src/Content/Conversation/Factory/Channel.php:51
msgid "Posts from contacts you interact with and who interact with you"
msgstr ""
#: src/Content/Conversation/Factory/Timeline.php:60
#: src/Content/Conversation/Factory/Channel.php:52
msgid "What's Hot"
msgstr ""
#: src/Content/Conversation/Factory/Timeline.php:60
#: src/Content/Conversation/Factory/Channel.php:52
msgid "Posts with a lot of interactions"
msgstr ""
#: src/Content/Conversation/Factory/Timeline.php:61
#: src/Content/Conversation/Factory/Channel.php:53
#, php-format
msgid "Posts in %s"
msgstr ""
#: src/Content/Conversation/Factory/Timeline.php:62
#: src/Content/Conversation/Factory/Channel.php:54
msgid "Posts from your followers that you don't follow"
msgstr ""
#: src/Content/Conversation/Factory/Timeline.php:63
#: src/Content/Conversation/Factory/Channel.php:55
msgid "Sharers of sharers"
msgstr ""
#: src/Content/Conversation/Factory/Timeline.php:63
#: src/Content/Conversation/Factory/Channel.php:55
msgid "Posts from accounts that are followed by accounts that you follow"
msgstr ""
#: src/Content/Conversation/Factory/Timeline.php:64
#: src/Content/Conversation/Factory/Channel.php:56
#: src/Module/Settings/Channels.php:137 src/Module/Settings/Channels.php:153
msgid "Images"
msgstr ""
#: src/Content/Conversation/Factory/Timeline.php:64
#: src/Content/Conversation/Factory/Channel.php:56
msgid "Posts with images"
msgstr ""
#: src/Content/Conversation/Factory/Timeline.php:65
#: src/Content/Conversation/Factory/Channel.php:57
#: src/Module/Settings/Channels.php:139 src/Module/Settings/Channels.php:155
msgid "Audio"
msgstr ""
#: src/Content/Conversation/Factory/Timeline.php:65
#: src/Content/Conversation/Factory/Channel.php:57
msgid "Posts with audio"
msgstr ""
#: src/Content/Conversation/Factory/Timeline.php:66
#: src/Content/Conversation/Factory/Channel.php:58
#: src/Module/Settings/Channels.php:138 src/Module/Settings/Channels.php:154
msgid "Videos"
msgstr ""
#: src/Content/Conversation/Factory/Timeline.php:66
#: src/Content/Conversation/Factory/Channel.php:58
msgid "Posts with videos"
msgstr ""
#: src/Content/Conversation/Factory/Timeline.php:84
#: src/Content/Conversation/Factory/Community.php:52
msgid "Local Community"
msgstr ""
#: src/Content/Conversation/Factory/Timeline.php:84
#: src/Content/Conversation/Factory/Community.php:52
msgid "Posts from local users on this server"
msgstr ""
#: src/Content/Conversation/Factory/Timeline.php:88
#: src/Content/Conversation/Factory/Community.php:56
#: src/Module/Settings/Channels.php:118
msgid "Global Community"
msgstr ""
#: src/Content/Conversation/Factory/Timeline.php:88
#: src/Content/Conversation/Factory/Community.php:56
msgid "Posts from users of the whole federated network"
msgstr ""
#: src/Content/Conversation/Factory/Timeline.php:102
#: src/Content/Conversation/Factory/Network.php:47
msgid "Latest Activity"
msgstr ""
#: src/Content/Conversation/Factory/Timeline.php:102
#: src/Content/Conversation/Factory/Network.php:47
msgid "Sort by latest activity"
msgstr ""
#: src/Content/Conversation/Factory/Timeline.php:103
#: src/Content/Conversation/Factory/Network.php:48
msgid "Latest Posts"
msgstr ""
#: src/Content/Conversation/Factory/Timeline.php:103
#: src/Content/Conversation/Factory/Network.php:48
msgid "Sort by post received date"
msgstr ""
#: src/Content/Conversation/Factory/Timeline.php:104
#: src/Content/Conversation/Factory/Network.php:49
msgid "Latest Creation"
msgstr ""
#: src/Content/Conversation/Factory/Timeline.php:104
#: src/Content/Conversation/Factory/Network.php:49
msgid "Sort by post creation date"
msgstr ""
#: src/Content/Conversation/Factory/Timeline.php:105
#: src/Content/Conversation/Factory/Network.php:50
#: src/Module/Settings/Profile/Index.php:260
msgid "Personal"
msgstr ""
#: src/Content/Conversation/Factory/Timeline.php:105
#: src/Content/Conversation/Factory/Network.php:50
msgid "Posts that mention or involve you"
msgstr ""
#: src/Content/Conversation/Factory/Timeline.php:106 src/Object/Post.php:380
#: src/Content/Conversation/Factory/Network.php:51 src/Object/Post.php:380
msgid "Starred"
msgstr ""
#: src/Content/Conversation/Factory/Timeline.php:106
#: src/Content/Conversation/Factory/Network.php:51
msgid "Favourite Posts"
msgstr ""
@ -1926,7 +1933,7 @@ msgstr ""
#: src/Content/Nav.php:233 src/Content/Nav.php:293
#: src/Module/BaseProfile.php:85 src/Module/BaseProfile.php:88
#: src/Module/BaseProfile.php:96 src/Module/BaseProfile.php:99
#: src/Module/Settings/Display.php:267 view/theme/frio/theme.php:236
#: src/Module/Settings/Display.php:310 view/theme/frio/theme.php:236
#: view/theme/frio/theme.php:240
msgid "Calendar"
msgstr ""
@ -2098,7 +2105,7 @@ msgid "Manage other pages"
msgstr ""
#: src/Content/Nav.php:327 src/Module/Admin/Addons/Details.php:114
#: src/Module/Admin/Themes/Details.php:93 src/Module/BaseSettings.php:175
#: src/Module/Admin/Themes/Details.php:93 src/Module/BaseSettings.php:182
#: src/Module/Welcome.php:52 view/theme/frio/theme.php:242
msgid "Settings"
msgstr ""
@ -2361,7 +2368,8 @@ msgstr ""
msgid "All"
msgstr ""
#: src/Content/Widget.php:573 src/Module/Settings/Display.php:266
#: src/Content/Widget.php:591 src/Module/BaseSettings.php:125
#: src/Module/Settings/Channels.php:157 src/Module/Settings/Display.php:309
msgid "Channels"
msgstr ""
@ -2833,37 +2841,37 @@ msgid "Could not connect to database."
msgstr ""
#: src/Core/L10n.php:507 src/Model/Event.php:430
#: src/Module/Settings/Display.php:235
#: src/Module/Settings/Display.php:278
msgid "Monday"
msgstr ""
#: src/Core/L10n.php:507 src/Model/Event.php:431
#: src/Module/Settings/Display.php:236
#: src/Module/Settings/Display.php:279
msgid "Tuesday"
msgstr ""
#: src/Core/L10n.php:507 src/Model/Event.php:432
#: src/Module/Settings/Display.php:237
#: src/Module/Settings/Display.php:280
msgid "Wednesday"
msgstr ""
#: src/Core/L10n.php:507 src/Model/Event.php:433
#: src/Module/Settings/Display.php:238
#: src/Module/Settings/Display.php:281
msgid "Thursday"
msgstr ""
#: src/Core/L10n.php:507 src/Model/Event.php:434
#: src/Module/Settings/Display.php:239
#: src/Module/Settings/Display.php:282
msgid "Friday"
msgstr ""
#: src/Core/L10n.php:507 src/Model/Event.php:435
#: src/Module/Settings/Display.php:240
#: src/Module/Settings/Display.php:283
msgid "Saturday"
msgstr ""
#: src/Core/L10n.php:507 src/Model/Event.php:429
#: src/Module/Settings/Display.php:234
#: src/Module/Settings/Display.php:277
msgid "Sunday"
msgstr ""
@ -3308,17 +3316,17 @@ msgid "today"
msgstr ""
#: src/Model/Event.php:463 src/Module/Calendar/Show.php:129
#: src/Module/Settings/Display.php:245 src/Util/Temporal.php:353
#: src/Module/Settings/Display.php:288 src/Util/Temporal.php:353
msgid "month"
msgstr ""
#: src/Model/Event.php:464 src/Module/Calendar/Show.php:130
#: src/Module/Settings/Display.php:246 src/Util/Temporal.php:354
#: src/Module/Settings/Display.php:289 src/Util/Temporal.php:354
msgid "week"
msgstr ""
#: src/Model/Event.php:465 src/Module/Calendar/Show.php:131
#: src/Module/Settings/Display.php:247 src/Util/Temporal.php:355
#: src/Module/Settings/Display.php:290 src/Util/Temporal.php:355
msgid "day"
msgstr ""
@ -3891,7 +3899,7 @@ msgid "Disable"
msgstr ""
#: src/Module/Admin/Addons/Details.php:91
#: src/Module/Admin/Themes/Details.php:49
#: src/Module/Admin/Themes/Details.php:49 src/Module/Settings/Display.php:332
msgid "Enable"
msgstr ""
@ -3907,7 +3915,7 @@ msgid "Administration"
msgstr ""
#: src/Module/Admin/Addons/Details.php:112 src/Module/Admin/Addons/Index.php:68
#: src/Module/BaseAdmin.php:92 src/Module/BaseSettings.php:132
#: src/Module/BaseAdmin.php:92 src/Module/BaseSettings.php:139
msgid "Addons"
msgstr ""
@ -3941,7 +3949,7 @@ msgstr ""
#: src/Module/Settings/Account.php:561 src/Module/Settings/Addons.php:78
#: src/Module/Settings/Connectors.php:160
#: src/Module/Settings/Connectors.php:246
#: src/Module/Settings/Delegation.php:171 src/Module/Settings/Display.php:260
#: src/Module/Settings/Delegation.php:171 src/Module/Settings/Display.php:303
#: src/Module/Settings/Features.php:76
msgid "Save Settings"
msgstr ""
@ -4302,11 +4310,11 @@ msgstr ""
msgid "%s is no valid input for maximum image size"
msgstr ""
#: src/Module/Admin/Site.php:313 src/Module/Settings/Display.php:178
#: src/Module/Admin/Site.php:313 src/Module/Settings/Display.php:211
msgid "No special theme for mobile devices"
msgstr ""
#: src/Module/Admin/Site.php:330 src/Module/Settings/Display.php:188
#: src/Module/Admin/Site.php:330 src/Module/Settings/Display.php:221
#, php-format
msgid "%s - (Experimental)"
msgstr ""
@ -5775,27 +5783,27 @@ msgstr ""
msgid "Display"
msgstr ""
#: src/Module/BaseSettings.php:125 src/Module/Settings/Connectors.php:204
#: src/Module/BaseSettings.php:132 src/Module/Settings/Connectors.php:204
msgid "Social Networks"
msgstr ""
#: src/Module/BaseSettings.php:139 src/Module/Settings/Delegation.php:172
#: src/Module/BaseSettings.php:146 src/Module/Settings/Delegation.php:172
msgid "Manage Accounts"
msgstr ""
#: src/Module/BaseSettings.php:146
#: src/Module/BaseSettings.php:153
msgid "Connected apps"
msgstr ""
#: src/Module/BaseSettings.php:153
#: src/Module/BaseSettings.php:160
msgid "Remote servers"
msgstr ""
#: src/Module/BaseSettings.php:160 src/Module/Settings/UserExport.php:98
#: src/Module/BaseSettings.php:167 src/Module/Settings/UserExport.php:98
msgid "Export personal data"
msgstr ""
#: src/Module/BaseSettings.php:167
#: src/Module/BaseSettings.php:174
msgid "Remove account"
msgstr ""
@ -5854,6 +5862,7 @@ msgstr ""
#: src/Module/Moderation/Blocklist/Server/Index.php:116
#: src/Module/Moderation/Item/Delete.php:67 src/Module/Register.php:148
#: src/Module/Security/TwoFactor/Verify.php:101
#: src/Module/Settings/Channels.php:130 src/Module/Settings/Channels.php:146
#: src/Module/Settings/TwoFactor/Index.php:140
#: src/Module/Settings/TwoFactor/Verify.php:155
msgid "Required"
@ -5915,7 +5924,7 @@ msgstr ""
msgid "Create New Event"
msgstr ""
#: src/Module/Calendar/Show.php:132 src/Module/Settings/Display.php:248
#: src/Module/Calendar/Show.php:132 src/Module/Settings/Display.php:291
msgid "list"
msgstr ""
@ -5949,7 +5958,7 @@ msgid "Contact not found."
msgstr ""
#: src/Module/Circle.php:102 src/Module/Contact/Contacts.php:66
#: src/Module/Conversation/Network.php:232
#: src/Module/Conversation/Network.php:240
msgid "Invalid contact."
msgstr ""
@ -6261,7 +6270,7 @@ msgstr[0] ""
msgstr[1] ""
#: src/Module/Contact/Follow.php:70 src/Module/Contact/Redir.php:62
#: src/Module/Contact/Redir.php:222 src/Module/Conversation/Community.php:165
#: src/Module/Contact/Redir.php:222 src/Module/Conversation/Community.php:166
#: src/Module/Debug/ItemBody.php:38 src/Module/Diaspora/Receive.php:57
#: src/Module/Item/Display.php:96 src/Module/Item/Feed.php:59
#: src/Module/Item/Follow.php:41 src/Module/Item/Ignore.php:41
@ -6711,52 +6720,52 @@ msgstr ""
msgid "Unable to unfollow this contact, please contact your administrator"
msgstr ""
#: src/Module/Conversation/Channel.php:121
#: src/Module/Conversation/Community.php:125 src/Module/Search/Index.php:152
#: src/Module/Conversation/Channel.php:140
#: src/Module/Conversation/Community.php:126 src/Module/Search/Index.php:152
#: src/Module/Search/Index.php:194
msgid "No results."
msgstr ""
#: src/Module/Conversation/Channel.php:159
#: src/Module/Conversation/Channel.php:178
msgid "Channel not available."
msgstr ""
#: src/Module/Conversation/Community.php:91
#: src/Module/Conversation/Community.php:92
msgid ""
"This community stream shows all public posts received by this node. They may "
"not reflect the opinions of this nodes users."
msgstr ""
#: src/Module/Conversation/Community.php:179
#: src/Module/Conversation/Community.php:180
msgid "Community option not available."
msgstr ""
#: src/Module/Conversation/Community.php:195
#: src/Module/Conversation/Community.php:196
msgid "Not available."
msgstr ""
#: src/Module/Conversation/Network.php:218
#: src/Module/Conversation/Network.php:226
msgid "No such circle"
msgstr ""
#: src/Module/Conversation/Network.php:222
#: src/Module/Conversation/Network.php:230
#, php-format
msgid "Circle: %s"
msgstr ""
#: src/Module/Conversation/Network.php:317
#: src/Module/Conversation/Network.php:325
msgid "Network feed not available."
msgstr ""
#: src/Module/Conversation/Timeline.php:158
#: src/Module/Conversation/Timeline.php:162
msgid "Own Contacts"
msgstr ""
#: src/Module/Conversation/Timeline.php:162
#: src/Module/Conversation/Timeline.php:166
msgid "Include"
msgstr ""
#: src/Module/Conversation/Timeline.php:163
#: src/Module/Conversation/Timeline.php:167
msgid "Hide"
msgstr ""
@ -7125,6 +7134,7 @@ msgstr ""
#: src/Module/Friendica.php:102
#: src/Module/Moderation/Blocklist/Server/Index.php:87
#: src/Module/Moderation/Blocklist/Server/Index.php:111
#: src/Module/Settings/Channels.php:164
msgid "Reason for the block"
msgstr ""
@ -7872,6 +7882,7 @@ msgstr ""
#: src/Module/Moderation/Blocklist/Server/Index.php:86
#: src/Module/Moderation/Blocklist/Server/Index.php:110
#: src/Module/Settings/Channels.php:163
msgid "Blocked server domain pattern"
msgstr ""
@ -9909,6 +9920,119 @@ msgstr ""
msgid "No Addon settings configured"
msgstr ""
#: src/Module/Settings/Channels.php:130 src/Module/Settings/Channels.php:146
#: src/Module/Settings/Display.php:330
msgid "Label"
msgstr ""
#: src/Module/Settings/Channels.php:131 src/Module/Settings/Channels.php:147
#: src/Module/Settings/Display.php:331
#: src/Module/Settings/TwoFactor/AppSpecific.php:134
msgid "Description"
msgstr ""
#: src/Module/Settings/Channels.php:132 src/Module/Settings/Channels.php:148
msgid "Access Key"
msgstr ""
#: src/Module/Settings/Channels.php:133 src/Module/Settings/Channels.php:149
msgid "Circle/Channel"
msgstr ""
#: src/Module/Settings/Channels.php:134 src/Module/Settings/Channels.php:150
msgid "Include Tags"
msgstr ""
#: src/Module/Settings/Channels.php:135 src/Module/Settings/Channels.php:151
msgid "Exclude Tags"
msgstr ""
#: src/Module/Settings/Channels.php:136 src/Module/Settings/Channels.php:152
msgid "Full Text Search"
msgstr ""
#: src/Module/Settings/Channels.php:140
msgid "Delete channel"
msgstr ""
#: src/Module/Settings/Channels.php:140
msgid "Check to delete this entry from the channel list"
msgstr ""
#: src/Module/Settings/Channels.php:146
msgid "Short name for the channel. It is displayed on the channels widget."
msgstr ""
#: src/Module/Settings/Channels.php:147
msgid "This should describe the content of the channel in a few word."
msgstr ""
#: src/Module/Settings/Channels.php:148
msgid ""
"When you want to access this channel via an access key, you can define it "
"here. Pay attention to not use an already used one."
msgstr ""
#: src/Module/Settings/Channels.php:149
msgid "Select a circle or channel, that your channel should be based on."
msgstr ""
#: src/Module/Settings/Channels.php:150
msgid ""
"Comma separated list of tags. A post will be used when it contains any of "
"the listed tags."
msgstr ""
#: src/Module/Settings/Channels.php:151
msgid ""
"Comma separated list of tags. If a post contain any of these tags, then it "
"will not be part of nthis channel."
msgstr ""
#: src/Module/Settings/Channels.php:152
#, php-format
msgid ""
"Search terms for the body, supports the \"boolean mode\" operators from "
"MariaDB. See the help for a complete list of operators and additional "
"keywords: %s"
msgstr ""
#: src/Module/Settings/Channels.php:153
msgid "Check to display images in the channel."
msgstr ""
#: src/Module/Settings/Channels.php:154
msgid "Check to display videos in the channel."
msgstr ""
#: src/Module/Settings/Channels.php:155
msgid "Check to display audio in the channel."
msgstr ""
#: src/Module/Settings/Channels.php:158
msgid "This page can be used to define your own channels."
msgstr ""
#: src/Module/Settings/Channels.php:159
msgid "Add new entry to the channel list"
msgstr ""
#: src/Module/Settings/Channels.php:160 src/Module/Settings/Delegation.php:181
msgid "Add"
msgstr ""
#: src/Module/Settings/Channels.php:162
msgid "Current Entries in the channel list"
msgstr ""
#: src/Module/Settings/Channels.php:165
msgid "Delete entry from the channel list"
msgstr ""
#: src/Module/Settings/Channels.php:166
msgid "Delete entry from the channel list?"
msgstr ""
#: src/Module/Settings/Connectors.php:120
msgid "Failed to connect with email account using the settings provided."
msgstr ""
@ -10174,179 +10298,171 @@ msgstr ""
msgid "Potential Delegates"
msgstr ""
#: src/Module/Settings/Delegation.php:181
msgid "Add"
msgstr ""
#: src/Module/Settings/Delegation.php:182
msgid "No entries."
msgstr ""
#: src/Module/Settings/Display.php:146
#: src/Module/Settings/Display.php:179
msgid "The theme you chose isn't available."
msgstr ""
#: src/Module/Settings/Display.php:186
#: src/Module/Settings/Display.php:219
#, php-format
msgid "%s - (Unsupported)"
msgstr ""
#: src/Module/Settings/Display.php:221
#: src/Module/Settings/Display.php:254
msgid "No preview"
msgstr ""
#: src/Module/Settings/Display.php:222
#: src/Module/Settings/Display.php:255
msgid "No image"
msgstr ""
#: src/Module/Settings/Display.php:223
#: src/Module/Settings/Display.php:256
msgid "Small Image"
msgstr ""
#: src/Module/Settings/Display.php:224
#: src/Module/Settings/Display.php:257
msgid "Large Image"
msgstr ""
#: src/Module/Settings/Display.php:259
#: src/Module/Settings/Display.php:302
msgid "Display Settings"
msgstr ""
#: src/Module/Settings/Display.php:261
#: src/Module/Settings/Display.php:304
msgid "General Theme Settings"
msgstr ""
#: src/Module/Settings/Display.php:262
#: src/Module/Settings/Display.php:305
msgid "Custom Theme Settings"
msgstr ""
#: src/Module/Settings/Display.php:263
#: src/Module/Settings/Display.php:306
msgid "Content Settings"
msgstr ""
#: src/Module/Settings/Display.php:264 view/theme/duepuntozero/config.php:86
#: src/Module/Settings/Display.php:307 view/theme/duepuntozero/config.php:86
#: view/theme/frio/config.php:172 view/theme/quattro/config.php:88
#: view/theme/vier/config.php:136
msgid "Theme settings"
msgstr ""
#: src/Module/Settings/Display.php:265
#: src/Module/Settings/Display.php:308
msgid "Timelines"
msgstr ""
#: src/Module/Settings/Display.php:272
#: src/Module/Settings/Display.php:315
msgid "Display Theme:"
msgstr ""
#: src/Module/Settings/Display.php:273
#: src/Module/Settings/Display.php:316
msgid "Mobile Theme:"
msgstr ""
#: src/Module/Settings/Display.php:276
#: src/Module/Settings/Display.php:319
msgid "Number of items to display per page:"
msgstr ""
#: src/Module/Settings/Display.php:276 src/Module/Settings/Display.php:277
#: src/Module/Settings/Display.php:319 src/Module/Settings/Display.php:320
msgid "Maximum of 100 items"
msgstr ""
#: src/Module/Settings/Display.php:277
#: src/Module/Settings/Display.php:320
msgid "Number of items to display per page when viewed from mobile device:"
msgstr ""
#: src/Module/Settings/Display.php:278
#: src/Module/Settings/Display.php:321
msgid "Update browser every xx seconds"
msgstr ""
#: src/Module/Settings/Display.php:278
#: src/Module/Settings/Display.php:321
msgid "Minimum of 10 seconds. Enter -1 to disable it."
msgstr ""
#: src/Module/Settings/Display.php:279
#: src/Module/Settings/Display.php:322
msgid "Display emoticons"
msgstr ""
#: src/Module/Settings/Display.php:279
#: src/Module/Settings/Display.php:322
msgid "When enabled, emoticons are replaced with matching symbols."
msgstr ""
#: src/Module/Settings/Display.php:280
#: src/Module/Settings/Display.php:323
msgid "Infinite scroll"
msgstr ""
#: src/Module/Settings/Display.php:280
#: src/Module/Settings/Display.php:323
msgid "Automatic fetch new items when reaching the page end."
msgstr ""
#: src/Module/Settings/Display.php:281
#: src/Module/Settings/Display.php:324
msgid "Enable Smart Threading"
msgstr ""
#: src/Module/Settings/Display.php:281
#: src/Module/Settings/Display.php:324
msgid "Enable the automatic suppression of extraneous thread indentation."
msgstr ""
#: src/Module/Settings/Display.php:282
#: src/Module/Settings/Display.php:325
msgid "Display the Dislike feature"
msgstr ""
#: src/Module/Settings/Display.php:282
#: src/Module/Settings/Display.php:325
msgid "Display the Dislike button and dislike reactions on posts and comments."
msgstr ""
#: src/Module/Settings/Display.php:283
#: src/Module/Settings/Display.php:326
msgid "Display the resharer"
msgstr ""
#: src/Module/Settings/Display.php:283
#: src/Module/Settings/Display.php:326
msgid "Display the first resharer as icon and text on a reshared item."
msgstr ""
#: src/Module/Settings/Display.php:284
#: src/Module/Settings/Display.php:327
msgid "Stay local"
msgstr ""
#: src/Module/Settings/Display.php:284
#: src/Module/Settings/Display.php:327
msgid "Don't go to a remote system when following a contact link."
msgstr ""
#: src/Module/Settings/Display.php:285
#: src/Module/Settings/Display.php:328
msgid "Link preview mode"
msgstr ""
#: src/Module/Settings/Display.php:285
#: src/Module/Settings/Display.php:328
msgid "Appearance of the link preview that is added to each post with a link."
msgstr ""
#: src/Module/Settings/Display.php:287
msgid "Timelines for the network page:"
#: src/Module/Settings/Display.php:333
msgid "Bookmark"
msgstr ""
#: src/Module/Settings/Display.php:287
msgid "Select all the timelines that you want to see on your network page."
#: src/Module/Settings/Display.php:335
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:288
#: src/Module/Settings/Display.php:337
msgid "Channel languages:"
msgstr ""
#: src/Module/Settings/Display.php:288
#: src/Module/Settings/Display.php:337
msgid "Select all languages that you want to see in your channels."
msgstr ""
#: src/Module/Settings/Display.php:290
#: src/Module/Settings/Display.php:339
msgid "Beginning of week:"
msgstr ""
#: src/Module/Settings/Display.php:291
#: src/Module/Settings/Display.php:340
msgid "Default calendar view:"
msgstr ""
#: src/Module/Settings/Display.php:300 src/Module/Settings/Display.php:308
#: src/Module/Settings/Display.php:312
#, php-format
msgid "%s: %s"
msgstr ""
#: src/Module/Settings/Features.php:74
msgid "Additional Features"
msgstr ""
@ -10696,10 +10812,6 @@ msgid ""
"see it again!"
msgstr ""
#: src/Module/Settings/TwoFactor/AppSpecific.php:134
msgid "Description"
msgstr ""
#: src/Module/Settings/TwoFactor/AppSpecific.php:135
msgid "Last Used"
msgstr ""

View file

@ -0,0 +1,45 @@
<div class="generic-page-wrapper">
<h1>{{$l10n.title}}</h1>
<p>{{$l10n.intro}}</p>
<h2>{{$l10n.addtitle}}</h2>
<form action="{{$baseurl}}/settings/channels" method="post">
<input type="hidden" name="form_security_token" value="{{$form_security_token}}">
{{include file="field_input.tpl" field=$label}}
{{include file="field_input.tpl" field=$description}}
{{include file="field_input.tpl" field=$access_key}}
{{include file="field_select.tpl" field=$circle}}
{{include file="field_input.tpl" field=$include_tags}}
{{include file="field_input.tpl" field=$exclude_tags}}
{{include file="field_input.tpl" field=$text_search}}
{{include file="field_checkbox.tpl" field=$image}}
{{include file="field_checkbox.tpl" field=$video}}
{{include file="field_checkbox.tpl" field=$audio}}
<div class="submit">
<button type="submit" class="btn btn-primary" name="add_channel" value="{{$l10n.addsubmit}}">{{$l10n.addsubmit}}</button>
</div>
</form>
{{if $entries}}
<h2>{{$l10n.currenttitle}}</h2>
<form action="{{$baseurl}}/settings/channels" method="post">
<input type="hidden" name="form_security_token" value="{{$form_security_token}}">
{{foreach $entries as $e}}
{{include file="field_input.tpl" field=$e.label}}
{{include file="field_input.tpl" field=$e.description}}
{{include file="field_input.tpl" field=$e.access_key}}
{{include file="field_select.tpl" field=$e.circle}}
{{include file="field_input.tpl" field=$e.include_tags}}
{{include file="field_input.tpl" field=$e.exclude_tags}}
{{include file="field_input.tpl" field=$e.text_search}}
{{include file="field_checkbox.tpl" field=$e.image}}
{{include file="field_checkbox.tpl" field=$e.video}}
{{include file="field_checkbox.tpl" field=$e.audio}}
{{include file="field_checkbox.tpl" field=$e.delete}}
<hr>
{{/foreach}}
<div class="submit">
<button type="submit" class="btn btn-primary" name="edit_channel" value="{{$l10n.savechanges}}">{{$l10n.savechanges}}</button>
</div>
{{/if}}
</form>
</div>

View file

@ -22,7 +22,27 @@
{{include file="field_select.tpl" field=$preview_mode}}
<h2>{{$timeline_title}}</h2>
{{include file="field_select.tpl" field=$network_timelines}}
{{$timeline_explanation}}
<table class="table table-condensed table-striped table-bordered">
<thead>
<tr>
<th>{{$timeline_label}}</th>
<th>{{$timeline_descriptiom}}</th>
<th>{{$timeline_enable}}</th>
<th>{{$timeline_bookmark}}</th>
</tr>
</thead>
<tbody>
{{foreach $timelines as $t}}
<tr>
<td>{{$t.label}}</td>
<td>{{$t.description}}</td>
<td>{{include file="field_checkbox.tpl" field=$t.enable}}</td>
<td>{{include file="field_checkbox.tpl" field=$t.bookmark}}</td>
</tr>
{{/foreach}}
</tbody>
</table>
<h2>{{$channel_title}}</h2>
{{include file="field_select.tpl" field=$channel_languages}}

View file

@ -84,7 +84,27 @@
</div>
<div id="timeline-settings-content" class="panel-collapse collapse{{if !$theme && !$mobile_theme && !$theme_config}} in{{/if}}" role="tabpanel" aria-labelledby="timeline-settings">
<div class="panel-body">
{{include file="field_select.tpl" field=$network_timelines}}
{{$timeline_explanation}}
<table class="table table-condensed table-striped table-bordered">
<thead>
<tr>
<th>{{$timeline_label}}</th>
<th>{{$timeline_descriptiom}}</th>
<th>{{$timeline_enable}}</th>
<th>{{$timeline_bookmark}}</th>
</tr>
</thead>
<tbody>
{{foreach $timelines as $t}}
<tr>
<td>{{$t.label}}</td>
<td>{{$t.description}}</td>
<td>{{include file="field_checkbox.tpl" field=$t.enable}}</td>
<td>{{include file="field_checkbox.tpl" field=$t.bookmark}}</td>
</tr>
{{/foreach}}
</tbody>
</table>
</div>
<div class="panel-footer">
<button type="submit" name="submit" class="btn btn-primary" value="{{$submit}}">{{$submit}}</button>