From 5e27b5790cf70b22e90b4d783690698fdb2cf993 Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 4 Dec 2023 22:19:57 +0000 Subject: [PATCH] Some site configuration descriptions are improved --- src/Module/Admin/Site.php | 4 ++-- view/lang/C/messages.po | 11 ++++++----- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/src/Module/Admin/Site.php b/src/Module/Admin/Site.php index 8d3bfc7435..0a41c127f6 100644 --- a/src/Module/Admin/Site.php +++ b/src/Module/Admin/Site.php @@ -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'), diff --git a/view/lang/C/messages.po b/view/lang/C/messages.po index b112644b48..abe10bce55 100644 --- a/view/lang/C/messages.po +++ b/view/lang/C/messages.po @@ -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 \n" "Language-Team: LANGUAGE \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