1<?php 2 3$lang['search_failed'] = 'Search request to Solr failed. Please contact your administrator'; 4$lang['delete_failed'] = 'Page was not removed from search index - error connecting to Solr server. Please contact your administrator.'; 5$lang['quickhits'] = 'Matching pagenames'; 6$lang['all_hits'] = 'Pages containing the search words'; 7$lang['nothingfound']= 'Nothing was found.'; 8 9$lang['findresults'] = "Find results"; 10$lang['allwords'] = "with <strong>all</strong> of the words"; 11$lang['exactphrase'] = "with the <strong>exact phrase</strong>"; 12$lang['withoutwords'] = '<strong>without</strong> the words'; 13$lang['in_namespace'] = 'Search in <strong>namespace</strong>:'; 14$lang['ns_all'] = 'All'; 15$lang['match_exact'] = 'Exact match'; 16$lang['match_wildcard_begin'] = 'Match from beginning of word'; 17 18$lang['btn_search'] = 'Search'; 19$lang['btn_advsearch'] = 'Advanced Search'; 20$lang['show_advsearch'] = 'Show advanced search form'; 21 22// Advanced search field labels 23$lang['searchfield_title'] = 'Title:'; 24$lang['searchfield_abstract'] = 'Abstract:'; 25$lang['searchfield_creator'] = 'Creator name:'; 26$lang['searchfield_contributor'] = 'Contributor names:'; 27 28