From 5eba322cbd24191e05304df08c80af846977d99b Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Tue, 14 Oct 2025 11:05:17 +0200 Subject: New stats overview of dates with most unread articles (#8089) New view with direct links to dates with most unread articles: image --- app/i18n/en/admin.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'app/i18n/en/admin.php') diff --git a/app/i18n/en/admin.php b/app/i18n/en/admin.php index a138e555c..10f1c0c4b 100644 --- a/app/i18n/en/admin.php +++ b/app/i18n/en/admin.php @@ -134,6 +134,8 @@ return array( '_' => 'Statistics', 'all_feeds' => 'All feeds', 'category' => 'Category', + 'date_published' => 'Publication date', + 'date_received' => 'Received date', 'entry_count' => 'Entry count', 'entry_per_category' => 'Entries per category', 'entry_per_day' => 'Entries per day (last 30 days)', @@ -146,6 +148,7 @@ return array( 'idle' => 'Idle feeds', 'main' => 'Main statistics', 'main_stream' => 'Main stream', + 'nb_unreads' => 'Number of unread articles', 'no_idle' => 'There are no idle feeds!', 'number_entries' => '%d articles', 'overview' => 'Overview', @@ -157,6 +160,7 @@ return array( 'status_unread' => 'Unread', 'title' => 'Statistics', 'top_feed' => 'Top ten feeds', + 'unread_dates' => 'Dates with most unread articles', ), 'system' => array( '_' => 'System configuration', -- cgit v1.2.3