site options search settings.'; $string['noticenotactive'] = 'The ElasticSearch Server is unreachable on host: %s and port %s. Please make sure it is running.'; $string['noticenotenabled'] = 'The Elasticsearch plugin is not currently enabled. To activate it, select it in the site options in the search settings.'; $string['owner'] = 'Owner'; $string['page'] = 'Page'; $string['pages'] = 'Pages'; $string['pagetitle'] = 'Search'; $string['password'] = 'Auth password'; $string['passworddescription'] = '(Optional) Password to pass to Elasticsearch via HTTP basic auth'; $string['passwordlength'] = '(password length: %s)'; $string['port'] = 'Elasticsearch port'; $string['portdescription'] = 'The port to contact Elasticsearch on. Default is 9200.'; $string['Portfolio'] = 'Portfolio'; $string['record'] = 'record'; $string['records'] = 'records'; $string['relevance'] = 'Relevance'; $string['replicashards'] = 'Replica shards'; $string['replicashardsdescription'] = 'The number of copies of shards to be made. Note: if you only have 1 node then set replicas to 0'; $string['reset'] = 'Reset'; $string['resetallindexes'] = 'Reset ALL indexes'; $string['resetdescription'] = 'This table shows the number of records of each type currently in the queue to be sent to the Elasticsearch server. Items are sent to the Elasticsearch server each time the search plugin\'s cron task runs (every 5 minutes). Click on the button at the bottom to reset the search index, deleting all records and requeuing them.'; $string['resetlegend'] = 'Index reset'; $string['resume'] = 'Résumé'; $string['shards'] = 'Shards'; $string['shardsdescription'] = 'The number of pieces of the index to be made'; $string['sortby'] = 'Sort by'; $string['tags'] = 'Tags'; $string['tagsonly'] = 'Tags only'; $string['Text'] = 'Text'; $string['types'] = 'Elasticsearch types'; $string['typesdescription'] = 'Comma-separated list of elements to index. Default is usr,interaction_instance,interaction_forum_post,group,view,artefact.'; $string['usedonpage'] = 'Used on page'; $string['usedonpages'] = 'Used on pages'; $string['username'] = 'Auth username'; $string['usernamedescription'] = '(Optional) Username to pass to Elasticsearch via HTTP basic auth'; $string['Users'] = 'Users'; $string['wallpost'] = 'Wall post'; $string['xsearchresults'] = 'Displaying %s search results'; $string['xsearchresultsfory'] = 'Displaying %s search results for "%s"'; $string['ztoa'] = 'Z to A';