summaryrefslogtreecommitdiff
path: root/app/i18n/en.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2014-01-26 16:23:43 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2014-01-26 16:23:43 +0100
commit004a652f8ae7d6b63ecf9f27ce2d12a4c69b110c (patch)
tree0aaaefa670df04f533f8dbd25fa7f3055fb94ed4 /app/i18n/en.php
parent220c314eedb560f2e269f0da84869e643d40f737 (diff)
i18n statistiques
https://github.com/marienfressinaud/FreshRSS/issues/90
Diffstat (limited to 'app/i18n/en.php')
-rw-r--r--app/i18n/en.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/app/i18n/en.php b/app/i18n/en.php
index e5cf623c7..8073ecf51 100644
--- a/app/i18n/en.php
+++ b/app/i18n/en.php
@@ -302,15 +302,15 @@ return array (
'format_date' => '%s j\<\s\u\p\>S\<\/\s\u\p\> Y',
'format_date_hour' => '%s j\<\s\u\p\>S\<\/\s\u\p\> Y \a\t H\:i',
- 'status_favorites' => 'favourites',
- 'status_read' => 'read',
- 'status_unread' => 'unread',
- 'status_total' => 'total',
+ 'status_favorites' => 'Favourites',
+ 'status_read' => 'Read',
+ 'status_unread' => 'Unread',
+ 'status_total' => 'Total',
'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',
- 'stats_top_feed' => 'Top ten feeds',
- 'stats_entry_count' => 'Entry count',
+ 'stats_top_feed' => 'Top ten feeds',
+ 'stats_entry_count' => 'Entry count',
);