diff options
| author | 2014-01-22 19:06:46 -0500 | |
|---|---|---|
| committer | 2014-01-25 15:15:04 -0500 | |
| commit | e98ac32716dfe9343baa5bce7ad2c1e98c40540c (patch) | |
| tree | 82a42a588a60e6e7e450a037243ecb32dd632b82 /app/i18n/en.php | |
| parent | 3ddffcfe5d0914e93e416c73d239f1555d508e9c (diff) | |
Ajout de statistiques de l'application
Conflicts:
app/i18n/en.php
app/i18n/fr.php
Diffstat (limited to 'app/i18n/en.php')
| -rw-r--r-- | app/i18n/en.php | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/app/i18n/en.php b/app/i18n/en.php index 5d9b01f0b..963105f35 100644 --- a/app/i18n/en.php +++ b/app/i18n/en.php @@ -13,6 +13,7 @@ return array ( 'category' => 'Category', 'shortcuts' => 'Shortcuts', 'about' => 'About', + 'stats' => 'Statistics', 'your_rss_feeds' => 'Your RSS feeds', 'add_rss_feed' => 'Add a RSS feed', @@ -20,7 +21,8 @@ return array ( 'import_export_opml' => 'Import / export (OPML)', 'subscription_management' => 'Subscriptions management', - 'all_feeds' => 'Main stream', + 'main_stream' => 'Main stream', + 'all_feeds' => 'All feeds', 'favorite_feeds' => 'Favourites (%d)', 'not_read' => '%d unread', 'not_reads' => '%d unread', @@ -297,4 +299,14 @@ return array ( // format for date() function, %s allows to indicate month in letter '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', + + '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', ); |
