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['username']     = 'Elastic username is required if security is enabled in Elastic (default since version 8)';
10$lang['password']     = 'Elastic password is required if security is enabled in Elastic (default since version 8)';
11$lang['indexname']    = 'Index name to use, must exist or can be created with the cli.php tool.';
12$lang['snippets']     = 'Text to show in search result snippets';
13$lang['searchSyntax'] = 'Search in wiki syntax in addition to page content';
14$lang['perpage']      = 'How many hits to show per page';
15$lang['detectTranslation'] = 'Translation plugin support: search in current language namespace by default';
16$lang['disableQuicksearch'] = 'Disable quick search (page id suggestions)';
17