aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/en
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2024-12-27 12:03:59 +0100
committerGravatar GitHub <noreply@github.com> 2024-12-27 12:03:59 +0100
commit897e4a3f4a273d50c28157edb67612b2d7fa2e6f (patch)
tree5ea452b4edb58e272522a2932f42128d581ce1d9 /app/i18n/en
parent1d10b3697d5fa04415d36059d5e04ad71aae0b78 (diff)
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>
Diffstat (limited to 'app/i18n/en')
-rw-r--r--app/i18n/en/conf.php2
-rw-r--r--app/i18n/en/sub.php2
2 files changed, 3 insertions, 1 deletions
diff --git a/app/i18n/en/conf.php b/app/i18n/en/conf.php
index b0114f7d4..da0230a30 100644
--- a/app/i18n/en/conf.php
+++ b/app/i18n/en/conf.php
@@ -138,6 +138,8 @@ return array(
'tags' => 'Display by label',
'type' => 'Type',
),
+ 'get_A' => 'Show all feeds, also those shown in their category', // TODO
+ 'get_Z' => 'Show all feeds, also archived ones', // TODO
'get_all' => 'Display all articles',
'get_all_labels' => 'Display articles with any label',
'get_category' => 'Display ā€œ%sā€ category',
diff --git a/app/i18n/en/sub.php b/app/i18n/en/sub.php
index 640e5bfda..c6e2c24d9 100644
--- a/app/i18n/en/sub.php
+++ b/app/i18n/en/sub.php
@@ -217,7 +217,7 @@ return array(
'show_rendered' => 'Show content',
),
'show' => array(
- 'all' => 'Show all feeds',
+ 'all' => 'All feeds',
'error' => 'Show only feeds with errors',
),
'showing' => array(