diff options
| author | 2013-12-05 20:55:47 +0100 | |
|---|---|---|
| committer | 2013-12-05 20:55:47 +0100 | |
| commit | e4cf8a7396d5da06b44a803ce2843361b1077f91 (patch) | |
| tree | abc6a9ec99134483b744f786814c144e263d8d42 /app/i18n/fr.php | |
| parent | 25fa654529390dfc989898beb522d63cae4aed7d (diff) | |
i18n : number_articles
number_articles n'était pas défini
Diffstat (limited to 'app/i18n/fr.php')
| -rw-r--r-- | app/i18n/fr.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/i18n/fr.php b/app/i18n/fr.php index 8082b07fb..979a364cd 100644 --- a/app/i18n/fr.php +++ b/app/i18n/fr.php @@ -133,7 +133,8 @@ return array ( 'feed_description' => 'Description', 'website_url' => 'URL du site', 'feed_url' => 'URL du flux', - 'articles' => 'articles', + 'articles' => 'articles', + 'number_articles' => 'Nombre d’articles', 'keep_history' => 'Garder l’historique ?', 'categorize' => 'Ranger dans une catégorie', 'advanced' => 'Avancé', |
