diff options
| author | 2014-09-19 14:35:02 +0200 | |
|---|---|---|
| committer | 2014-09-19 14:35:02 +0200 | |
| commit | 08cc7c4cd4f652da551964a7f5ac584ec18884ab (patch) | |
| tree | c336ec0d96ef47da5a2b8fe922e32250a78d4546 /app/i18n | |
| parent | ba378791c2f36251a22e8a98351ab9b23a640c17 (diff) | |
Add an error message when a query is deprecated.
See https://github.com/marienfressinaud/FreshRSS/issues/625
Diffstat (limited to 'app/i18n')
| -rw-r--r-- | app/i18n/en.php | 1 | ||||
| -rw-r--r-- | app/i18n/fr.php | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/app/i18n/en.php b/app/i18n/en.php index c53adb409..e2bd21623 100644 --- a/app/i18n/en.php +++ b/app/i18n/en.php @@ -46,6 +46,7 @@ return array ( 'no_query' => 'You haven’t created any user query yet.', 'query_filter' => 'Filter applied:', 'no_query_filter' => 'No filter', + 'query_deprecated' => 'This query is no longer valid. The concerned category or feed has been deleted.', 'about' => 'About', 'stats' => 'Statistics', 'stats_idle' => 'Idle feeds', diff --git a/app/i18n/fr.php b/app/i18n/fr.php index 58dccd2d4..e06bba487 100644 --- a/app/i18n/fr.php +++ b/app/i18n/fr.php @@ -46,6 +46,7 @@ return array ( 'no_query' => 'Vous n’avez pas encore créé de filtre.', 'query_filter' => 'Filtres appliqués :', 'no_query_filter' => 'Aucun filtre appliqué', + 'query_deprecated' => 'Ce filtre n’est plus valide. La catégorie ou le flux concerné a été supprimé.', 'about' => 'À propos', 'stats' => 'Statistiques', 'stats_idle' => 'Flux inactifs', |
