diff options
Diffstat (limited to 'app/i18n/en/gen.php')
| -rw-r--r-- | app/i18n/en/gen.php | 27 |
1 files changed, 27 insertions, 0 deletions
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', |
