diff options
| author | 2014-09-29 18:26:28 -0400 | |
|---|---|---|
| committer | 2014-09-29 18:26:28 -0400 | |
| commit | 3d288eb170091c2679cac34ee09e850b56e46861 (patch) | |
| tree | 253af2747ee7c73f915fbc3b4d4dfd6be4fee442 /app/i18n/fr.php | |
| parent | c14162221365077bcaeecde7127806190490dd58 (diff) | |
Add percent of total on top 10 feeds
Diffstat (limited to 'app/i18n/fr.php')
| -rw-r--r-- | app/i18n/fr.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/i18n/fr.php b/app/i18n/fr.php index b0fbf15ae..c72fc3e93 100644 --- a/app/i18n/fr.php +++ b/app/i18n/fr.php @@ -56,6 +56,7 @@ return array ( 'stats_entry_per_hour' => 'Par heure', 'stats_entry_per_day_of_week' => 'Par jour de la semaine', 'stats_entry_per_month' => 'Par mois', + 'stats_percent_of_total' => '%% du total', 'last_week' => 'Depuis la semaine dernière', 'last_month' => 'Depuis le mois dernier', |
