summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/i18n/en.php3
-rw-r--r--app/i18n/fr.php3
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é',