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