From dd79b163fdec7fcf281492b4881b0c84dda39eeb Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Fri, 6 Dec 2013 21:57:40 +0100 Subject: Ajout bouton validator.w3.org/feed/ Ajout d'un bouton pour valider les flux, pour des cas comme https://github.com/marienfressinaud/FreshRSS/issues/317 --- app/i18n/en.php | 1 + app/i18n/fr.php | 1 + 2 files changed, 2 insertions(+) (limited to 'app/i18n') diff --git a/app/i18n/en.php b/app/i18n/en.php index 1c17e8149..4135b5281 100644 --- a/app/i18n/en.php +++ b/app/i18n/en.php @@ -90,6 +90,7 @@ return array ( 'feeds_imported' => 'Your feeds have been imported and will now be updated', 'category_emptied' => 'Category has been emptied', 'feed_deleted' => 'Feed has been deleted', + 'feed_validator' => 'Check the validity of the feed', 'optimization_complete' => 'Optimization complete', diff --git a/app/i18n/fr.php b/app/i18n/fr.php index cd39637cb..fb3226547 100644 --- a/app/i18n/fr.php +++ b/app/i18n/fr.php @@ -90,6 +90,7 @@ return array ( 'feeds_imported' => 'Vos flux ont été importés et vont maintenant être actualisés', 'category_emptied' => 'La catégorie a été vidée', 'feed_deleted' => 'Le flux a été supprimé', + 'feed_validator' => 'Vérifier la valididé du flux', 'optimization_complete' => 'Optimisation terminée', -- cgit v1.2.3