diff options
| author | 2025-10-14 11:05:17 +0200 | |
|---|---|---|
| committer | 2025-10-14 11:05:17 +0200 | |
| commit | 5eba322cbd24191e05304df08c80af846977d99b (patch) | |
| tree | 6f41386abfc77937fb042e48ca061e6dc0d2a7a5 /app/i18n/en-US/admin.php | |
| parent | 20ecbeb09cdf05ca3ffd44980e9070b34c2b71ec (diff) | |
New stats overview of dates with most unread articles (#8089)
New view with direct links to dates with most unread articles:
<img width="734" height="581" alt="image" src="https://github.com/user-attachments/assets/159a39b3-3a06-4ae9-9cc0-62ae36d9db9c" />
Diffstat (limited to 'app/i18n/en-US/admin.php')
| -rw-r--r-- | app/i18n/en-US/admin.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/i18n/en-US/admin.php b/app/i18n/en-US/admin.php index 199edfe65..29185b462 100644 --- a/app/i18n/en-US/admin.php +++ b/app/i18n/en-US/admin.php @@ -134,6 +134,8 @@ return array( '_' => 'Statistics', // IGNORE 'all_feeds' => 'All feeds', // IGNORE 'category' => 'Category', // IGNORE + 'date_published' => 'Publication date', // IGNORE + 'date_received' => 'Received date', // IGNORE 'entry_count' => 'Entry count', // IGNORE 'entry_per_category' => 'Entries per category', // IGNORE 'entry_per_day' => 'Entries per day (last 30 days)', // IGNORE @@ -146,6 +148,7 @@ return array( 'idle' => 'Idle feeds', // IGNORE 'main' => 'Main statistics', // IGNORE 'main_stream' => 'Main stream', // IGNORE + 'nb_unreads' => 'Number of unread articles', // IGNORE 'no_idle' => 'There are no idle feeds!', // IGNORE 'number_entries' => '%d articles', // IGNORE 'overview' => 'Overview', // IGNORE @@ -157,6 +160,7 @@ return array( 'status_unread' => 'Unread', // IGNORE 'title' => 'Statistics', // IGNORE 'top_feed' => 'Top ten feeds', // IGNORE + 'unread_dates' => 'Dates with most unread articles', // IGNORE ), 'system' => array( '_' => 'System configuration', // IGNORE |
