summaryrefslogtreecommitdiff
path: root/app/i18n/en.php
diff options
context:
space:
mode:
authorGravatar Alexis Degrugillier <github@ainw.org> 2014-06-13 01:00:27 -0400
committerGravatar Alexis Degrugillier <github@ainw.org> 2014-06-15 12:05:21 -0400
commit181fcd98893f65a2c5159158fbfc022b4661ea13 (patch)
tree62769146e342a71e3f3f5b49232061a613e23f4c /app/i18n/en.php
parent09602acc5f754c3e814b4b7de9d9d4d283ed45ff (diff)
Refactor statistics
I made a new controller to handle statistics. The old statistics have been moved in that controller and a new action has been added to display idle feeds. I also added a menu in the left panel to navigate between the statistics pages. See #90
Diffstat (limited to 'app/i18n/en.php')
-rw-r--r--app/i18n/en.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/i18n/en.php b/app/i18n/en.php
index c0eb5a2bf..8d5f305c0 100644
--- a/app/i18n/en.php
+++ b/app/i18n/en.php
@@ -46,6 +46,14 @@ return array (
'no_query_filter' => 'No filter',
'about' => 'About',
'stats' => 'Statistics',
+ 'stats_idle' => 'Idle feeds',
+ 'stats_main' => 'Main statistics',
+
+ 'last_week' => 'Last week',
+ 'last_month' => 'Last month',
+ 'last_3_month' => 'Last three months',
+ 'last_6_month' => 'Last six months',
+ 'last_year' => 'Last year',
'your_rss_feeds' => 'Your RSS feeds',
'add_rss_feed' => 'Add a RSS feed',