diff options
| author | 2014-01-25 23:44:36 +0100 | |
|---|---|---|
| committer | 2014-01-25 23:44:36 +0100 | |
| commit | 3930235b1868a10aeefb88e9e860cec0a4a604d3 (patch) | |
| tree | 42419597c6cafe08e52179b20ab003a7decd2f90 /app/i18n | |
| parent | bd6a7606c0d2364fd472f7903260a72f37b31f3b (diff) | |
indexController : Charge les DAO uniquement lorsque nécessaire
Poursuit le raisonnement de
https://github.com/marienfressinaud/FreshRSS/commit/bd6a7606c0d2364fd472f7903260a72f37b31f3b
Petites corrections
https://github.com/marienfressinaud/FreshRSS/issues/90
Diffstat (limited to 'app/i18n')
| -rw-r--r-- | app/i18n/en.php | 8 | ||||
| -rw-r--r-- | app/i18n/fr.php | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/app/i18n/en.php b/app/i18n/en.php index 518c14bc8..70fd8a74b 100644 --- a/app/i18n/en.php +++ b/app/i18n/en.php @@ -305,8 +305,8 @@ return array ( 'status_unread' => 'unread', 'status_total' => 'total', - 'stats_entry_repartition' => 'Entry repartition', - 'stats_entry_per_day' => 'Entry per day (last 30 days)', - 'stats_feed_per_category' => 'Feed per category', - 'stats_entry_per_category' => 'Entry per category', + 'stats_entry_repartition' => 'Entries repartition', + 'stats_entry_per_day' => 'Entries per day (last 30 days)', + 'stats_feed_per_category' => 'Feeds per category', + 'stats_entry_per_category' => 'Entries per category', ); diff --git a/app/i18n/fr.php b/app/i18n/fr.php index efe4a08c4..53645477b 100644 --- a/app/i18n/fr.php +++ b/app/i18n/fr.php @@ -307,6 +307,6 @@ return array ( 'stats_entry_repartition' => 'Répartition des articles', 'stats_entry_per_day' => 'Nombre d’articles par jour (30 derniers jours)', - 'stats_feed_per_category' => 'Flux par categorie', - 'stats_entry_per_category' => 'Article par categorie', + 'stats_feed_per_category' => 'Flux par catégorie', + 'stats_entry_per_category' => 'Articles par catégorie', ); |
