r96561 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r96560‎ | r96561 | r96562 >
Date:13:02, 8 September 2011
Author:svemir
Status:ok
Tags:
Comment:
Removing unused i18n messages
Modified paths:
  • /trunk/extensions/SphinxSearch/SphinxSearch.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SphinxSearch/SphinxSearch.i18n.php
@@ -4,24 +4,7 @@
55
66 /* *** English *** */
77 $messages['en'] = array(
8 - 'sphinxsearch' => 'Search wiki using Sphinx',
98 '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...',
269 'sphinxPowered' => 'Powered by $1',
2710 'sphinxClientFailed' => 'Could not instantiate Sphinx client.',
2811 'sphinxSearchFailed' => 'Query failed: $1',

Status & tagging log