From e4cf8a7396d5da06b44a803ce2843361b1077f91 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Thu, 5 Dec 2013 20:55:47 +0100 Subject: [PATCH] i18n : number_articles MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit number_articles n'était pas défini --- app/i18n/en.php | 3 ++- 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é',