From b6c63d223931382aae84dc6d394cdd1bb58121bc Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Tue, 4 Nov 2025 12:49:21 +0100 Subject: Better transitions between groups of articles (#8174) fix https://github.com/FreshRSS/FreshRSS/issues/7520 fix https://github.com/FreshRSS/FreshRSS/issues/8168 fix https://github.com/FreshRSS/FreshRSS/discussions/8172 --- app/i18n/en/index.php | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'app/i18n/en') diff --git a/app/i18n/en/index.php b/app/i18n/en/index.php index d0a39a7a5..fed6491f7 100644 --- a/app/i18n/en/index.php +++ b/app/i18n/en/index.php @@ -36,8 +36,14 @@ return array( ), 'feed' => array( 'empty' => 'There are no articles to show.', + 'published' => array( + '_' => 'Published', + 'future' => 'Published in the future', + 'today' => 'Published today', + 'yesterday' => 'Published yesterday', + ), 'received' => array( - 'before_yesterday' => 'Received before yesterday', + '_' => 'Received', 'today' => 'Received today', 'yesterday' => 'Received yesterday', ), @@ -45,6 +51,11 @@ return array( 'title' => 'Main stream', 'title_fav' => 'Favourites', 'title_global' => 'Global view', + 'userModified' => array( + '_' => 'Modified by user', + 'today' => 'Modified by user today', + 'yesterday' => 'Modified by user yesterday', + ), ), 'log' => array( '_' => 'Logs', -- cgit v1.2.3