diff options
| author | 2013-12-05 20:55:47 +0100 | |
|---|---|---|
| committer | 2013-12-05 20:55:47 +0100 | |
| commit | e4cf8a7396d5da06b44a803ce2843361b1077f91 (patch) | |
| tree | abc6a9ec99134483b744f786814c144e263d8d42 | |
| parent | 25fa654529390dfc989898beb522d63cae4aed7d (diff) | |
i18n : number_articles
number_articles n'était pas défini
| -rw-r--r-- | app/i18n/en.php | 3 | ||||
| -rw-r--r-- | app/i18n/fr.php | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/app/i18n/en.php b/app/i18n/en.php index f7dc6d3a5..da61623a3 100644 --- a/app/i18n/en.php +++ b/app/i18n/en.php @@ -133,7 +133,8 @@ return array ( 'feed_description' => 'Description', 'website_url' => 'Website URL', 'feed_url' => 'Feed URL', - 'articles' => 'articles', + 'articles' => 'articles', + 'number_articles' => 'Number of articles', 'keep_history' => 'Keep history?', 'categorize' => 'Store in a category', 'advanced' => 'Advanced', 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é', |
