diff options
| author | 2014-01-26 06:49:35 -0800 | |
|---|---|---|
| committer | 2014-01-26 06:49:35 -0800 | |
| commit | 220c314eedb560f2e269f0da84869e643d40f737 (patch) | |
| tree | 11f626c93e1efc6669caf15024d79fa71624ea32 /app/i18n/fr.php | |
| parent | c2998ffc97fbb8e45e6179f5d9c59c1b940d5782 (diff) | |
| parent | 964128bd5fba878f97da04d6828692d123e2ffd4 (diff) | |
Merge pull request #394 from aledeg/statistics
Modification des statistiques.
Diffstat (limited to 'app/i18n/fr.php')
| -rw-r--r-- | app/i18n/fr.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/i18n/fr.php b/app/i18n/fr.php index 53645477b..693dce5d1 100644 --- a/app/i18n/fr.php +++ b/app/i18n/fr.php @@ -11,6 +11,8 @@ return array ( 'users' => 'Utilisateurs', 'categories' => 'Catégories', 'category' => 'Catégorie', + 'feed' => 'Flux', + 'feeds' => 'Flux', 'shortcuts' => 'Raccourcis', 'about' => 'À propos', 'stats' => 'Statistiques', @@ -309,4 +311,6 @@ return array ( 'stats_entry_per_day' => 'Nombre d’articles par jour (30 derniers jours)', 'stats_feed_per_category' => 'Flux par catégorie', 'stats_entry_per_category' => 'Articles par catégorie', + 'stats_top_feed' => 'Les dix plus gros flux', + 'stats_entry_count' => 'Nombre d’articles', ); |
