Alexandre Alapetite 11 years ago
parent 220c314eed
commit 004a652f8a
  1. 12
      app/i18n/en.php
  2. 4
      app/i18n/fr.php

@ -302,15 +302,15 @@ return array (
'format_date' => '%s j\<\s\u\p\>S\<\/\s\u\p\> Y', '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', 'format_date_hour' => '%s j\<\s\u\p\>S\<\/\s\u\p\> Y \a\t H\:i',
'status_favorites' => 'favourites', 'status_favorites' => 'Favourites',
'status_read' => 'read', 'status_read' => 'Read',
'status_unread' => 'unread', 'status_unread' => 'Unread',
'status_total' => 'total', 'status_total' => 'Total',
'stats_entry_repartition' => 'Entries repartition', 'stats_entry_repartition' => 'Entries repartition',
'stats_entry_per_day' => 'Entries per day (last 30 days)', 'stats_entry_per_day' => 'Entries per day (last 30 days)',
'stats_feed_per_category' => 'Feeds per category', 'stats_feed_per_category' => 'Feeds per category',
'stats_entry_per_category' => 'Entries per category', 'stats_entry_per_category' => 'Entries per category',
'stats_top_feed' => 'Top ten feeds', 'stats_top_feed' => 'Top ten feeds',
'stats_entry_count' => 'Entry count', 'stats_entry_count' => 'Entry count',
); );

@ -311,6 +311,6 @@ return array (
'stats_entry_per_day' => 'Nombre d’articles par jour (30 derniers jours)', 'stats_entry_per_day' => 'Nombre d’articles par jour (30 derniers jours)',
'stats_feed_per_category' => 'Flux par catégorie', 'stats_feed_per_category' => 'Flux par catégorie',
'stats_entry_per_category' => 'Articles par catégorie', 'stats_entry_per_category' => 'Articles par catégorie',
'stats_top_feed' => 'Les dix plus gros flux', 'stats_top_feed' => 'Les dix plus gros flux',
'stats_entry_count' => 'Nombre d’articles', 'stats_entry_count' => 'Nombre d’articles',
); );

Loading…
Cancel
Save