Browse Source

i18n : number_articles

number_articles n'était pas défini
Alexandre Alapetite 12 years ago
parent
commit
e4cf8a7396
2 changed files with 4 additions and 2 deletions
  1. 2 1
      app/i18n/en.php
  2. 2 1
      app/i18n/fr.php

+ 2 - 1
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',

+ 2 - 1
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é',