From 897e4a3f4a273d50c28157edb67612b2d7fa2e6f Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Fri, 27 Dec 2024 12:03:59 +0100 Subject: Search in all feeds (#7144) * Search in all feeds Search in PRIORITY_ARCHIVED with `&get=A` fix https://github.com/FreshRSS/FreshRSS/discussions/7143 * Fix type * Search in PRIORITY_ARCHIVED with `&get=Z` * More * Fixes * One more fix * Extra features in user queries * Move i18n key * Fix overview * Enlarge query boxes * Revert i18n spelling * i18n: it Thanks @UserRoot-Luca Co-authored-by: UserRoot-Luca <55756898+UserRoot-Luca@users.noreply.github.com> --------- Co-authored-by: UserRoot-Luca <55756898+UserRoot-Luca@users.noreply.github.com> --- app/i18n/de/conf.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/i18n/de') diff --git a/app/i18n/de/conf.php b/app/i18n/de/conf.php index 71ed1438e..22d2a3938 100644 --- a/app/i18n/de/conf.php +++ b/app/i18n/de/conf.php @@ -138,6 +138,8 @@ return array( 'tags' => 'Nach Labels filtern', 'type' => 'Filter-Typ', ), + 'get_A' => 'Show all feeds, also those shown in their category', // TODO + 'get_Z' => 'Show all feeds, also archived ones', // TODO 'get_all' => 'Alle Artikel anzeigen', 'get_all_labels' => 'Alle Artikle mit beliebigem Label anzeigen', 'get_category' => 'Kategorie ā€ž%sā€œ anzeigen', -- cgit v1.2.3