]> git.mxchange.org Git - friendica.git/commitdiff
Some site configuration descriptions are improved
authorMichael <heluecht@pirati.ca>
Mon, 4 Dec 2023 22:19:57 +0000 (22:19 +0000)
committerMichael <heluecht@pirati.ca>
Mon, 4 Dec 2023 22:19:57 +0000 (22:19 +0000)
src/Module/Admin/Site.php
view/lang/C/messages.po

index 8d3bfc7435c0b375803a27ea3496363df2495c0b..0a41c127f66e717216f6db4b7169a98170bbdbba 100644 (file)
@@ -582,10 +582,10 @@ class Site extends BaseAdmin
                        '$relay_language_quality'         => ['relay_language_quality', DI::l10n()->t('Language Quality'), DI::config()->get('system', 'relay_language_quality'), DI::l10n()->t('The minimum language quality that is required to accept the post.')],
                        '$relay_languages'                => ['relay_languages', DI::l10n()->t('Number of languages for the language detection'), DI::config()->get('system', 'relay_languages'), DI::l10n()->t('The system detects a list of languages per post. Only if the desired languages are in the list, the message will be accepted. The higher the number, the more posts will be falsely detected.')],
 
-                       '$engagement_hours'        => ['engagement_hours', DI::l10n()->t('Maximum age of channel'), DI::config()->get('channel', 'engagement_hours'), DI::l10n()->t('This defines the maximum age of items that should be displayed in channels. This affects the channel performance.')],
+                       '$engagement_hours'        => ['engagement_hours', DI::l10n()->t('Maximum age of channel'), DI::config()->get('channel', 'engagement_hours'), DI::l10n()->t('This defines the maximum age in hours of items that should be displayed in channels. This affects the channel performance.')],
                        '$engagement_post_limit'   => ['engagement_post_limit', DI::l10n()->t('Maximum number of channel posts'), DI::config()->get('channel', 'engagement_post_limit'), DI::l10n()->t('For performance reasons, the channels use a dedicated table to store content. The higher the value the slower the channels.')],
                        '$interaction_score_days'  => ['interaction_score_days', DI::l10n()->t('Interaction score days'), DI::config()->get('channel', 'interaction_score_days'), DI::l10n()->t('Number of days that are used to calculate the interaction score.')],
-                       '$max_posts_per_author'    => ['max_posts_per_author', DI::l10n()->t('Maximum number of posts per author'), DI::config()->get('channel', 'max_posts_per_author'), DI::l10n()->t('Maximum number of posts per page by author. If there are more posts, then the post with the most interactions will be displayed.')],
+                       '$max_posts_per_author'    => ['max_posts_per_author', DI::l10n()->t('Maximum number of posts per author'), DI::config()->get('channel', 'max_posts_per_author'), DI::l10n()->t('Maximum number of posts per page by author if the contact frequency is set to "Display only few posts". If there are more posts, then the post with the most interactions will be displayed.')],
                        '$sharer_interaction_days' => ['sharer_interaction_days', DI::l10n()->t('Sharer interaction days'), DI::config()->get('channel', 'sharer_interaction_days'), DI::l10n()->t('Number of days of the last interaction that are used to define which sharers are used for the "sharers of sharers" channel.')],
 
                        '$form_security_token'    => self::getFormSecurityToken('admin_site'),
index b112644b487b1f33b5451db7799367cc7bdc32a2..abe10bce55e27ff63a3a3b3afe6fe883edfc73a6 100644 (file)
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: 2023.09-rc\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-12-03 22:46+0000\n"
+"POT-Creation-Date: 2023-12-04 22:18+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"
@@ -5445,8 +5445,8 @@ msgstr ""
 
 #: src/Module/Admin/Site.php:585
 msgid ""
-"This defines the maximum age of items that should be displayed in channels. "
-"This affects the channel performance."
+"This defines the maximum age in hours of items that should be displayed in "
+"channels. This affects the channel performance."
 msgstr ""
 
 #: src/Module/Admin/Site.php:586
@@ -5473,8 +5473,9 @@ msgstr ""
 
 #: src/Module/Admin/Site.php:588
 msgid ""
-"Maximum number of posts per page by author. If there are more posts, then "
-"the post with the most interactions will be displayed."
+"Maximum number of posts per page by author if the contact frequency is set "
+"to \"Display only few posts\". If there are more posts, then the post with "
+"the most interactions will be displayed."
 msgstr ""
 
 #: src/Module/Admin/Site.php:589