From 6b14a743ccfe5c14e15acac858c0906f4fccdf67 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sun, 15 Dec 2024 12:34:18 +0100 Subject: New state: favorite or unread (#7088) * New state: favorite or unread https://github.com/FreshRSS/FreshRSS/discussions/7078#discussioncomment-11526292 * Experiment using this state by default * Rework state * Allow ANDS for typos * Revert change unrelated to this PR * Revert change of default state * Add option *unread_or_favorite* * Fix hide_read_feeds * i18n: it Co-authored-by: UserRoot-Luca <55756898+UserRoot-Luca@users.noreply.github.com> * Update app/i18n/pl/conf.php Co-authored-by: Zic <55097497+ZicPL@users.noreply.github.com> * Update app/i18n/pl/conf.php Co-authored-by: Zic <55097497+ZicPL@users.noreply.github.com> * Fix i18n * Fix auto_remove_article * Fix mark_unread_enabled --------- Co-authored-by: UserRoot-Luca <55756898+UserRoot-Luca@users.noreply.github.com> Co-authored-by: Zic <55097497+ZicPL@users.noreply.github.com> --- app/i18n/el/conf.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'app/i18n/el/conf.php') diff --git a/app/i18n/el/conf.php b/app/i18n/el/conf.php index 020aba5ad..e2f40c3dd 100644 --- a/app/i18n/el/conf.php +++ b/app/i18n/el/conf.php @@ -257,12 +257,13 @@ return array( 'show' => array( '_' => 'Articles to display', // TODO 'active_category' => 'Active category', // TODO - 'adaptive' => 'Adjust showing', // TODO + 'adaptive' => 'Show unreads if any, all articles otherwise', // TODO 'all_articles' => 'Show all articles', // TODO 'all_categories' => 'All categories', // TODO 'no_category' => 'No category', // TODO 'remember_categories' => 'Remember open categories', // TODO - 'unread' => 'Show only unread', // TODO + 'unread' => 'Show unreads', // TODO + 'unread_or_favorite' => 'Show unreads and favourites', // TODO ), 'show_fav_unread_help' => 'Applies also on labels', // TODO 'sides_close_article' => 'Clicking outside of article text area closes the article', // TODO -- cgit v1.2.3