diff options
| author | 2014-09-29 18:26:28 -0400 | |
|---|---|---|
| committer | 2014-10-09 16:00:33 +0200 | |
| commit | 8a09958281e7a4352c86d5734cbc9c6dc90b3c96 (patch) | |
| tree | ebffb5f6fbd1d51b6c8a5fbc158f54030f5b2970 /app/i18n/fr.php | |
| parent | 57d4914bf81f3380fe55fa06b7b312f1c463e3e3 (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', |
