summaryrefslogtreecommitdiff
path: root/app/i18n/fr.php
diff options
context:
space:
mode:
authorGravatar Alexis Degrugillier <github@ainw.org> 2014-01-22 19:06:46 -0500
committerGravatar Alexis Degrugillier <github@ainw.org> 2014-01-25 15:15:04 -0500
commite98ac32716dfe9343baa5bce7ad2c1e98c40540c (patch)
tree82a42a588a60e6e7e450a037243ecb32dd632b82 /app/i18n/fr.php
parent3ddffcfe5d0914e93e416c73d239f1555d508e9c (diff)
Ajout de statistiques de l'application
Conflicts: app/i18n/en.php app/i18n/fr.php
Diffstat (limited to 'app/i18n/fr.php')
-rw-r--r--app/i18n/fr.php14
1 files changed, 13 insertions, 1 deletions
diff --git a/app/i18n/fr.php b/app/i18n/fr.php
index fd2257c70..c8b03ef8b 100644
--- a/app/i18n/fr.php
+++ b/app/i18n/fr.php
@@ -13,6 +13,7 @@ return array (
'category' => 'Catégorie',
'shortcuts' => 'Raccourcis',
'about' => 'À propos',
+ 'stats' => 'Statistiques',
'your_rss_feeds' => 'Vos flux RSS',
'add_rss_feed' => 'Ajouter un flux RSS',
@@ -20,7 +21,8 @@ return array (
'import_export_opml' => 'Importer / exporter (OPML)',
'subscription_management' => 'Gestion des abonnements',
- 'all_feeds' => 'Flux principal',
+ 'main_stream' => 'Flux principal',
+ 'all_feeds' => 'Tous les flux',
'favorite_feeds' => 'Favoris (%d)',
'not_read' => '%d non lu',
'not_reads' => '%d non lus',
@@ -297,4 +299,14 @@ return array (
// format pour la fonction date(), %s permet d'indiquer le mois en toutes lettres
'format_date' => 'j %s Y',
'format_date_hour' => 'j %s Y \à H\:i',
+
+ 'status_favorites' => 'favoris',
+ 'status_read' => 'lus',
+ 'status_unread' => 'non lus',
+ 'status_total' => 'total',
+
+ 'stats_entry_repartition' => 'Répartition des articles',
+ 'stats_entry_per_day' => 'Nombre d’articles par jour (30 derniers jours)',
+ 'stats_feed_per_category' => 'Flux par categorie',
+ 'stats_entry_per_category' => 'Article par categorie',
);