]> git.mxchange.org Git - friendica.git/commitdiff
Updated messages.po / database.sql
authorMichael <heluecht@pirati.ca>
Wed, 3 Jan 2024 19:20:56 +0000 (19:20 +0000)
committerMichael <heluecht@pirati.ca>
Wed, 3 Jan 2024 19:20:56 +0000 (19:20 +0000)
database.sql
doc/database/db_channel.md
view/lang/C/messages.po

index 5f98cd402aef3f8009554c147d46d90911900b92..9c98c614a904d3104ba69c024791eac483961cbd 100644 (file)
@@ -1,6 +1,6 @@
 -- ------------------------------------------
 -- Friendica 2024.03-dev (Yellow Archangel)
--- DB_UPDATE_VERSION 1544
+-- DB_UPDATE_VERSION 1545
 -- ------------------------------------------
 
 
@@ -504,6 +504,7 @@ CREATE TABLE IF NOT EXISTS `channel` (
        `exclude-tags` varchar(1023) COMMENT 'Comma separated list of tags that aren\'t allowed in the channel',
        `full-text-search` varchar(1023) COMMENT 'Full text search pattern, see https://mariadb.com/kb/en/full-text-index-overview/#in-boolean-mode',
        `media-type` smallint unsigned COMMENT 'Filtered media types',
+       `languages` mediumtext COMMENT 'Desired languages',
         PRIMARY KEY(`id`),
         INDEX `uid` (`uid`),
        FOREIGN KEY (`uid`) REFERENCES `user` (`uid`) ON UPDATE RESTRICT ON DELETE CASCADE
index 9b9486fa328c295222d2387c021d8306e3387425..8d307eee89a6e492e0448ed1b7a1d8a48623b53a 100644 (file)
@@ -18,6 +18,7 @@ Fields
 | exclude-tags     | Comma separated list of tags that aren't allowed in the channel                                   | varchar(1023)      | YES  |     | NULL    |                |
 | full-text-search | Full text search pattern, see https://mariadb.com/kb/en/full-text-index-overview/#in-boolean-mode | varchar(1023)      | YES  |     | NULL    |                |
 | media-type       | Filtered media types                                                                              | smallint unsigned  | YES  |     | NULL    |                |
+| languages        | Desired languages                                                                                 | mediumtext         | YES  |     | NULL    |                |
 
 Indexes
 ------------
index b81cf81d4dca26eaa89897d571505011c99c0506..652a82709b45460c858c28a9a4246635faeba816 100644 (file)
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: 2024.03-dev\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-01-03 07:31+0000\n"
+"POT-Creation-Date: 2024-01-03 19:19+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"
@@ -66,8 +66,8 @@ msgstr ""
 #: src/Module/Register.php:77 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:384 src/Module/Settings/Channels.php:56
-#: src/Module/Settings/Channels.php:112 src/Module/Settings/Delegation.php:90
+#: src/Module/Settings/Account.php:384 src/Module/Settings/Channels.php:57
+#: src/Module/Settings/Channels.php:125 src/Module/Settings/Delegation.php:90
 #: src/Module/Settings/Display.php:90 src/Module/Settings/Display.php:197
 #: src/Module/Settings/Profile/Photo/Crop.php:165
 #: src/Module/Settings/Profile/Photo/Index.php:112
@@ -382,7 +382,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/Settings/Channels.php:171
+#: src/Module/Post/Edit.php:129 src/Module/Settings/Channels.php:189
 msgid "Save"
 msgstr ""
 
@@ -794,12 +794,12 @@ msgstr ""
 #: src/BaseModule.php:439 src/Content/Conversation/Factory/Channel.php:45
 #: src/Content/Widget.php:239 src/Core/ACL.php:195 src/Module/Contact.php:414
 #: src/Module/PermissionTooltip.php:141 src/Module/PermissionTooltip.php:163
-#: src/Module/Settings/Channels.php:119
+#: src/Module/Settings/Channels.php:132
 msgid "Followers"
 msgstr ""
 
 #: src/BaseModule.php:444 src/Content/Widget.php:240 src/Module/Contact.php:417
-#: src/Module/Settings/Channels.php:118
+#: src/Module/Settings/Channels.php:131
 msgid "Following"
 msgstr ""
 
@@ -1547,7 +1547,7 @@ msgid "Posts from accounts that are followed by accounts that you follow"
 msgstr ""
 
 #: src/Content/Conversation/Factory/Channel.php:47
-#: src/Module/Settings/Channels.php:146 src/Module/Settings/Channels.php:163
+#: src/Module/Settings/Channels.php:162 src/Module/Settings/Channels.php:180
 msgid "Images"
 msgstr ""
 
@@ -1556,7 +1556,7 @@ msgid "Posts with images"
 msgstr ""
 
 #: src/Content/Conversation/Factory/Channel.php:48
-#: src/Module/Settings/Channels.php:148 src/Module/Settings/Channels.php:165
+#: src/Module/Settings/Channels.php:164 src/Module/Settings/Channels.php:182
 msgid "Audio"
 msgstr ""
 
@@ -1565,7 +1565,7 @@ msgid "Posts with audio"
 msgstr ""
 
 #: src/Content/Conversation/Factory/Channel.php:49
-#: src/Module/Settings/Channels.php:147 src/Module/Settings/Channels.php:164
+#: src/Module/Settings/Channels.php:163 src/Module/Settings/Channels.php:181
 msgid "Videos"
 msgstr ""
 
@@ -1582,7 +1582,7 @@ msgid "Posts from local users on this server"
 msgstr ""
 
 #: src/Content/Conversation/Factory/Community.php:47
-#: src/Module/Settings/Channels.php:116
+#: src/Module/Settings/Channels.php:129
 msgid "Global Community"
 msgstr ""
 
@@ -1842,7 +1842,8 @@ msgstr ""
 msgid "Ignore %s server"
 msgstr ""
 
-#: src/Content/Item.php:443 src/Object/Post.php:509
+#: src/Content/Item.php:443 src/Module/Settings/Channels.php:165
+#: src/Module/Settings/Channels.php:183 src/Object/Post.php:509
 msgid "Languages"
 msgstr ""
 
@@ -2045,7 +2046,7 @@ msgstr ""
 msgid "Terms of Service of this Friendica instance"
 msgstr ""
 
-#: src/Content/Nav.php:306 src/Module/Settings/Channels.php:117
+#: src/Content/Nav.php:306 src/Module/Settings/Channels.php:130
 #: view/theme/frio/theme.php:239
 msgid "Network"
 msgstr ""
@@ -2368,7 +2369,7 @@ msgid "All"
 msgstr ""
 
 #: src/Content/Widget.php:591 src/Module/Admin/Site.php:466
-#: src/Module/BaseSettings.php:125 src/Module/Settings/Channels.php:167
+#: src/Module/BaseSettings.php:125 src/Module/Settings/Channels.php:185
 #: src/Module/Settings/Display.php:315
 msgid "Channels"
 msgstr ""
@@ -6115,7 +6116,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:139 src/Module/Settings/Channels.php:156
+#: src/Module/Settings/Channels.php:155 src/Module/Settings/Channels.php:173
 #: src/Module/Settings/TwoFactor/Index.php:161
 #: src/Module/Settings/TwoFactor/Verify.php:158
 msgid "Required"
@@ -7368,7 +7369,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:174
+#: src/Module/Settings/Channels.php:192
 msgid "Reason for the block"
 msgstr ""
 
@@ -8116,7 +8117,7 @@ msgstr ""
 
 #: src/Module/Moderation/Blocklist/Server/Index.php:86
 #: src/Module/Moderation/Blocklist/Server/Index.php:110
-#: src/Module/Settings/Channels.php:173
+#: src/Module/Settings/Channels.php:191
 msgid "Blocked server domain pattern"
 msgstr ""
 
@@ -10104,76 +10105,80 @@ msgstr ""
 msgid "No Addon settings configured"
 msgstr ""
 
-#: src/Module/Settings/Channels.php:139 src/Module/Settings/Channels.php:156
+#: src/Module/Settings/Channels.php:155 src/Module/Settings/Channels.php:173
 #: src/Module/Settings/Display.php:338
 msgid "Label"
 msgstr ""
 
-#: src/Module/Settings/Channels.php:140 src/Module/Settings/Channels.php:157
+#: src/Module/Settings/Channels.php:156 src/Module/Settings/Channels.php:174
 #: src/Module/Settings/Display.php:339
 #: src/Module/Settings/TwoFactor/AppSpecific.php:137
 msgid "Description"
 msgstr ""
 
-#: src/Module/Settings/Channels.php:141 src/Module/Settings/Channels.php:158
+#: src/Module/Settings/Channels.php:157 src/Module/Settings/Channels.php:175
 msgid "Access Key"
 msgstr ""
 
-#: src/Module/Settings/Channels.php:142 src/Module/Settings/Channels.php:159
+#: src/Module/Settings/Channels.php:158 src/Module/Settings/Channels.php:176
 msgid "Circle/Channel"
 msgstr ""
 
-#: src/Module/Settings/Channels.php:143 src/Module/Settings/Channels.php:160
+#: src/Module/Settings/Channels.php:159 src/Module/Settings/Channels.php:177
 msgid "Include Tags"
 msgstr ""
 
-#: src/Module/Settings/Channels.php:144 src/Module/Settings/Channels.php:161
+#: src/Module/Settings/Channels.php:160 src/Module/Settings/Channels.php:178
 msgid "Exclude Tags"
 msgstr ""
 
-#: src/Module/Settings/Channels.php:145 src/Module/Settings/Channels.php:162
+#: src/Module/Settings/Channels.php:161 src/Module/Settings/Channels.php:179
 msgid "Full Text Search"
 msgstr ""
 
-#: src/Module/Settings/Channels.php:149
+#: src/Module/Settings/Channels.php:165 src/Module/Settings/Channels.php:183
+msgid "Select all languages that you want to see in this channel."
+msgstr ""
+
+#: src/Module/Settings/Channels.php:166
 msgid "Delete channel"
 msgstr ""
 
-#: src/Module/Settings/Channels.php:149
+#: src/Module/Settings/Channels.php:166
 msgid "Check to delete this entry from the channel list"
 msgstr ""
 
-#: src/Module/Settings/Channels.php:156
+#: src/Module/Settings/Channels.php:173
 msgid "Short name for the channel. It is displayed on the channels widget."
 msgstr ""
 
-#: src/Module/Settings/Channels.php:157
+#: src/Module/Settings/Channels.php:174
 msgid "This should describe the content of the channel in a few word."
 msgstr ""
 
-#: src/Module/Settings/Channels.php:158
+#: src/Module/Settings/Channels.php:175
 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:159
+#: src/Module/Settings/Channels.php:176
 msgid "Select a circle or channel, that your channel should be based on."
 msgstr ""
 
-#: src/Module/Settings/Channels.php:160
+#: src/Module/Settings/Channels.php:177
 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:161
+#: src/Module/Settings/Channels.php:178
 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:162
+#: src/Module/Settings/Channels.php:179
 #, php-format
 msgid ""
 "Search terms for the body, supports the \"boolean mode\" operators from "
@@ -10181,39 +10186,39 @@ msgid ""
 "keywords: %s"
 msgstr ""
 
-#: src/Module/Settings/Channels.php:163
+#: src/Module/Settings/Channels.php:180
 msgid "Check to display images in the channel."
 msgstr ""
 
-#: src/Module/Settings/Channels.php:164
+#: src/Module/Settings/Channels.php:181
 msgid "Check to display videos in the channel."
 msgstr ""
 
-#: src/Module/Settings/Channels.php:165
+#: src/Module/Settings/Channels.php:182
 msgid "Check to display audio in the channel."
 msgstr ""
 
-#: src/Module/Settings/Channels.php:168
+#: src/Module/Settings/Channels.php:186
 msgid "This page can be used to define your own channels."
 msgstr ""
 
-#: src/Module/Settings/Channels.php:169
+#: src/Module/Settings/Channels.php:187
 msgid "Add new entry to the channel list"
 msgstr ""
 
-#: src/Module/Settings/Channels.php:170
+#: src/Module/Settings/Channels.php:188
 msgid "Add"
 msgstr ""
 
-#: src/Module/Settings/Channels.php:172
+#: src/Module/Settings/Channels.php:190
 msgid "Current Entries in the channel list"
 msgstr ""
 
-#: src/Module/Settings/Channels.php:175
+#: src/Module/Settings/Channels.php:193
 msgid "Delete entry from the channel list"
 msgstr ""
 
-#: src/Module/Settings/Channels.php:176
+#: src/Module/Settings/Channels.php:194
 msgid "Delete entry from the channel list?"
 msgstr ""