xref: /plugin/elasticsearch/lang/en/settings.php (revision 47307fef9bd0ff8b502219ca1b5e6197b807e6d0)
1<?php
2/**
3 * english language file for elasticsearch plugin
4 *
5 * @author Kieback&Peter IT <it-support@kieback-peter.de>
6 */
7
8$lang['servers']      = 'ElasticSearch servers: one per line, add port number after a colon, give optional proxy after a comma';
9$lang['indexname']    = 'Index name to use, must exist or can be created with the cli.php tool.';
10$lang['snippets']     = 'Text to show in search result snippets';
11$lang['searchSyntax'] = 'Search in wiki syntax in addition to page content';
12$lang['perpage']      = 'How many hits to show per page';
13$lang['detectTranslation'] = 'Translation plugin support: search in current language namespace by default';
14$lang['disableQuicksearch'] = 'Disable quick search (page id suggestions)';
15