aboutsummaryrefslogtreecommitdiff
path: root/app/i18n
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2025-10-15 00:08:40 +0200
committerGravatar GitHub <noreply@github.com> 2025-10-15 00:08:40 +0200
commite070c3ed2bec4ea4a6c2a216a5c836d1e02ab381 (patch)
treec65a238580dc5b78c6cf6a1947523ff6291eaa0a /app/i18n
parent1b8bc1ae8b9810eb66ff798093b89d2ce690373f (diff)
Implement search form (#8103)
* Add UI for advanced search To help users with the seach operators. Obviously not as powerful as a manually-written search query. Lack in particular negation and logical *and* for now, but I might try to do something about it. <img width="939" height="1438" alt="image" src="https://github.com/user-attachments/assets/0bcad39b-eff3-4f44-876b-a2552af2af00" /> * Consistency: allow multiple user queries like S:1,2 * Fix user query and add tests
Diffstat (limited to 'app/i18n')
-rw-r--r--app/i18n/cs/gen.php27
-rw-r--r--app/i18n/de/gen.php27
-rw-r--r--app/i18n/el/gen.php27
-rw-r--r--app/i18n/en-US/gen.php27
-rw-r--r--app/i18n/en/gen.php27
-rw-r--r--app/i18n/es/gen.php27
-rw-r--r--app/i18n/fa/gen.php27
-rw-r--r--app/i18n/fi/gen.php27
-rw-r--r--app/i18n/fr/gen.php27
-rw-r--r--app/i18n/he/gen.php27
-rw-r--r--app/i18n/hu/gen.php27
-rw-r--r--app/i18n/id/gen.php27
-rw-r--r--app/i18n/it/gen.php27
-rw-r--r--app/i18n/ja/gen.php27
-rw-r--r--app/i18n/ko/gen.php27
-rw-r--r--app/i18n/lv/gen.php27
-rw-r--r--app/i18n/nl/gen.php27
-rw-r--r--app/i18n/oc/gen.php27
-rw-r--r--app/i18n/pl/gen.php27
-rw-r--r--app/i18n/pt-BR/gen.php27
-rw-r--r--app/i18n/pt-PT/gen.php27
-rw-r--r--app/i18n/ru/gen.php27
-rw-r--r--app/i18n/sk/gen.php27
-rw-r--r--app/i18n/tr/gen.php27
-rw-r--r--app/i18n/uk/gen.php27
-rw-r--r--app/i18n/zh-CN/gen.php27
-rw-r--r--app/i18n/zh-TW/gen.php27
27 files changed, 729 insertions, 0 deletions
diff --git a/app/i18n/cs/gen.php b/app/i18n/cs/gen.php
index fe68fd80d..e61682441 100644
--- a/app/i18n/cs/gen.php
+++ b/app/i18n/cs/gen.php
@@ -189,6 +189,7 @@ return array(
'about' => 'O aplikaci',
'account' => 'Účet',
'admin' => 'Administrace',
+ 'advanced_search' => 'Advanced Search', // TODO
'archiving' => 'Archivace',
'authentication' => 'Ověřování',
'check_install' => 'Kontrola instalace',
@@ -221,6 +222,32 @@ return array(
'language' => 'Language', // IGNORE
'translated' => 'Progress', // IGNORE
),
+ 'search' => array(
+ 'advanced_search_help' => 'This form helps construct search queries, but manual queries are even more powerful.', // TODO
+ 'authors' => 'Authors', // TODO
+ 'categories' => 'Categories', // TODO
+ 'content' => 'Content', // TODO
+ 'date_from' => 'From', // TODO
+ 'date_past' => 'In the past', // TODO
+ 'date_published' => 'Publication Date', // TODO
+ 'date_range' => 'Date Range', // TODO
+ 'date_received' => 'Received Date', // TODO
+ 'date_to' => 'To', // TODO
+ 'feeds' => 'Feeds', // TODO
+ 'free_text' => 'Free Text', // TODO
+ 'free_text_help' => 'Search both in title and content', // TODO
+ 'full_documentation' => 'View <a href="https://freshrss.github.io/FreshRSS/en/users/10_filter.html#with-the-search-field" target="_blank">full search documentation</a>', // TODO
+ 'labels' => 'My Labels', // TODO
+ 'multiple_help' => 'Select one or more (hold <kbd>Ctrl</kbd> or <kbd>Cmd</kbd>)', // TODO
+ 'sources' => 'Sources', // TODO
+ 'tags' => 'Article Tags', // TODO
+ 'text' => 'Text Search', // TODO
+ 'text_help' => 'Multiple lines are combined by a logical <i>or</i>. Also supports <a href="https://freshrss.github.io/FreshRSS/en/users/10_filter.html#regex" target="_blank">regular expressions</a>.', // TODO
+ 'text_placeholder' => 'Keyword', // TODO
+ 'title' => 'Title', // TODO
+ 'url' => 'URL', // TODO
+ 'user_queries' => 'User Queries', // TODO
+ ),
'share' => array(
'Known' => 'Známé základní stránky',
'archiveIS' => 'archive.is', // IGNORE
diff --git a/app/i18n/de/gen.php b/app/i18n/de/gen.php
index 3170b7bde..6ed055259 100644
--- a/app/i18n/de/gen.php
+++ b/app/i18n/de/gen.php
@@ -189,6 +189,7 @@ return array(
'about' => 'Info',
'account' => 'Account', // IGNORE
'admin' => 'Administration', // IGNORE
+ 'advanced_search' => 'Advanced Search', // TODO
'archiving' => 'Archivierung',
'authentication' => 'Authentifizierung',
'check_install' => 'Installationsüberprüfung',
@@ -221,6 +222,32 @@ return array(
'language' => 'Language', // IGNORE
'translated' => 'Progress', // IGNORE
),
+ 'search' => array(
+ 'advanced_search_help' => 'This form helps construct search queries, but manual queries are even more powerful.', // TODO
+ 'authors' => 'Authors', // TODO
+ 'categories' => 'Categories', // TODO
+ 'content' => 'Content', // TODO
+ 'date_from' => 'From', // TODO
+ 'date_past' => 'In the past', // TODO
+ 'date_published' => 'Publication Date', // TODO
+ 'date_range' => 'Date Range', // TODO
+ 'date_received' => 'Received Date', // TODO
+ 'date_to' => 'To', // TODO
+ 'feeds' => 'Feeds', // TODO
+ 'free_text' => 'Free Text', // TODO
+ 'free_text_help' => 'Search both in title and content', // TODO
+ 'full_documentation' => 'View <a href="https://freshrss.github.io/FreshRSS/en/users/10_filter.html#with-the-search-field" target="_blank">full search documentation</a>', // TODO
+ 'labels' => 'My Labels', // TODO
+ 'multiple_help' => 'Select one or more (hold <kbd>Ctrl</kbd> or <kbd>Cmd</kbd>)', // TODO
+ 'sources' => 'Sources', // TODO
+ 'tags' => 'Article Tags', // TODO
+ 'text' => 'Text Search', // TODO
+ 'text_help' => 'Multiple lines are combined by a logical <i>or</i>. Also supports <a href="https://freshrss.github.io/FreshRSS/en/users/10_filter.html#regex" target="_blank">regular expressions</a>.', // TODO
+ 'text_placeholder' => 'Keyword', // TODO
+ 'title' => 'Title', // TODO
+ 'url' => 'URL', // TODO
+ 'user_queries' => 'User Queries', // TODO
+ ),
'share' => array(
'Known' => 'Known-Seite (https://withknown.com)',
'archiveIS' => 'archive.is', // IGNORE
diff --git a/app/i18n/el/gen.php b/app/i18n/el/gen.php
index 9719e6a4f..cee4a0aea 100644
--- a/app/i18n/el/gen.php
+++ b/app/i18n/el/gen.php
@@ -189,6 +189,7 @@ return array(
'about' => 'About', // TODO
'account' => 'Account', // TODO
'admin' => 'Administration', // TODO
+ 'advanced_search' => 'Advanced Search', // TODO
'archiving' => 'Archiving', // TODO
'authentication' => 'Authentication', // TODO
'check_install' => 'Installation check', // TODO
@@ -221,6 +222,32 @@ return array(
'language' => 'Language', // IGNORE
'translated' => 'Progress', // IGNORE
),
+ 'search' => array(
+ 'advanced_search_help' => 'This form helps construct search queries, but manual queries are even more powerful.', // TODO
+ 'authors' => 'Authors', // TODO
+ 'categories' => 'Categories', // TODO
+ 'content' => 'Content', // TODO
+ 'date_from' => 'From', // TODO
+ 'date_past' => 'In the past', // TODO
+ 'date_published' => 'Publication Date', // TODO
+ 'date_range' => 'Date Range', // TODO
+ 'date_received' => 'Received Date', // TODO
+ 'date_to' => 'To', // TODO
+ 'feeds' => 'Feeds', // TODO
+ 'free_text' => 'Free Text', // TODO
+ 'free_text_help' => 'Search both in title and content', // TODO
+ 'full_documentation' => 'View <a href="https://freshrss.github.io/FreshRSS/en/users/10_filter.html#with-the-search-field" target="_blank">full search documentation</a>', // TODO
+ 'labels' => 'My Labels', // TODO
+ 'multiple_help' => 'Select one or more (hold <kbd>Ctrl</kbd> or <kbd>Cmd</kbd>)', // TODO
+ 'sources' => 'Sources', // TODO
+ 'tags' => 'Article Tags', // TODO
+ 'text' => 'Text Search', // TODO
+ 'text_help' => 'Multiple lines are combined by a logical <i>or</i>. Also supports <a href="https://freshrss.github.io/FreshRSS/en/users/10_filter.html#regex" target="_blank">regular expressions</a>.', // TODO
+ 'text_placeholder' => 'Keyword', // TODO
+ 'title' => 'Title', // TODO
+ 'url' => 'URL', // TODO
+ 'user_queries' => 'User Queries', // TODO
+ ),
'share' => array(
'Known' => 'Known based sites', // TODO
'archiveIS' => 'archive.is', // IGNORE
diff --git a/app/i18n/en-US/gen.php b/app/i18n/en-US/gen.php
index ce4c8a6fc..840241926 100644
--- a/app/i18n/en-US/gen.php
+++ b/app/i18n/en-US/gen.php
@@ -189,6 +189,7 @@ return array(
'about' => 'About', // IGNORE
'account' => 'Account', // IGNORE
'admin' => 'Administration', // IGNORE
+ 'advanced_search' => 'Advanced Search', // IGNORE
'archiving' => 'Archiving', // IGNORE
'authentication' => 'Authentication', // IGNORE
'check_install' => 'Installation check', // IGNORE
@@ -221,6 +222,32 @@ return array(
'language' => 'Language', // IGNORE
'translated' => 'Progress', // IGNORE
),
+ 'search' => array(
+ 'advanced_search_help' => 'This form helps construct search queries, but manual queries are even more powerful.', // IGNORE
+ 'authors' => 'Authors', // IGNORE
+ 'categories' => 'Categories', // IGNORE
+ 'content' => 'Content', // IGNORE
+ 'date_from' => 'From', // IGNORE
+ 'date_past' => 'In the past', // IGNORE
+ 'date_published' => 'Publication Date', // IGNORE
+ 'date_range' => 'Date Range', // IGNORE
+ 'date_received' => 'Received Date', // IGNORE
+ 'date_to' => 'To', // IGNORE
+ 'feeds' => 'Feeds', // IGNORE
+ 'free_text' => 'Free Text', // IGNORE
+ 'free_text_help' => 'Search both in title and content', // IGNORE
+ 'full_documentation' => 'View <a href="https://freshrss.github.io/FreshRSS/en/users/10_filter.html#with-the-search-field" target="_blank">full search documentation</a>', // IGNORE
+ 'labels' => 'My Labels', // IGNORE
+ 'multiple_help' => 'Select one or more (hold <kbd>Ctrl</kbd> or <kbd>Cmd</kbd>)', // IGNORE
+ 'sources' => 'Sources', // IGNORE
+ 'tags' => 'Article Tags', // IGNORE
+ 'text' => 'Text Search', // IGNORE
+ 'text_help' => 'Multiple lines are combined by a logical <i>or</i>. Also supports <a href="https://freshrss.github.io/FreshRSS/en/users/10_filter.html#regex" target="_blank">regular expressions</a>.', // IGNORE
+ 'text_placeholder' => 'Keyword', // IGNORE
+ 'title' => 'Title', // IGNORE
+ 'url' => 'URL', // IGNORE
+ 'user_queries' => 'User Queries', // IGNORE
+ ),
'share' => array(
'Known' => 'Known based sites', // IGNORE
'archiveIS' => 'archive.is', // IGNORE
diff --git a/app/i18n/en/gen.php b/app/i18n/en/gen.php
index 68e096416..2f888f7ee 100644
--- a/app/i18n/en/gen.php
+++ b/app/i18n/en/gen.php
@@ -189,6 +189,7 @@ return array(
'about' => 'About',
'account' => 'Account',
'admin' => 'Administration',
+ 'advanced_search' => 'Advanced Search',
'archiving' => 'Archiving',
'authentication' => 'Authentication',
'check_install' => 'Installation check',
@@ -221,6 +222,32 @@ return array(
'language' => 'Language',
'translated' => 'Progress',
),
+ 'search' => array(
+ 'advanced_search_help' => 'This form helps construct search queries, but manual queries are even more powerful.',
+ 'authors' => 'Authors',
+ 'categories' => 'Categories',
+ 'content' => 'Content',
+ 'date_from' => 'From',
+ 'date_past' => 'In the past',
+ 'date_published' => 'Publication Date',
+ 'date_range' => 'Date Range',
+ 'date_received' => 'Received Date',
+ 'date_to' => 'To',
+ 'feeds' => 'Feeds',
+ 'free_text' => 'Free Text',
+ 'free_text_help' => 'Search both in title and content',
+ 'full_documentation' => 'View <a href="https://freshrss.github.io/FreshRSS/en/users/10_filter.html#with-the-search-field" target="_blank">full search documentation</a>',
+ 'labels' => 'My Labels',
+ 'multiple_help' => 'Select one or more (hold <kbd>Ctrl</kbd> or <kbd>Cmd</kbd>)',
+ 'sources' => 'Sources',
+ 'tags' => 'Article Tags',
+ 'text' => 'Text Search',
+ 'text_help' => 'Multiple lines are combined by a logical <i>or</i>. Also supports <a href="https://freshrss.github.io/FreshRSS/en/users/10_filter.html#regex" target="_blank">regular expressions</a>.',
+ 'text_placeholder' => 'Keyword',
+ 'title' => 'Title',
+ 'url' => 'URL',
+ 'user_queries' => 'User Queries',
+ ),
'share' => array(
'Known' => 'Known based sites',
'archiveIS' => 'archive.is',
diff --git a/app/i18n/es/gen.php b/app/i18n/es/gen.php
index bd320df0a..ec8ce0cc8 100644
--- a/app/i18n/es/gen.php
+++ b/app/i18n/es/gen.php
@@ -189,6 +189,7 @@ return array(
'about' => 'Acerca de',
'account' => 'Cuenta',
'admin' => 'Administración',
+ 'advanced_search' => 'Advanced Search', // TODO
'archiving' => 'Archivo',
'authentication' => 'Identificación',
'check_install' => 'Verificación de instalación',
@@ -221,6 +222,32 @@ return array(
'language' => 'Language', // IGNORE
'translated' => 'Progress', // IGNORE
),
+ 'search' => array(
+ 'advanced_search_help' => 'This form helps construct search queries, but manual queries are even more powerful.', // TODO
+ 'authors' => 'Authors', // TODO
+ 'categories' => 'Categories', // TODO
+ 'content' => 'Content', // TODO
+ 'date_from' => 'From', // TODO
+ 'date_past' => 'In the past', // TODO
+ 'date_published' => 'Publication Date', // TODO
+ 'date_range' => 'Date Range', // TODO
+ 'date_received' => 'Received Date', // TODO
+ 'date_to' => 'To', // TODO
+ 'feeds' => 'Feeds', // TODO
+ 'free_text' => 'Free Text', // TODO
+ 'free_text_help' => 'Search both in title and content', // TODO
+ 'full_documentation' => 'View <a href="https://freshrss.github.io/FreshRSS/en/users/10_filter.html#with-the-search-field" target="_blank">full search documentation</a>', // TODO
+ 'labels' => 'My Labels', // TODO
+ 'multiple_help' => 'Select one or more (hold <kbd>Ctrl</kbd> or <kbd>Cmd</kbd>)', // TODO
+ 'sources' => 'Sources', // TODO
+ 'tags' => 'Article Tags', // TODO
+ 'text' => 'Text Search', // TODO
+ 'text_help' => 'Multiple lines are combined by a logical <i>or</i>. Also supports <a href="https://freshrss.github.io/FreshRSS/en/users/10_filter.html#regex" target="_blank">regular expressions</a>.', // TODO
+ 'text_placeholder' => 'Keyword', // TODO
+ 'title' => 'Title', // TODO
+ 'url' => 'URL', // TODO
+ 'user_queries' => 'User Queries', // TODO
+ ),
'share' => array(
'Known' => 'Sitios basados en conocidos',
'archiveIS' => 'archive.is', // IGNORE
diff --git a/app/i18n/fa/gen.php b/app/i18n/fa/gen.php
index 34f05a62d..9674748ac 100644
--- a/app/i18n/fa/gen.php
+++ b/app/i18n/fa/gen.php
@@ -189,6 +189,7 @@ return array(
'about' => ' در مورد',
'account' => ' حساب',
'admin' => ' اداره',
+ 'advanced_search' => 'Advanced Search', // TODO
'archiving' => ' آرشیو',
'authentication' => ' احراز هویت',
'check_install' => ' بررسی نصب',
@@ -221,6 +222,32 @@ return array(
'language' => 'Language', // IGNORE
'translated' => 'Progress', // IGNORE
),
+ 'search' => array(
+ 'advanced_search_help' => 'This form helps construct search queries, but manual queries are even more powerful.', // TODO
+ 'authors' => 'Authors', // TODO
+ 'categories' => 'Categories', // TODO
+ 'content' => 'Content', // TODO
+ 'date_from' => 'From', // TODO
+ 'date_past' => 'In the past', // TODO
+ 'date_published' => 'Publication Date', // TODO
+ 'date_range' => 'Date Range', // TODO
+ 'date_received' => 'Received Date', // TODO
+ 'date_to' => 'To', // TODO
+ 'feeds' => 'Feeds', // TODO
+ 'free_text' => 'Free Text', // TODO
+ 'free_text_help' => 'Search both in title and content', // TODO
+ 'full_documentation' => 'View <a href="https://freshrss.github.io/FreshRSS/en/users/10_filter.html#with-the-search-field" target="_blank">full search documentation</a>', // TODO
+ 'labels' => 'My Labels', // TODO
+ 'multiple_help' => 'Select one or more (hold <kbd>Ctrl</kbd> or <kbd>Cmd</kbd>)', // TODO
+ 'sources' => 'Sources', // TODO
+ 'tags' => 'Article Tags', // TODO
+ 'text' => 'Text Search', // TODO
+ 'text_help' => 'Multiple lines are combined by a logical <i>or</i>. Also supports <a href="https://freshrss.github.io/FreshRSS/en/users/10_filter.html#regex" target="_blank">regular expressions</a>.', // TODO
+ 'text_placeholder' => 'Keyword', // TODO
+ 'title' => 'Title', // TODO
+ 'url' => 'URL', // TODO
+ 'user_queries' => 'User Queries', // TODO
+ ),
'share' => array(
'Known' => ' سایت های مبتنی بر شناخته شده',
'archiveIS' => 'archive.is', // IGNORE
diff --git a/app/i18n/fi/gen.php b/app/i18n/fi/gen.php
index cdbe380e6..cad2587f1 100644
--- a/app/i18n/fi/gen.php
+++ b/app/i18n/fi/gen.php
@@ -189,6 +189,7 @@ return array(
'about' => 'Tietoja',
'account' => 'Tili',
'admin' => 'Hallinta',
+ 'advanced_search' => 'Advanced Search', // TODO
'archiving' => 'Arkistointi',
'authentication' => 'Todentaminen',
'check_install' => 'Asennuksen tarkistus',
@@ -221,6 +222,32 @@ return array(
'language' => 'Language', // IGNORE
'translated' => 'Progress', // IGNORE
),
+ 'search' => array(
+ 'advanced_search_help' => 'This form helps construct search queries, but manual queries are even more powerful.', // TODO
+ 'authors' => 'Authors', // TODO
+ 'categories' => 'Categories', // TODO
+ 'content' => 'Content', // TODO
+ 'date_from' => 'From', // TODO
+ 'date_past' => 'In the past', // TODO
+ 'date_published' => 'Publication Date', // TODO
+ 'date_range' => 'Date Range', // TODO
+ 'date_received' => 'Received Date', // TODO
+ 'date_to' => 'To', // TODO
+ 'feeds' => 'Feeds', // TODO
+ 'free_text' => 'Free Text', // TODO
+ 'free_text_help' => 'Search both in title and content', // TODO
+ 'full_documentation' => 'View <a href="https://freshrss.github.io/FreshRSS/en/users/10_filter.html#with-the-search-field" target="_blank">full search documentation</a>', // TODO
+ 'labels' => 'My Labels', // TODO
+ 'multiple_help' => 'Select one or more (hold <kbd>Ctrl</kbd> or <kbd>Cmd</kbd>)', // TODO
+ 'sources' => 'Sources', // TODO
+ 'tags' => 'Article Tags', // TODO
+ 'text' => 'Text Search', // TODO
+ 'text_help' => 'Multiple lines are combined by a logical <i>or</i>. Also supports <a href="https://freshrss.github.io/FreshRSS/en/users/10_filter.html#regex" target="_blank">regular expressions</a>.', // TODO
+ 'text_placeholder' => 'Keyword', // TODO
+ 'title' => 'Title', // TODO
+ 'url' => 'URL', // TODO
+ 'user_queries' => 'User Queries', // TODO
+ ),
'share' => array(
'Known' => 'Known-sivustot',
'archiveIS' => 'archive.is', // IGNORE
diff --git a/app/i18n/fr/gen.php b/app/i18n/fr/gen.php
index 60df9d64a..caaa3291a 100644
--- a/app/i18n/fr/gen.php
+++ b/app/i18n/fr/gen.php
@@ -189,6 +189,7 @@ return array(
'about' => 'À propos',
'account' => 'Compte',
'admin' => 'Administration', // IGNORE
+ 'advanced_search' => 'Recherche avancée',
'archiving' => 'Archivage',
'authentication' => 'Authentification',
'check_install' => 'Vérification de l’installation',
@@ -221,6 +222,32 @@ return array(
'language' => 'Langage',
'translated' => 'Progression',
),
+ 'search' => array(
+ 'advanced_search_help' => 'Ce formulaire aide à construire des requêtes de recherche, mais les requêtes manuelles sont encore plus puissantes.',
+ 'authors' => 'Auteurs',
+ 'categories' => 'Catégories',
+ 'content' => 'Contenu',
+ 'date_from' => 'Depuis',
+ 'date_past' => 'Dans le passé',
+ 'date_published' => 'Date de publication',
+ 'date_range' => 'Plage de dates',
+ 'date_received' => 'Date de réception',
+ 'date_to' => 'À',
+ 'feeds' => 'Flux',
+ 'free_text' => 'Texte libre',
+ 'free_text_help' => 'Rechercher dans le titre et le contenu',
+ 'full_documentation' => 'Voir la <a href="https://freshrss.github.io/FreshRSS/fr/users/03_Main_view.html#gr%C3%A2ce-au-champ-de-recherche" target="_blank">documentation complète de recherche</a>',
+ 'labels' => 'Mes étiquettes',
+ 'multiple_help' => 'Sélectionnez un ou plusieurs (maintenez <kbd>Ctrl</kbd> ou <kbd>Cmd</kbd>)',
+ 'sources' => 'Sources', // IGNORE
+ 'tags' => 'Tags d’articles',
+ 'text' => 'Recherche de texte',
+ 'text_help' => 'Les lignes multiples sont combinées par un <i>ou</i> logique. Supporte aussi les <a href="https://freshrss.github.io/FreshRSS/fr/users/03_Main_view.html#regex" target="_blank">expressions régulières</a>.',
+ 'text_placeholder' => 'Mot-clef',
+ 'title' => 'Titre',
+ 'url' => 'URL', // IGNORE
+ 'user_queries' => 'Requêtes utilisateur',
+ ),
'share' => array(
'Known' => 'Sites basés sur Known',
'archiveIS' => 'archive.is', // IGNORE
diff --git a/app/i18n/he/gen.php b/app/i18n/he/gen.php
index 68b2cbaf8..1c91e60c9 100644
--- a/app/i18n/he/gen.php
+++ b/app/i18n/he/gen.php
@@ -189,6 +189,7 @@ return array(
'about' => 'אודות',
'account' => 'Account', // TODO
'admin' => 'ניהול',
+ 'advanced_search' => 'Advanced Search', // TODO
'archiving' => 'ארכוב',
'authentication' => 'Authentication', // TODO
'check_install' => 'Installation check', // TODO
@@ -221,6 +222,32 @@ return array(
'language' => 'Language', // IGNORE
'translated' => 'Progress', // IGNORE
),
+ 'search' => array(
+ 'advanced_search_help' => 'This form helps construct search queries, but manual queries are even more powerful.', // TODO
+ 'authors' => 'Authors', // TODO
+ 'categories' => 'Categories', // TODO
+ 'content' => 'Content', // TODO
+ 'date_from' => 'From', // TODO
+ 'date_past' => 'In the past', // TODO
+ 'date_published' => 'Publication Date', // TODO
+ 'date_range' => 'Date Range', // TODO
+ 'date_received' => 'Received Date', // TODO
+ 'date_to' => 'To', // TODO
+ 'feeds' => 'Feeds', // TODO
+ 'free_text' => 'Free Text', // TODO
+ 'free_text_help' => 'Search both in title and content', // TODO
+ 'full_documentation' => 'View <a href="https://freshrss.github.io/FreshRSS/en/users/10_filter.html#with-the-search-field" target="_blank">full search documentation</a>', // TODO
+ 'labels' => 'My Labels', // TODO
+ 'multiple_help' => 'Select one or more (hold <kbd>Ctrl</kbd> or <kbd>Cmd</kbd>)', // TODO
+ 'sources' => 'Sources', // TODO
+ 'tags' => 'Article Tags', // TODO
+ 'text' => 'Text Search', // TODO
+ 'text_help' => 'Multiple lines are combined by a logical <i>or</i>. Also supports <a href="https://freshrss.github.io/FreshRSS/en/users/10_filter.html#regex" target="_blank">regular expressions</a>.', // TODO
+ 'text_placeholder' => 'Keyword', // TODO
+ 'title' => 'Title', // TODO
+ 'url' => 'URL', // TODO
+ 'user_queries' => 'User Queries', // TODO
+ ),
'share' => array(
'Known' => 'Known based sites', // TODO
'archiveIS' => 'archive.is', // IGNORE
diff --git a/app/i18n/hu/gen.php b/app/i18n/hu/gen.php
index c0cc355da..56388733f 100644
--- a/app/i18n/hu/gen.php
+++ b/app/i18n/hu/gen.php
@@ -189,6 +189,7 @@ return array(
'about' => 'Névjegy',
'account' => 'Fiók',
'admin' => 'Adminisztráció',
+ 'advanced_search' => 'Advanced Search', // TODO
'archiving' => 'Archiválás',
'authentication' => 'Hitelesítés',
'check_install' => 'Telepítés ellenőrzése',
@@ -221,6 +222,32 @@ return array(
'language' => 'Language', // IGNORE
'translated' => 'Progress', // IGNORE
),
+ 'search' => array(
+ 'advanced_search_help' => 'This form helps construct search queries, but manual queries are even more powerful.', // TODO
+ 'authors' => 'Authors', // TODO
+ 'categories' => 'Categories', // TODO
+ 'content' => 'Content', // TODO
+ 'date_from' => 'From', // TODO
+ 'date_past' => 'In the past', // TODO
+ 'date_published' => 'Publication Date', // TODO
+ 'date_range' => 'Date Range', // TODO
+ 'date_received' => 'Received Date', // TODO
+ 'date_to' => 'To', // TODO
+ 'feeds' => 'Feeds', // TODO
+ 'free_text' => 'Free Text', // TODO
+ 'free_text_help' => 'Search both in title and content', // TODO
+ 'full_documentation' => 'View <a href="https://freshrss.github.io/FreshRSS/en/users/10_filter.html#with-the-search-field" target="_blank">full search documentation</a>', // TODO
+ 'labels' => 'My Labels', // TODO
+ 'multiple_help' => 'Select one or more (hold <kbd>Ctrl</kbd> or <kbd>Cmd</kbd>)', // TODO
+ 'sources' => 'Sources', // TODO
+ 'tags' => 'Article Tags', // TODO
+ 'text' => 'Text Search', // TODO
+ 'text_help' => 'Multiple lines are combined by a logical <i>or</i>. Also supports <a href="https://freshrss.github.io/FreshRSS/en/users/10_filter.html#regex" target="_blank">regular expressions</a>.', // TODO
+ 'text_placeholder' => 'Keyword', // TODO
+ 'title' => 'Title', // TODO
+ 'url' => 'URL', // TODO
+ 'user_queries' => 'User Queries', // TODO
+ ),
'share' => array(
'Known' => 'Ismert weboldalak',
'archiveIS' => 'archive.is', // IGNORE
diff --git a/app/i18n/id/gen.php b/app/i18n/id/gen.php
index a8f63a93d..11b55044a 100644
--- a/app/i18n/id/gen.php
+++ b/app/i18n/id/gen.php
@@ -189,6 +189,7 @@ return array(
'about' => 'Tentang',
'account' => 'Akun',
'admin' => 'Administrasi',
+ 'advanced_search' => 'Advanced Search', // TODO
'archiving' => 'Pengarsipan',
'authentication' => 'Autentikasi',
'check_install' => 'Pemeriksaan pemasangan',
@@ -221,6 +222,32 @@ return array(
'language' => 'Language', // IGNORE
'translated' => 'Progress', // IGNORE
),
+ 'search' => array(
+ 'advanced_search_help' => 'This form helps construct search queries, but manual queries are even more powerful.', // TODO
+ 'authors' => 'Authors', // TODO
+ 'categories' => 'Categories', // TODO
+ 'content' => 'Content', // TODO
+ 'date_from' => 'From', // TODO
+ 'date_past' => 'In the past', // TODO
+ 'date_published' => 'Publication Date', // TODO
+ 'date_range' => 'Date Range', // TODO
+ 'date_received' => 'Received Date', // TODO
+ 'date_to' => 'To', // TODO
+ 'feeds' => 'Feeds', // TODO
+ 'free_text' => 'Free Text', // TODO
+ 'free_text_help' => 'Search both in title and content', // TODO
+ 'full_documentation' => 'View <a href="https://freshrss.github.io/FreshRSS/en/users/10_filter.html#with-the-search-field" target="_blank">full search documentation</a>', // TODO
+ 'labels' => 'My Labels', // TODO
+ 'multiple_help' => 'Select one or more (hold <kbd>Ctrl</kbd> or <kbd>Cmd</kbd>)', // TODO
+ 'sources' => 'Sources', // TODO
+ 'tags' => 'Article Tags', // TODO
+ 'text' => 'Text Search', // TODO
+ 'text_help' => 'Multiple lines are combined by a logical <i>or</i>. Also supports <a href="https://freshrss.github.io/FreshRSS/en/users/10_filter.html#regex" target="_blank">regular expressions</a>.', // TODO
+ 'text_placeholder' => 'Keyword', // TODO
+ 'title' => 'Title', // TODO
+ 'url' => 'URL', // TODO
+ 'user_queries' => 'User Queries', // TODO
+ ),
'share' => array(
'Known' => 'Situs berbasis Known',
'archiveIS' => 'archive.is', // IGNORE
diff --git a/app/i18n/it/gen.php b/app/i18n/it/gen.php
index 063797fd3..eca46db04 100644
--- a/app/i18n/it/gen.php
+++ b/app/i18n/it/gen.php
@@ -189,6 +189,7 @@ return array(
'about' => 'Informazioni',
'account' => 'Profilo',
'admin' => 'Amministrazione',
+ 'advanced_search' => 'Advanced Search', // TODO
'archiving' => 'Archiviazione',
'authentication' => 'Autenticazione',
'check_install' => 'Installazione',
@@ -221,6 +222,32 @@ return array(
'language' => 'Language', // IGNORE
'translated' => 'Progress', // IGNORE
),
+ 'search' => array(
+ 'advanced_search_help' => 'This form helps construct search queries, but manual queries are even more powerful.', // TODO
+ 'authors' => 'Authors', // TODO
+ 'categories' => 'Categories', // TODO
+ 'content' => 'Content', // TODO
+ 'date_from' => 'From', // TODO
+ 'date_past' => 'In the past', // TODO
+ 'date_published' => 'Publication Date', // TODO
+ 'date_range' => 'Date Range', // TODO
+ 'date_received' => 'Received Date', // TODO
+ 'date_to' => 'To', // TODO
+ 'feeds' => 'Feeds', // TODO
+ 'free_text' => 'Free Text', // TODO
+ 'free_text_help' => 'Search both in title and content', // TODO
+ 'full_documentation' => 'View <a href="https://freshrss.github.io/FreshRSS/en/users/10_filter.html#with-the-search-field" target="_blank">full search documentation</a>', // TODO
+ 'labels' => 'My Labels', // TODO
+ 'multiple_help' => 'Select one or more (hold <kbd>Ctrl</kbd> or <kbd>Cmd</kbd>)', // TODO
+ 'sources' => 'Sources', // TODO
+ 'tags' => 'Article Tags', // TODO
+ 'text' => 'Text Search', // TODO
+ 'text_help' => 'Multiple lines are combined by a logical <i>or</i>. Also supports <a href="https://freshrss.github.io/FreshRSS/en/users/10_filter.html#regex" target="_blank">regular expressions</a>.', // TODO
+ 'text_placeholder' => 'Keyword', // TODO
+ 'title' => 'Title', // TODO
+ 'url' => 'URL', // TODO
+ 'user_queries' => 'User Queries', // TODO
+ ),
'share' => array(
'Known' => 'Siti basati su Known',
'archiveIS' => 'archive.is', // IGNORE
diff --git a/app/i18n/ja/gen.php b/app/i18n/ja/gen.php
index 5d67cb97a..a8d9dd1c6 100644
--- a/app/i18n/ja/gen.php
+++ b/app/i18n/ja/gen.php
@@ -189,6 +189,7 @@ return array(
'about' => 'FreshRSSについて',
'account' => 'アカウント',
'admin' => '管理者',
+ 'advanced_search' => 'Advanced Search', // TODO
'archiving' => 'アーカイブ',
'authentication' => '認証',
'check_install' => 'インストール時のチェック',
@@ -221,6 +222,32 @@ return array(
'language' => 'Language', // IGNORE
'translated' => 'Progress', // IGNORE
),
+ 'search' => array(
+ 'advanced_search_help' => 'This form helps construct search queries, but manual queries are even more powerful.', // TODO
+ 'authors' => 'Authors', // TODO
+ 'categories' => 'Categories', // TODO
+ 'content' => 'Content', // TODO
+ 'date_from' => 'From', // TODO
+ 'date_past' => 'In the past', // TODO
+ 'date_published' => 'Publication Date', // TODO
+ 'date_range' => 'Date Range', // TODO
+ 'date_received' => 'Received Date', // TODO
+ 'date_to' => 'To', // TODO
+ 'feeds' => 'Feeds', // TODO
+ 'free_text' => 'Free Text', // TODO
+ 'free_text_help' => 'Search both in title and content', // TODO
+ 'full_documentation' => 'View <a href="https://freshrss.github.io/FreshRSS/en/users/10_filter.html#with-the-search-field" target="_blank">full search documentation</a>', // TODO
+ 'labels' => 'My Labels', // TODO
+ 'multiple_help' => 'Select one or more (hold <kbd>Ctrl</kbd> or <kbd>Cmd</kbd>)', // TODO
+ 'sources' => 'Sources', // TODO
+ 'tags' => 'Article Tags', // TODO
+ 'text' => 'Text Search', // TODO
+ 'text_help' => 'Multiple lines are combined by a logical <i>or</i>. Also supports <a href="https://freshrss.github.io/FreshRSS/en/users/10_filter.html#regex" target="_blank">regular expressions</a>.', // TODO
+ 'text_placeholder' => 'Keyword', // TODO
+ 'title' => 'Title', // TODO
+ 'url' => 'URL', // TODO
+ 'user_queries' => 'User Queries', // TODO
+ ),
'share' => array(
'Known' => 'よく使われるサイト',
'archiveIS' => 'archive.is', // IGNORE
diff --git a/app/i18n/ko/gen.php b/app/i18n/ko/gen.php
index 66a29d19d..d12422dc8 100644
--- a/app/i18n/ko/gen.php
+++ b/app/i18n/ko/gen.php
@@ -189,6 +189,7 @@ return array(
'about' => '정보',
'account' => '계정',
'admin' => '관리',
+ 'advanced_search' => 'Advanced Search', // TODO
'archiving' => '보관',
'authentication' => '인증',
'check_install' => '설치 요구사항 확인',
@@ -221,6 +222,32 @@ return array(
'language' => 'Language', // IGNORE
'translated' => 'Progress', // IGNORE
),
+ 'search' => array(
+ 'advanced_search_help' => 'This form helps construct search queries, but manual queries are even more powerful.', // TODO
+ 'authors' => 'Authors', // TODO
+ 'categories' => 'Categories', // TODO
+ 'content' => 'Content', // TODO
+ 'date_from' => 'From', // TODO
+ 'date_past' => 'In the past', // TODO
+ 'date_published' => 'Publication Date', // TODO
+ 'date_range' => 'Date Range', // TODO
+ 'date_received' => 'Received Date', // TODO
+ 'date_to' => 'To', // TODO
+ 'feeds' => 'Feeds', // TODO
+ 'free_text' => 'Free Text', // TODO
+ 'free_text_help' => 'Search both in title and content', // TODO
+ 'full_documentation' => 'View <a href="https://freshrss.github.io/FreshRSS/en/users/10_filter.html#with-the-search-field" target="_blank">full search documentation</a>', // TODO
+ 'labels' => 'My Labels', // TODO
+ 'multiple_help' => 'Select one or more (hold <kbd>Ctrl</kbd> or <kbd>Cmd</kbd>)', // TODO
+ 'sources' => 'Sources', // TODO
+ 'tags' => 'Article Tags', // TODO
+ 'text' => 'Text Search', // TODO
+ 'text_help' => 'Multiple lines are combined by a logical <i>or</i>. Also supports <a href="https://freshrss.github.io/FreshRSS/en/users/10_filter.html#regex" target="_blank">regular expressions</a>.', // TODO
+ 'text_placeholder' => 'Keyword', // TODO
+ 'title' => 'Title', // TODO
+ 'url' => 'URL', // TODO
+ 'user_queries' => 'User Queries', // TODO
+ ),
'share' => array(
'Known' => 'Known based sites', // IGNORE
'archiveIS' => 'archive.is', // IGNORE
diff --git a/app/i18n/lv/gen.php b/app/i18n/lv/gen.php
index 7d3ae82bb..a94610be0 100644
--- a/app/i18n/lv/gen.php
+++ b/app/i18n/lv/gen.php
@@ -189,6 +189,7 @@ return array(
'about' => 'Par',
'account' => 'Konts',
'admin' => 'Administrācija',
+ 'advanced_search' => 'Advanced Search', // TODO
'archiving' => 'Arhivēšana',
'authentication' => 'Autentifikācija',
'check_install' => 'Uzstādīšanas pārbaude',
@@ -221,6 +222,32 @@ return array(
'language' => 'Language', // IGNORE
'translated' => 'Progress', // IGNORE
),
+ 'search' => array(
+ 'advanced_search_help' => 'This form helps construct search queries, but manual queries are even more powerful.', // TODO
+ 'authors' => 'Authors', // TODO
+ 'categories' => 'Categories', // TODO
+ 'content' => 'Content', // TODO
+ 'date_from' => 'From', // TODO
+ 'date_past' => 'In the past', // TODO
+ 'date_published' => 'Publication Date', // TODO
+ 'date_range' => 'Date Range', // TODO
+ 'date_received' => 'Received Date', // TODO
+ 'date_to' => 'To', // TODO
+ 'feeds' => 'Feeds', // TODO
+ 'free_text' => 'Free Text', // TODO
+ 'free_text_help' => 'Search both in title and content', // TODO
+ 'full_documentation' => 'View <a href="https://freshrss.github.io/FreshRSS/en/users/10_filter.html#with-the-search-field" target="_blank">full search documentation</a>', // TODO
+ 'labels' => 'My Labels', // TODO
+ 'multiple_help' => 'Select one or more (hold <kbd>Ctrl</kbd> or <kbd>Cmd</kbd>)', // TODO
+ 'sources' => 'Sources', // TODO
+ 'tags' => 'Article Tags', // TODO
+ 'text' => 'Text Search', // TODO
+ 'text_help' => 'Multiple lines are combined by a logical <i>or</i>. Also supports <a href="https://freshrss.github.io/FreshRSS/en/users/10_filter.html#regex" target="_blank">regular expressions</a>.', // TODO
+ 'text_placeholder' => 'Keyword', // TODO
+ 'title' => 'Title', // TODO
+ 'url' => 'URL', // TODO
+ 'user_queries' => 'User Queries', // TODO
+ ),
'share' => array(
'Known' => 'Zināmas vietnes',
'archiveIS' => 'archive.is', // IGNORE
diff --git a/app/i18n/nl/gen.php b/app/i18n/nl/gen.php
index c5cc37474..02aa06a5c 100644
--- a/app/i18n/nl/gen.php
+++ b/app/i18n/nl/gen.php
@@ -189,6 +189,7 @@ return array(
'about' => 'Over',
'account' => 'Account', // IGNORE
'admin' => 'Administratie',
+ 'advanced_search' => 'Advanced Search', // TODO
'archiving' => 'Archiveren',
'authentication' => 'Authenticatie',
'check_install' => 'Installatiecontrole',
@@ -221,6 +222,32 @@ return array(
'language' => 'Language', // IGNORE
'translated' => 'Progress', // IGNORE
),
+ 'search' => array(
+ 'advanced_search_help' => 'This form helps construct search queries, but manual queries are even more powerful.', // TODO
+ 'authors' => 'Authors', // TODO
+ 'categories' => 'Categories', // TODO
+ 'content' => 'Content', // TODO
+ 'date_from' => 'From', // TODO
+ 'date_past' => 'In the past', // TODO
+ 'date_published' => 'Publication Date', // TODO
+ 'date_range' => 'Date Range', // TODO
+ 'date_received' => 'Received Date', // TODO
+ 'date_to' => 'To', // TODO
+ 'feeds' => 'Feeds', // TODO
+ 'free_text' => 'Free Text', // TODO
+ 'free_text_help' => 'Search both in title and content', // TODO
+ 'full_documentation' => 'View <a href="https://freshrss.github.io/FreshRSS/en/users/10_filter.html#with-the-search-field" target="_blank">full search documentation</a>', // TODO
+ 'labels' => 'My Labels', // TODO
+ 'multiple_help' => 'Select one or more (hold <kbd>Ctrl</kbd> or <kbd>Cmd</kbd>)', // TODO
+ 'sources' => 'Sources', // TODO
+ 'tags' => 'Article Tags', // TODO
+ 'text' => 'Text Search', // TODO
+ 'text_help' => 'Multiple lines are combined by a logical <i>or</i>. Also supports <a href="https://freshrss.github.io/FreshRSS/en/users/10_filter.html#regex" target="_blank">regular expressions</a>.', // TODO
+ 'text_placeholder' => 'Keyword', // TODO
+ 'title' => 'Title', // TODO
+ 'url' => 'URL', // TODO
+ 'user_queries' => 'User Queries', // TODO
+ ),
'share' => array(
'Known' => 'Known-gebaseerde sites',
'archiveIS' => 'archive.is', // IGNORE
diff --git a/app/i18n/oc/gen.php b/app/i18n/oc/gen.php
index aeb7714fc..b1382dac7 100644
--- a/app/i18n/oc/gen.php
+++ b/app/i18n/oc/gen.php
@@ -189,6 +189,7 @@ return array(
'about' => 'A prepaus',
'account' => 'Compte',
'admin' => 'Administracion', // IGNORE
+ 'advanced_search' => 'Advanced Search', // TODO
'archiving' => 'Archivar',
'authentication' => 'Autentificacion',
'check_install' => 'Verificacion de l’installacion',
@@ -221,6 +222,32 @@ return array(
'language' => 'Language', // IGNORE
'translated' => 'Progress', // IGNORE
),
+ 'search' => array(
+ 'advanced_search_help' => 'This form helps construct search queries, but manual queries are even more powerful.', // TODO
+ 'authors' => 'Authors', // TODO
+ 'categories' => 'Categories', // TODO
+ 'content' => 'Content', // TODO
+ 'date_from' => 'From', // TODO
+ 'date_past' => 'In the past', // TODO
+ 'date_published' => 'Publication Date', // TODO
+ 'date_range' => 'Date Range', // TODO
+ 'date_received' => 'Received Date', // TODO
+ 'date_to' => 'To', // TODO
+ 'feeds' => 'Feeds', // TODO
+ 'free_text' => 'Free Text', // TODO
+ 'free_text_help' => 'Search both in title and content', // TODO
+ 'full_documentation' => 'View <a href="https://freshrss.github.io/FreshRSS/en/users/10_filter.html#with-the-search-field" target="_blank">full search documentation</a>', // TODO
+ 'labels' => 'My Labels', // TODO
+ 'multiple_help' => 'Select one or more (hold <kbd>Ctrl</kbd> or <kbd>Cmd</kbd>)', // TODO
+ 'sources' => 'Sources', // TODO
+ 'tags' => 'Article Tags', // TODO
+ 'text' => 'Text Search', // TODO
+ 'text_help' => 'Multiple lines are combined by a logical <i>or</i>. Also supports <a href="https://freshrss.github.io/FreshRSS/en/users/10_filter.html#regex" target="_blank">regular expressions</a>.', // TODO
+ 'text_placeholder' => 'Keyword', // TODO
+ 'title' => 'Title', // TODO
+ 'url' => 'URL', // TODO
+ 'user_queries' => 'User Queries', // TODO
+ ),
'share' => array(
'Known' => 'Sites basats sus Known',
'archiveIS' => 'archive.is', // IGNORE
diff --git a/app/i18n/pl/gen.php b/app/i18n/pl/gen.php
index e5c864469..1423295b6 100644
--- a/app/i18n/pl/gen.php
+++ b/app/i18n/pl/gen.php
@@ -189,6 +189,7 @@ return array(
'about' => 'O serwisie',
'account' => 'Konto',
'admin' => 'Administracja',
+ 'advanced_search' => 'Advanced Search', // TODO
'archiving' => 'Archiwizacja',
'authentication' => 'Uwierzytelnianie',
'check_install' => 'Sprawdzenie instalacji',
@@ -221,6 +222,32 @@ return array(
'language' => 'Language', // IGNORE
'translated' => 'Progress', // IGNORE
),
+ 'search' => array(
+ 'advanced_search_help' => 'This form helps construct search queries, but manual queries are even more powerful.', // TODO
+ 'authors' => 'Authors', // TODO
+ 'categories' => 'Categories', // TODO
+ 'content' => 'Content', // TODO
+ 'date_from' => 'From', // TODO
+ 'date_past' => 'In the past', // TODO
+ 'date_published' => 'Publication Date', // TODO
+ 'date_range' => 'Date Range', // TODO
+ 'date_received' => 'Received Date', // TODO
+ 'date_to' => 'To', // TODO
+ 'feeds' => 'Feeds', // TODO
+ 'free_text' => 'Free Text', // TODO
+ 'free_text_help' => 'Search both in title and content', // TODO
+ 'full_documentation' => 'View <a href="https://freshrss.github.io/FreshRSS/en/users/10_filter.html#with-the-search-field" target="_blank">full search documentation</a>', // TODO
+ 'labels' => 'My Labels', // TODO
+ 'multiple_help' => 'Select one or more (hold <kbd>Ctrl</kbd> or <kbd>Cmd</kbd>)', // TODO
+ 'sources' => 'Sources', // TODO
+ 'tags' => 'Article Tags', // TODO
+ 'text' => 'Text Search', // TODO
+ 'text_help' => 'Multiple lines are combined by a logical <i>or</i>. Also supports <a href="https://freshrss.github.io/FreshRSS/en/users/10_filter.html#regex" target="_blank">regular expressions</a>.', // TODO
+ 'text_placeholder' => 'Keyword', // TODO
+ 'title' => 'Title', // TODO
+ 'url' => 'URL', // TODO
+ 'user_queries' => 'User Queries', // TODO
+ ),
'share' => array(
'Known' => 'Strony bazujące na usłudze Known',
'archiveIS' => 'archive.is', // IGNORE
diff --git a/app/i18n/pt-BR/gen.php b/app/i18n/pt-BR/gen.php
index 598364066..664b543b1 100644
--- a/app/i18n/pt-BR/gen.php
+++ b/app/i18n/pt-BR/gen.php
@@ -189,6 +189,7 @@ return array(
'about' => 'Sobre',
'account' => 'Conta',
'admin' => 'Administração',
+ 'advanced_search' => 'Advanced Search', // TODO
'archiving' => 'Arquivar',
'authentication' => 'Autenticação',
'check_install' => 'Verificação de instalação',
@@ -221,6 +222,32 @@ return array(
'language' => 'Language', // IGNORE
'translated' => 'Progress', // IGNORE
),
+ 'search' => array(
+ 'advanced_search_help' => 'This form helps construct search queries, but manual queries are even more powerful.', // TODO
+ 'authors' => 'Authors', // TODO
+ 'categories' => 'Categories', // TODO
+ 'content' => 'Content', // TODO
+ 'date_from' => 'From', // TODO
+ 'date_past' => 'In the past', // TODO
+ 'date_published' => 'Publication Date', // TODO
+ 'date_range' => 'Date Range', // TODO
+ 'date_received' => 'Received Date', // TODO
+ 'date_to' => 'To', // TODO
+ 'feeds' => 'Feeds', // TODO
+ 'free_text' => 'Free Text', // TODO
+ 'free_text_help' => 'Search both in title and content', // TODO
+ 'full_documentation' => 'View <a href="https://freshrss.github.io/FreshRSS/en/users/10_filter.html#with-the-search-field" target="_blank">full search documentation</a>', // TODO
+ 'labels' => 'My Labels', // TODO
+ 'multiple_help' => 'Select one or more (hold <kbd>Ctrl</kbd> or <kbd>Cmd</kbd>)', // TODO
+ 'sources' => 'Sources', // TODO
+ 'tags' => 'Article Tags', // TODO
+ 'text' => 'Text Search', // TODO
+ 'text_help' => 'Multiple lines are combined by a logical <i>or</i>. Also supports <a href="https://freshrss.github.io/FreshRSS/en/users/10_filter.html#regex" target="_blank">regular expressions</a>.', // TODO
+ 'text_placeholder' => 'Keyword', // TODO
+ 'title' => 'Title', // TODO
+ 'url' => 'URL', // TODO
+ 'user_queries' => 'User Queries', // TODO
+ ),
'share' => array(
'Known' => 'Sites no Known',
'archiveIS' => 'archive.is', // IGNORE
diff --git a/app/i18n/pt-PT/gen.php b/app/i18n/pt-PT/gen.php
index 4cc34a15e..a4d0cf5fd 100644
--- a/app/i18n/pt-PT/gen.php
+++ b/app/i18n/pt-PT/gen.php
@@ -189,6 +189,7 @@ return array(
'about' => 'Sobre',
'account' => 'Conta',
'admin' => 'Administração',
+ 'advanced_search' => 'Advanced Search', // TODO
'archiving' => 'Arquivar',
'authentication' => 'Autenticação',
'check_install' => 'Verificação de instalação',
@@ -221,6 +222,32 @@ return array(
'language' => 'Language', // IGNORE
'translated' => 'Progress', // IGNORE
),
+ 'search' => array(
+ 'advanced_search_help' => 'This form helps construct search queries, but manual queries are even more powerful.', // TODO
+ 'authors' => 'Authors', // TODO
+ 'categories' => 'Categories', // TODO
+ 'content' => 'Content', // TODO
+ 'date_from' => 'From', // TODO
+ 'date_past' => 'In the past', // TODO
+ 'date_published' => 'Publication Date', // TODO
+ 'date_range' => 'Date Range', // TODO
+ 'date_received' => 'Received Date', // TODO
+ 'date_to' => 'To', // TODO
+ 'feeds' => 'Feeds', // TODO
+ 'free_text' => 'Free Text', // TODO
+ 'free_text_help' => 'Search both in title and content', // TODO
+ 'full_documentation' => 'View <a href="https://freshrss.github.io/FreshRSS/en/users/10_filter.html#with-the-search-field" target="_blank">full search documentation</a>', // TODO
+ 'labels' => 'My Labels', // TODO
+ 'multiple_help' => 'Select one or more (hold <kbd>Ctrl</kbd> or <kbd>Cmd</kbd>)', // TODO
+ 'sources' => 'Sources', // TODO
+ 'tags' => 'Article Tags', // TODO
+ 'text' => 'Text Search', // TODO
+ 'text_help' => 'Multiple lines are combined by a logical <i>or</i>. Also supports <a href="https://freshrss.github.io/FreshRSS/en/users/10_filter.html#regex" target="_blank">regular expressions</a>.', // TODO
+ 'text_placeholder' => 'Keyword', // TODO
+ 'title' => 'Title', // TODO
+ 'url' => 'URL', // TODO
+ 'user_queries' => 'User Queries', // TODO
+ ),
'share' => array(
'Known' => 'Sites no Known',
'archiveIS' => 'archive.is', // IGNORE
diff --git a/app/i18n/ru/gen.php b/app/i18n/ru/gen.php
index 399f0b8ac..42aec9283 100644
--- a/app/i18n/ru/gen.php
+++ b/app/i18n/ru/gen.php
@@ -189,6 +189,7 @@ return array(
'about' => 'О проекте',
'account' => 'Аккаунт',
'admin' => 'Администрирование',
+ 'advanced_search' => 'Advanced Search', // TODO
'archiving' => 'Архивирование',
'authentication' => 'Аутентификация',
'check_install' => 'Проверка установки',
@@ -221,6 +222,32 @@ return array(
'language' => 'Language', // IGNORE
'translated' => 'Progress', // IGNORE
),
+ 'search' => array(
+ 'advanced_search_help' => 'This form helps construct search queries, but manual queries are even more powerful.', // TODO
+ 'authors' => 'Authors', // TODO
+ 'categories' => 'Categories', // TODO
+ 'content' => 'Content', // TODO
+ 'date_from' => 'From', // TODO
+ 'date_past' => 'In the past', // TODO
+ 'date_published' => 'Publication Date', // TODO
+ 'date_range' => 'Date Range', // TODO
+ 'date_received' => 'Received Date', // TODO
+ 'date_to' => 'To', // TODO
+ 'feeds' => 'Feeds', // TODO
+ 'free_text' => 'Free Text', // TODO
+ 'free_text_help' => 'Search both in title and content', // TODO
+ 'full_documentation' => 'View <a href="https://freshrss.github.io/FreshRSS/en/users/10_filter.html#with-the-search-field" target="_blank">full search documentation</a>', // TODO
+ 'labels' => 'My Labels', // TODO
+ 'multiple_help' => 'Select one or more (hold <kbd>Ctrl</kbd> or <kbd>Cmd</kbd>)', // TODO
+ 'sources' => 'Sources', // TODO
+ 'tags' => 'Article Tags', // TODO
+ 'text' => 'Text Search', // TODO
+ 'text_help' => 'Multiple lines are combined by a logical <i>or</i>. Also supports <a href="https://freshrss.github.io/FreshRSS/en/users/10_filter.html#regex" target="_blank">regular expressions</a>.', // TODO
+ 'text_placeholder' => 'Keyword', // TODO
+ 'title' => 'Title', // TODO
+ 'url' => 'URL', // TODO
+ 'user_queries' => 'User Queries', // TODO
+ ),
'share' => array(
'Known' => 'Сайты на Known',
'archiveIS' => 'archive.is', // IGNORE
diff --git a/app/i18n/sk/gen.php b/app/i18n/sk/gen.php
index a240ec81d..569763a18 100644
--- a/app/i18n/sk/gen.php
+++ b/app/i18n/sk/gen.php
@@ -189,6 +189,7 @@ return array(
'about' => 'O FreshRSS',
'account' => 'Konto',
'admin' => 'Administrácia',
+ 'advanced_search' => 'Advanced Search', // TODO
'archiving' => 'Archivácia',
'authentication' => 'Prihlásenie',
'check_install' => 'Kontrola inštalácie',
@@ -221,6 +222,32 @@ return array(
'language' => 'Language', // IGNORE
'translated' => 'Progress', // IGNORE
),
+ 'search' => array(
+ 'advanced_search_help' => 'This form helps construct search queries, but manual queries are even more powerful.', // TODO
+ 'authors' => 'Authors', // TODO
+ 'categories' => 'Categories', // TODO
+ 'content' => 'Content', // TODO
+ 'date_from' => 'From', // TODO
+ 'date_past' => 'In the past', // TODO
+ 'date_published' => 'Publication Date', // TODO
+ 'date_range' => 'Date Range', // TODO
+ 'date_received' => 'Received Date', // TODO
+ 'date_to' => 'To', // TODO
+ 'feeds' => 'Feeds', // TODO
+ 'free_text' => 'Free Text', // TODO
+ 'free_text_help' => 'Search both in title and content', // TODO
+ 'full_documentation' => 'View <a href="https://freshrss.github.io/FreshRSS/en/users/10_filter.html#with-the-search-field" target="_blank">full search documentation</a>', // TODO
+ 'labels' => 'My Labels', // TODO
+ 'multiple_help' => 'Select one or more (hold <kbd>Ctrl</kbd> or <kbd>Cmd</kbd>)', // TODO
+ 'sources' => 'Sources', // TODO
+ 'tags' => 'Article Tags', // TODO
+ 'text' => 'Text Search', // TODO
+ 'text_help' => 'Multiple lines are combined by a logical <i>or</i>. Also supports <a href="https://freshrss.github.io/FreshRSS/en/users/10_filter.html#regex" target="_blank">regular expressions</a>.', // TODO
+ 'text_placeholder' => 'Keyword', // TODO
+ 'title' => 'Title', // TODO
+ 'url' => 'URL', // TODO
+ 'user_queries' => 'User Queries', // TODO
+ ),
'share' => array(
'Known' => 'Stránky založené na Known',
'archiveIS' => 'archive.is', // IGNORE
diff --git a/app/i18n/tr/gen.php b/app/i18n/tr/gen.php
index 9dfa52a81..13714a004 100644
--- a/app/i18n/tr/gen.php
+++ b/app/i18n/tr/gen.php
@@ -189,6 +189,7 @@ return array(
'about' => 'Hakkında',
'account' => 'Hesap',
'admin' => 'Yönetim',
+ 'advanced_search' => 'Advanced Search', // TODO
'archiving' => 'Arşivleme',
'authentication' => 'Kimlik doğrulama',
'check_install' => 'Kurulum kontrolü',
@@ -221,6 +222,32 @@ return array(
'language' => 'Language', // IGNORE
'translated' => 'Progress', // IGNORE
),
+ 'search' => array(
+ 'advanced_search_help' => 'This form helps construct search queries, but manual queries are even more powerful.', // TODO
+ 'authors' => 'Authors', // TODO
+ 'categories' => 'Categories', // TODO
+ 'content' => 'Content', // TODO
+ 'date_from' => 'From', // TODO
+ 'date_past' => 'In the past', // TODO
+ 'date_published' => 'Publication Date', // TODO
+ 'date_range' => 'Date Range', // TODO
+ 'date_received' => 'Received Date', // TODO
+ 'date_to' => 'To', // TODO
+ 'feeds' => 'Feeds', // TODO
+ 'free_text' => 'Free Text', // TODO
+ 'free_text_help' => 'Search both in title and content', // TODO
+ 'full_documentation' => 'View <a href="https://freshrss.github.io/FreshRSS/en/users/10_filter.html#with-the-search-field" target="_blank">full search documentation</a>', // TODO
+ 'labels' => 'My Labels', // TODO
+ 'multiple_help' => 'Select one or more (hold <kbd>Ctrl</kbd> or <kbd>Cmd</kbd>)', // TODO
+ 'sources' => 'Sources', // TODO
+ 'tags' => 'Article Tags', // TODO
+ 'text' => 'Text Search', // TODO
+ 'text_help' => 'Multiple lines are combined by a logical <i>or</i>. Also supports <a href="https://freshrss.github.io/FreshRSS/en/users/10_filter.html#regex" target="_blank">regular expressions</a>.', // TODO
+ 'text_placeholder' => 'Keyword', // TODO
+ 'title' => 'Title', // TODO
+ 'url' => 'URL', // TODO
+ 'user_queries' => 'User Queries', // TODO
+ ),
'share' => array(
'Known' => 'Bilinen tabanlı siteler',
'archiveIS' => 'archive.is', // IGNORE
diff --git a/app/i18n/uk/gen.php b/app/i18n/uk/gen.php
index 32466778c..bc7f29d37 100644
--- a/app/i18n/uk/gen.php
+++ b/app/i18n/uk/gen.php
@@ -189,6 +189,7 @@ return array(
'about' => 'Про програму',
'account' => 'Обліковий запис',
'admin' => 'Адміністрування',
+ 'advanced_search' => 'Advanced Search', // TODO
'archiving' => 'Архівування',
'authentication' => 'Вхід',
'check_install' => 'Перевірка встановлення',
@@ -221,6 +222,32 @@ return array(
'language' => 'Language', // TODO
'translated' => 'Progress', // TODO
),
+ 'search' => array(
+ 'advanced_search_help' => 'This form helps construct search queries, but manual queries are even more powerful.', // TODO
+ 'authors' => 'Authors', // TODO
+ 'categories' => 'Categories', // TODO
+ 'content' => 'Content', // TODO
+ 'date_from' => 'From', // TODO
+ 'date_past' => 'In the past', // TODO
+ 'date_published' => 'Publication Date', // TODO
+ 'date_range' => 'Date Range', // TODO
+ 'date_received' => 'Received Date', // TODO
+ 'date_to' => 'To', // TODO
+ 'feeds' => 'Feeds', // TODO
+ 'free_text' => 'Free Text', // TODO
+ 'free_text_help' => 'Search both in title and content', // TODO
+ 'full_documentation' => 'View <a href="https://freshrss.github.io/FreshRSS/en/users/10_filter.html#with-the-search-field" target="_blank">full search documentation</a>', // TODO
+ 'labels' => 'My Labels', // TODO
+ 'multiple_help' => 'Select one or more (hold <kbd>Ctrl</kbd> or <kbd>Cmd</kbd>)', // TODO
+ 'sources' => 'Sources', // TODO
+ 'tags' => 'Article Tags', // TODO
+ 'text' => 'Text Search', // TODO
+ 'text_help' => 'Multiple lines are combined by a logical <i>or</i>. Also supports <a href="https://freshrss.github.io/FreshRSS/en/users/10_filter.html#regex" target="_blank">regular expressions</a>.', // TODO
+ 'text_placeholder' => 'Keyword', // TODO
+ 'title' => 'Title', // TODO
+ 'url' => 'URL', // TODO
+ 'user_queries' => 'User Queries', // TODO
+ ),
'share' => array(
'Known' => 'Сайти на Known',
'archiveIS' => 'archive.is', // IGNORE
diff --git a/app/i18n/zh-CN/gen.php b/app/i18n/zh-CN/gen.php
index 032bfb682..56f3292d8 100644
--- a/app/i18n/zh-CN/gen.php
+++ b/app/i18n/zh-CN/gen.php
@@ -189,6 +189,7 @@ return array(
'about' => '关于',
'account' => '账户',
'admin' => '管理',
+ 'advanced_search' => 'Advanced Search', // TODO
'archiving' => '归档',
'authentication' => '认证',
'check_install' => '环境检查',
@@ -221,6 +222,32 @@ return array(
'language' => 'Language', // IGNORE
'translated' => 'Progress', // IGNORE
),
+ 'search' => array(
+ 'advanced_search_help' => 'This form helps construct search queries, but manual queries are even more powerful.', // TODO
+ 'authors' => 'Authors', // TODO
+ 'categories' => 'Categories', // TODO
+ 'content' => 'Content', // TODO
+ 'date_from' => 'From', // TODO
+ 'date_past' => 'In the past', // TODO
+ 'date_published' => 'Publication Date', // TODO
+ 'date_range' => 'Date Range', // TODO
+ 'date_received' => 'Received Date', // TODO
+ 'date_to' => 'To', // TODO
+ 'feeds' => 'Feeds', // TODO
+ 'free_text' => 'Free Text', // TODO
+ 'free_text_help' => 'Search both in title and content', // TODO
+ 'full_documentation' => 'View <a href="https://freshrss.github.io/FreshRSS/en/users/10_filter.html#with-the-search-field" target="_blank">full search documentation</a>', // TODO
+ 'labels' => 'My Labels', // TODO
+ 'multiple_help' => 'Select one or more (hold <kbd>Ctrl</kbd> or <kbd>Cmd</kbd>)', // TODO
+ 'sources' => 'Sources', // TODO
+ 'tags' => 'Article Tags', // TODO
+ 'text' => 'Text Search', // TODO
+ 'text_help' => 'Multiple lines are combined by a logical <i>or</i>. Also supports <a href="https://freshrss.github.io/FreshRSS/en/users/10_filter.html#regex" target="_blank">regular expressions</a>.', // TODO
+ 'text_placeholder' => 'Keyword', // TODO
+ 'title' => 'Title', // TODO
+ 'url' => 'URL', // TODO
+ 'user_queries' => 'User Queries', // TODO
+ ),
'share' => array(
'Known' => '基于 Known 的站点',
'archiveIS' => 'archive.is', // IGNORE
diff --git a/app/i18n/zh-TW/gen.php b/app/i18n/zh-TW/gen.php
index d7216765a..2f68c6bd8 100644
--- a/app/i18n/zh-TW/gen.php
+++ b/app/i18n/zh-TW/gen.php
@@ -189,6 +189,7 @@ return array(
'about' => '關於',
'account' => '帳號',
'admin' => '管理',
+ 'advanced_search' => 'Advanced Search', // TODO
'archiving' => '歸檔',
'authentication' => '認證',
'check_install' => '環境檢查',
@@ -221,6 +222,32 @@ return array(
'language' => 'Language', // IGNORE
'translated' => 'Progress', // IGNORE
),
+ 'search' => array(
+ 'advanced_search_help' => 'This form helps construct search queries, but manual queries are even more powerful.', // TODO
+ 'authors' => 'Authors', // TODO
+ 'categories' => 'Categories', // TODO
+ 'content' => 'Content', // TODO
+ 'date_from' => 'From', // TODO
+ 'date_past' => 'In the past', // TODO
+ 'date_published' => 'Publication Date', // TODO
+ 'date_range' => 'Date Range', // TODO
+ 'date_received' => 'Received Date', // TODO
+ 'date_to' => 'To', // TODO
+ 'feeds' => 'Feeds', // TODO
+ 'free_text' => 'Free Text', // TODO
+ 'free_text_help' => 'Search both in title and content', // TODO
+ 'full_documentation' => 'View <a href="https://freshrss.github.io/FreshRSS/en/users/10_filter.html#with-the-search-field" target="_blank">full search documentation</a>', // TODO
+ 'labels' => 'My Labels', // TODO
+ 'multiple_help' => 'Select one or more (hold <kbd>Ctrl</kbd> or <kbd>Cmd</kbd>)', // TODO
+ 'sources' => 'Sources', // TODO
+ 'tags' => 'Article Tags', // TODO
+ 'text' => 'Text Search', // TODO
+ 'text_help' => 'Multiple lines are combined by a logical <i>or</i>. Also supports <a href="https://freshrss.github.io/FreshRSS/en/users/10_filter.html#regex" target="_blank">regular expressions</a>.', // TODO
+ 'text_placeholder' => 'Keyword', // TODO
+ 'title' => 'Title', // TODO
+ 'url' => 'URL', // TODO
+ 'user_queries' => 'User Queries', // TODO
+ ),
'share' => array(
'Known' => '基於 Known 的站點',
'archiveIS' => 'archive.is', // IGNORE