<?php

$lang['search_failed'] = 'Search request to Solr failed. Please contact your administrator';
$lang['delete_failed'] = 'Page was not removed from search index - error connecting to Solr server. Please contact your administrator.';
$lang['quickhits']  = 'Matching pagenames';
$lang['all_hits']  = 'Pages containing the search words';
$lang['nothingfound']= 'Nothing was found.';

$lang['findresults'] = "Find results";
$lang['allwords'] = "with <strong>all</strong> of the words";
$lang['exactphrase'] = "with the <strong>exact phrase</strong>";
$lang['withoutwords'] = '<strong>without</strong> the words';
$lang['in_namespace'] = 'Search in <strong>namespace</strong>:';
$lang['ns_all'] = 'All';
$lang['match_exact'] = 'Exact match';
$lang['match_wildcard_begin'] = 'Match from beginning of word';

$lang['btn_search'] = 'Search';
$lang['btn_advsearch'] = 'Advanced Search';
$lang['show_advsearch'] = 'Show advanced search form';

// Advanced search field labels
$lang['searchfield_title'] = 'Title:';
$lang['searchfield_abstract'] = 'Abstract:';
$lang['searchfield_creator'] = 'Creator name:';
$lang['searchfield_contributor'] = 'Contributor names:';

