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/fr/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/fr/admin.php')
| -rw-r--r-- | app/i18n/fr/admin.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/i18n/fr/admin.php b/app/i18n/fr/admin.php index cb9e300f5..f2ae5b771 100644 --- a/app/i18n/fr/admin.php +++ b/app/i18n/fr/admin.php @@ -134,6 +134,8 @@ return array( '_' => 'Statistiques', 'all_feeds' => 'Tous les flux', 'category' => 'Catégorie', + 'date_published' => 'Date de publication', + 'date_received' => 'Date de réception', 'entry_count' => 'Nombre d’articles', 'entry_per_category' => 'Articles par catégorie', 'entry_per_day' => 'Nombre d’articles par jour (30 derniers jours)', @@ -146,6 +148,7 @@ return array( 'idle' => 'Flux inactifs', 'main' => 'Statistiques principales', 'main_stream' => 'Flux principal', + 'nb_unreads' => 'Nombre d’articles non lus', 'no_idle' => 'Il n’y a aucun flux inactif !', 'number_entries' => '%d articles', // IGNORE 'overview' => 'Vue d’ensemble', @@ -157,6 +160,7 @@ return array( 'status_unread' => 'non lus', 'title' => 'Statistiques', 'top_feed' => 'Les dix plus gros flux', + 'unread_dates' => 'Dates avec le plus d’articles non lus', ), 'system' => array( '_' => 'Configuration du système', |
