diff options
| author | 2014-09-19 19:00:00 +0200 | |
|---|---|---|
| committer | 2014-09-19 19:00:00 +0200 | |
| commit | 921dd88e646621a0118c97716cae6b34a0ed26b1 (patch) | |
| tree | ae3908d124cd352bbe757a889b97a2c56a69fba6 /app/i18n/fr.php | |
| parent | 07d123f1aa09afc79c322b2364132981f5285ac1 (diff) | |
Add a message if there is no idle feed (stats)
Diffstat (limited to 'app/i18n/fr.php')
| -rw-r--r-- | app/i18n/fr.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/i18n/fr.php b/app/i18n/fr.php index 889bdd173..c541a79e9 100644 --- a/app/i18n/fr.php +++ b/app/i18n/fr.php @@ -431,6 +431,7 @@ return array ( 'stats_entry_per_category' => 'Articles par catégorie', 'stats_top_feed' => 'Les dix plus gros flux', 'stats_entry_count' => 'Nombre d’articles', + 'stats_no_idle' => 'Il n’a aucun flux inactif !', 'update' => 'Mise à jour', 'update_system' => 'Système de mise à jour', |
