Index: trunk/extensions/SphinxSearch/SphinxSearch.i18n.php |
— | — | @@ -4,24 +4,7 @@ |
5 | 5 | |
6 | 6 | /* *** English *** */ |
7 | 7 | $messages['en'] = array( |
8 | | - 'sphinxsearch' => 'Search wiki using Sphinx', |
9 | 8 | 'sphinxsearch-desc' => 'Replaces MediaWiki search engine with [http://www.sphinxsearch.com/ Sphinx]', |
10 | | - 'sphinxSearchInNamespaces' => 'Search in namespaces:', |
11 | | - 'sphinxSearchInCategories' => 'Search in categories:', |
12 | | - 'sphinxExcludeCategories' => 'Categories to exclude', |
13 | | - 'sphinxResultPage' => 'Result page:', |
14 | | - 'sphinxPreviousPage' => 'Previous', |
15 | | - 'sphinxNextPage' => 'Next', |
16 | | - 'sphinxSearchPreamble' => 'Displaying $1—$2 of $3 {{PLURAL:$3|match|matches}} for query "<nowiki>$4</nowiki>" retrieved in $5 sec with these stats:', |
17 | | - 'sphinxSearchStats' => '* "$1" found $2 {{PLURAL:$2|time|times}} in $3 {{PLURAL:$3|document|documents}}', |
18 | | - 'sphinxSearchStatsInfo' => "''Above numbers may include documents not listed due to search options.''", |
19 | | - 'sphinxSearchButton' => 'Search', |
20 | | - 'sphinxSearchEpilogue' => 'Additional database time was $1 sec.', |
21 | | - 'sphinxSearchDidYouMean' => 'Did you mean:', |
22 | | - 'sphinxMatchAny' => 'match any word', |
23 | | - 'sphinxMatchAll' => 'match all words', |
24 | | - 'sphinxMatchTitles' => 'match titles only', |
25 | | - 'sphinxLoading' => 'Loading...', |
26 | 9 | 'sphinxPowered' => 'Powered by $1', |
27 | 10 | 'sphinxClientFailed' => 'Could not instantiate Sphinx client.', |
28 | 11 | 'sphinxSearchFailed' => 'Query failed: $1', |