aboutsummaryrefslogtreecommitdiff
path: root/app/i18n
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
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')
-rw-r--r--app/i18n/cs/conf.php2
-rw-r--r--app/i18n/de/conf.php2
-rw-r--r--app/i18n/el/conf.php2
-rw-r--r--app/i18n/el/sub.php2
-rw-r--r--app/i18n/en-us/conf.php2
-rw-r--r--app/i18n/en-us/sub.php2
-rw-r--r--app/i18n/en/conf.php2
-rw-r--r--app/i18n/en/sub.php2
-rw-r--r--app/i18n/es/conf.php2
-rw-r--r--app/i18n/fa/conf.php2
-rw-r--r--app/i18n/fi/conf.php2
-rw-r--r--app/i18n/fr/conf.php2
-rw-r--r--app/i18n/he/conf.php2
-rw-r--r--app/i18n/he/sub.php2
-rw-r--r--app/i18n/hu/conf.php2
-rw-r--r--app/i18n/id/conf.php2
-rw-r--r--app/i18n/id/sub.php2
-rw-r--r--app/i18n/it/conf.php2
-rw-r--r--app/i18n/ja/conf.php2
-rw-r--r--app/i18n/ko/conf.php2
-rw-r--r--app/i18n/lv/conf.php2
-rw-r--r--app/i18n/nl/conf.php2
-rw-r--r--app/i18n/oc/conf.php2
-rw-r--r--app/i18n/pl/conf.php2
-rw-r--r--app/i18n/pt-br/conf.php2
-rw-r--r--app/i18n/ru/conf.php2
-rw-r--r--app/i18n/sk/conf.php2
-rw-r--r--app/i18n/tr/conf.php2
-rw-r--r--app/i18n/zh-cn/conf.php2
-rw-r--r--app/i18n/zh-tw/conf.php2
30 files changed, 55 insertions, 5 deletions
diff --git a/app/i18n/cs/conf.php b/app/i18n/cs/conf.php
index ea87356bd..b4cef925b 100644
--- a/app/i18n/cs/conf.php
+++ b/app/i18n/cs/conf.php
@@ -138,6 +138,8 @@ return array(
'tags' => 'Zobrazit podle štítku',
'type' => 'Typ',
),
+ 'get_A' => 'Show all feeds, also those shown in their category', // TODO
+ 'get_Z' => 'Show all feeds, also archived ones', // TODO
'get_all' => 'Zobrazit všechny články',
'get_all_labels' => 'Zobrazit články s libovolným štítkem',
'get_category' => 'Zobrazit kategorii „%s“',
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',
diff --git a/app/i18n/el/conf.php b/app/i18n/el/conf.php
index dfd8e92f4..86477370e 100644
--- a/app/i18n/el/conf.php
+++ b/app/i18n/el/conf.php
@@ -138,6 +138,8 @@ return array(
'tags' => 'Display by label', // TODO
'type' => 'Type', // TODO
),
+ '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', // TODO
'get_all_labels' => 'Display articles with any label', // TODO
'get_category' => 'Display “%s” category', // TODO
diff --git a/app/i18n/el/sub.php b/app/i18n/el/sub.php
index 42d2607eb..79e64bbb5 100644
--- a/app/i18n/el/sub.php
+++ b/app/i18n/el/sub.php
@@ -217,7 +217,7 @@ return array(
'show_rendered' => 'Show content', // TODO
),
'show' => array(
- 'all' => 'Show all feeds', // TODO
+ 'all' => 'All feeds', // TODO
'error' => 'Show only feeds with errors', // TODO
),
'showing' => array(
diff --git a/app/i18n/en-us/conf.php b/app/i18n/en-us/conf.php
index 6527a2ed6..0288bc0d9 100644
--- a/app/i18n/en-us/conf.php
+++ b/app/i18n/en-us/conf.php
@@ -138,6 +138,8 @@ return array(
'tags' => 'Display by label', // IGNORE
'type' => 'Type', // IGNORE
),
+ 'get_A' => 'Show all feeds, also those shown in their category', // IGNORE
+ 'get_Z' => 'Show all feeds, also archived ones', // IGNORE
'get_all' => 'Display all articles', // IGNORE
'get_all_labels' => 'Display articles with any label', // IGNORE
'get_category' => 'Display “%s” category', // IGNORE
diff --git a/app/i18n/en-us/sub.php b/app/i18n/en-us/sub.php
index c885e5861..a6afee939 100644
--- a/app/i18n/en-us/sub.php
+++ b/app/i18n/en-us/sub.php
@@ -217,7 +217,7 @@ return array(
'show_rendered' => 'Show content', // IGNORE
),
'show' => array(
- 'all' => 'Show all feeds', // IGNORE
+ 'all' => 'All feeds', // IGNORE
'error' => 'Show only feeds with errors', // IGNORE
),
'showing' => array(
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(
diff --git a/app/i18n/es/conf.php b/app/i18n/es/conf.php
index 40d982557..610c7333c 100644
--- a/app/i18n/es/conf.php
+++ b/app/i18n/es/conf.php
@@ -138,6 +138,8 @@ return array(
'tags' => 'Mostrar por etiqueta',
'type' => 'Tipo',
),
+ 'get_A' => 'Show all feeds, also those shown in their category', // TODO
+ 'get_Z' => 'Show all feeds, also archived ones', // TODO
'get_all' => 'Mostrar todos los artículos',
'get_all_labels' => 'Mostrar artículos con cualquier etiqueta',
'get_category' => 'Mostrar la categoría “%s”',
diff --git a/app/i18n/fa/conf.php b/app/i18n/fa/conf.php
index afae6e3df..9a1890c0a 100644
--- a/app/i18n/fa/conf.php
+++ b/app/i18n/fa/conf.php
@@ -138,6 +138,8 @@ return array(
'tags' => ' نمایش بر اساس برچسب',
'type' => ' نوع',
),
+ 'get_A' => 'Show all feeds, also those shown in their category', // TODO
+ 'get_Z' => 'Show all feeds, also archived ones', // TODO
'get_all' => ' نمایش همه مقالات',
'get_all_labels' => 'Display articles with any label', // TODO
'get_category' => ' دسته «%s» را نمایش دهید',
diff --git a/app/i18n/fi/conf.php b/app/i18n/fi/conf.php
index 441526f1a..3a9a12b88 100644
--- a/app/i18n/fi/conf.php
+++ b/app/i18n/fi/conf.php
@@ -138,6 +138,8 @@ return array(
'tags' => 'Näytä merkinnän mukaan',
'type' => 'Laji',
),
+ 'get_A' => 'Show all feeds, also those shown in their category', // TODO
+ 'get_Z' => 'Show all feeds, also archived ones', // TODO
'get_all' => 'Näytä kaikki artikkelit',
'get_all_labels' => 'Näytä artikkelit, joissa on mikä tahansa merkintä',
'get_category' => 'Näytä luokka “%s”',
diff --git a/app/i18n/fr/conf.php b/app/i18n/fr/conf.php
index 79e31dd23..bbf7fd6d1 100644
--- a/app/i18n/fr/conf.php
+++ b/app/i18n/fr/conf.php
@@ -138,6 +138,8 @@ return array(
'tags' => 'Afficher par étiquette',
'type' => 'Type', // IGNORE
),
+ 'get_A' => 'Tous les flux, y compris ceux limités à leur catégorie',
+ 'get_Z' => 'Tous les flux, y compris les archivés',
'get_all' => 'Afficher tous les articles',
'get_all_labels' => 'Afficher les articles avec une étiquette',
'get_category' => 'Afficher la catégorie <em>%s<em>',
diff --git a/app/i18n/he/conf.php b/app/i18n/he/conf.php
index bd63c2d01..704459b97 100644
--- a/app/i18n/he/conf.php
+++ b/app/i18n/he/conf.php
@@ -138,6 +138,8 @@ return array(
'tags' => 'Display by label', // TODO
'type' => 'Type', // TODO
),
+ 'get_A' => 'Show all feeds, also those shown in their category', // TODO
+ 'get_Z' => 'Show all feeds, also archived ones', // TODO
'get_all' => 'הצגת כל המאמרים',
'get_all_labels' => 'Display articles with any label', // TODO
'get_category' => 'הצגת קטגוריה “%s”',
diff --git a/app/i18n/he/sub.php b/app/i18n/he/sub.php
index 049d63729..64d5f5bbe 100644
--- a/app/i18n/he/sub.php
+++ b/app/i18n/he/sub.php
@@ -217,7 +217,7 @@ return array(
'show_rendered' => 'Show content', // TODO
),
'show' => array(
- 'all' => 'Show all feeds', // TODO
+ 'all' => 'All feeds', // TODO
'error' => 'Show only feeds with errors', // TODO
),
'showing' => array(
diff --git a/app/i18n/hu/conf.php b/app/i18n/hu/conf.php
index bdf15aecb..9a9e896a1 100644
--- a/app/i18n/hu/conf.php
+++ b/app/i18n/hu/conf.php
@@ -138,6 +138,8 @@ return array(
'tags' => 'Rendezés címke szerint',
'type' => 'Típus',
),
+ 'get_A' => 'Show all feeds, also those shown in their category', // TODO
+ 'get_Z' => 'Show all feeds, also archived ones', // TODO
'get_all' => 'Minden cikk megjelenítése',
'get_all_labels' => 'Cikkek megjelenítése bármilyen címkével',
'get_category' => '„%s” kategória megjelenítése',
diff --git a/app/i18n/id/conf.php b/app/i18n/id/conf.php
index ba95372d5..f9e7e39d8 100644
--- a/app/i18n/id/conf.php
+++ b/app/i18n/id/conf.php
@@ -138,6 +138,8 @@ return array(
'tags' => 'Tampilkan berdasarkan label',
'type' => 'Tipe',
),
+ 'get_A' => 'Show all feeds, also those shown in their category', // TODO
+ 'get_Z' => 'Show all feeds, also archived ones', // TODO
'get_all' => 'Tampilkan semua artikel',
'get_all_labels' => 'Tampilkan artikel dengan setiap label',
'get_category' => 'Tampilkan kategori "%s"',
diff --git a/app/i18n/id/sub.php b/app/i18n/id/sub.php
index c0194397a..bcc6a86ab 100644
--- a/app/i18n/id/sub.php
+++ b/app/i18n/id/sub.php
@@ -217,7 +217,7 @@ return array(
'show_rendered' => 'Show content', // TODO
),
'show' => array(
- 'all' => 'Show all feeds', // TODO
+ 'all' => 'All feeds', // TODO
'error' => 'Show only feeds with errors', // TODO
),
'showing' => array(
diff --git a/app/i18n/it/conf.php b/app/i18n/it/conf.php
index 1fa9b51c5..dbb6a696e 100644
--- a/app/i18n/it/conf.php
+++ b/app/i18n/it/conf.php
@@ -138,6 +138,8 @@ return array(
'tags' => 'Tag',
'type' => 'Tipo',
),
+ 'get_A' => 'Mostra tutti i feed, anche quelli mostrati nella loro categoria',
+ 'get_Z' => 'Mostra tutti i feed, anche quelli archiviati',
'get_all' => 'Mostra tutti gli articoli',
'get_all_labels' => 'Mostra gli articoli con qualsiasi etichetta',
'get_category' => 'Mostra la categoria “%s” ',
diff --git a/app/i18n/ja/conf.php b/app/i18n/ja/conf.php
index 9d043f58d..1421b8c19 100644
--- a/app/i18n/ja/conf.php
+++ b/app/i18n/ja/conf.php
@@ -138,6 +138,8 @@ return array(
'tags' => 'タグごとに表示する',
'type' => 'タイプ',
),
+ 'get_A' => 'Show all feeds, also those shown in their category', // TODO
+ 'get_Z' => 'Show all feeds, also archived ones', // TODO
'get_all' => 'すべての記事を表示する',
'get_all_labels' => '任意のラベルで記事を表示する',
'get_category' => 'カテゴリ“%s”を表示する',
diff --git a/app/i18n/ko/conf.php b/app/i18n/ko/conf.php
index a51faf522..e26171384 100644
--- a/app/i18n/ko/conf.php
+++ b/app/i18n/ko/conf.php
@@ -138,6 +138,8 @@ return array(
'tags' => '태그별로 표시',
'type' => '유형',
),
+ 'get_A' => 'Show all feeds, also those shown in their category', // TODO
+ 'get_Z' => 'Show all feeds, also archived ones', // TODO
'get_all' => '모든 글 표시',
'get_all_labels' => '라벨이 있는 글 표시',
'get_category' => '“%s” 카테고리 표시',
diff --git a/app/i18n/lv/conf.php b/app/i18n/lv/conf.php
index 7e370db5d..d921d7694 100644
--- a/app/i18n/lv/conf.php
+++ b/app/i18n/lv/conf.php
@@ -138,6 +138,8 @@ return array(
'tags' => 'Rādīt pēc birkas',
'type' => 'Veids',
),
+ 'get_A' => 'Show all feeds, also those shown in their category', // TODO
+ 'get_Z' => 'Show all feeds, also archived ones', // TODO
'get_all' => 'Rādīt visus rakstus',
'get_all_labels' => 'Display articles with any label', // TODO
'get_category' => 'Rādīt kategoriju “%s”',
diff --git a/app/i18n/nl/conf.php b/app/i18n/nl/conf.php
index 5013d08f1..ab680930c 100644
--- a/app/i18n/nl/conf.php
+++ b/app/i18n/nl/conf.php
@@ -138,6 +138,8 @@ return array(
'tags' => 'Weergeven op label',
'type' => 'Type', // IGNORE
),
+ 'get_A' => 'Show all feeds, also those shown in their category', // TODO
+ 'get_Z' => 'Show all feeds, also archived ones', // TODO
'get_all' => 'Toon alle artikelen',
'get_all_labels' => 'Artikelen met elk label tonen',
'get_category' => 'Toon „%s” categorie',
diff --git a/app/i18n/oc/conf.php b/app/i18n/oc/conf.php
index 23663142c..7cc11693d 100644
--- a/app/i18n/oc/conf.php
+++ b/app/i18n/oc/conf.php
@@ -138,6 +138,8 @@ return array(
'tags' => 'Afichatge per etiqueta',
'type' => 'Tipe',
),
+ 'get_A' => 'Show all feeds, also those shown in their category', // TODO
+ 'get_Z' => 'Show all feeds, also archived ones', // TODO
'get_all' => 'Mostrar totes los articles',
'get_all_labels' => 'Display articles with any label', // TODO
'get_category' => 'Mostrar la categoria « %s »',
diff --git a/app/i18n/pl/conf.php b/app/i18n/pl/conf.php
index fe08d0c65..34d9fa773 100644
--- a/app/i18n/pl/conf.php
+++ b/app/i18n/pl/conf.php
@@ -138,6 +138,8 @@ return array(
'tags' => 'Według tagu',
'type' => 'Rodzaj',
),
+ 'get_A' => 'Show all feeds, also those shown in their category', // TODO
+ 'get_Z' => 'Show all feeds, also archived ones', // TODO
'get_all' => 'Wyświetlenie wszystkich wiadomości',
'get_all_labels' => 'Wyświetl wiadomości z dowolnymi etykietami',
'get_category' => 'Wyświetlenie kategorii “%s”',
diff --git a/app/i18n/pt-br/conf.php b/app/i18n/pt-br/conf.php
index b9c5b7e45..ec4c24d9e 100644
--- a/app/i18n/pt-br/conf.php
+++ b/app/i18n/pt-br/conf.php
@@ -138,6 +138,8 @@ return array(
'tags' => 'Exibir por tag',
'type' => 'Tipo',
),
+ 'get_A' => 'Show all feeds, also those shown in their category', // TODO
+ 'get_Z' => 'Show all feeds, also archived ones', // TODO
'get_all' => 'Mostrar todos os artigos',
'get_all_labels' => 'Exibir artigos com qualquer rótulo',
'get_category' => 'Visualizar “%s” categoria',
diff --git a/app/i18n/ru/conf.php b/app/i18n/ru/conf.php
index 80ce407c7..c52f20ac9 100644
--- a/app/i18n/ru/conf.php
+++ b/app/i18n/ru/conf.php
@@ -138,6 +138,8 @@ return array(
'tags' => 'Отображение по метке',
'type' => 'Тип',
),
+ 'get_A' => 'Show all feeds, also those shown in their category', // TODO
+ 'get_Z' => 'Show all feeds, also archived ones', // TODO
'get_all' => 'Показать все статьи',
'get_all_labels' => 'Показать все статьи с любыми метками',
'get_category' => 'Показать категорию “%s”',
diff --git a/app/i18n/sk/conf.php b/app/i18n/sk/conf.php
index c605c3dab..000a943a1 100644
--- a/app/i18n/sk/conf.php
+++ b/app/i18n/sk/conf.php
@@ -138,6 +138,8 @@ return array(
'tags' => 'Zobraziť podľa štítku',
'type' => 'Typ',
),
+ 'get_A' => 'Show all feeds, also those shown in their category', // TODO
+ 'get_Z' => 'Show all feeds, also archived ones', // TODO
'get_all' => 'Zobraziť všetky články',
'get_all_labels' => 'Zobraziť články so všetkými štítkami',
'get_category' => 'Zobraziť kategóriu “%s”',
diff --git a/app/i18n/tr/conf.php b/app/i18n/tr/conf.php
index 7c1d7cf51..68fa16819 100644
--- a/app/i18n/tr/conf.php
+++ b/app/i18n/tr/conf.php
@@ -138,6 +138,8 @@ return array(
'tags' => 'Etikete göre göster',
'type' => 'Tür',
),
+ 'get_A' => 'Show all feeds, also those shown in their category', // TODO
+ 'get_Z' => 'Show all feeds, also archived ones', // TODO
'get_all' => 'Tüm makaleleri göster',
'get_all_labels' => 'Herhangi etikete sahip makaleleri göster ',
'get_category' => '“%s” kategorisini göster',
diff --git a/app/i18n/zh-cn/conf.php b/app/i18n/zh-cn/conf.php
index 8795dacb3..e80136b10 100644
--- a/app/i18n/zh-cn/conf.php
+++ b/app/i18n/zh-cn/conf.php
@@ -138,6 +138,8 @@ return array(
'tags' => '按标签显示',
'type' => '类型',
),
+ 'get_A' => 'Show all feeds, also those shown in their category', // TODO
+ 'get_Z' => 'Show all feeds, also archived ones', // TODO
'get_all' => '显示所有文章',
'get_all_labels' => '显示所有打了标签的文章',
'get_category' => '显示分类“%s”',
diff --git a/app/i18n/zh-tw/conf.php b/app/i18n/zh-tw/conf.php
index 61bf61d7a..4b1a6f4af 100644
--- a/app/i18n/zh-tw/conf.php
+++ b/app/i18n/zh-tw/conf.php
@@ -138,6 +138,8 @@ return array(
'tags' => '按標籤顯示',
'type' => '類型',
),
+ 'get_A' => 'Show all feeds, also those shown in their category', // TODO
+ 'get_Z' => 'Show all feeds, also archived ones', // TODO
'get_all' => '顯示所有文章',
'get_all_labels' => '顯示任何標籤的文章',
'get_category' => '顯示分類 “%s”',