Index: trunk/extensions/SphinxSearch/SphinxSearch.i18n.php |
— | — | @@ -4,12 +4,12 @@ |
5 | 5 | |
6 | 6 | /* *** English *** */ |
7 | 7 | $messages['en'] = array( |
8 | | - 'sphinxsearch' => 'Search Wiki Using Sphinx', |
| 8 | + 'sphinxsearch' => 'Search wiki using Sphinx', |
9 | 9 | 'sphinxsearch-desc' => 'Replace MediaWiki search engine with [http://www.sphinxsearch.com/ Sphinx].', |
10 | 10 | 'sphinxSearchInNamespaces' => 'Search in namespaces', |
11 | 11 | 'sphinxSearchInCategories' => 'Search in categories', |
12 | 12 | 'sphinxExcludeCategories' => 'Categories to exclude', |
13 | | - 'sphinxResultPage' => 'Result Page', |
| 13 | + 'sphinxResultPage' => 'Result page', |
14 | 14 | 'sphinxPreviousPage' => 'Previous', |
15 | 15 | 'sphinxNextPage' => 'Next', |
16 | 16 | 'sphinxSearchPreamble' => "Displaying %d-%d of %d matches for query '''<nowiki>%s</nowiki>''' retrieved in %0.3f sec with these stats", |
Index: trunk/extensions/SphinxSearch/SphinxSearch.php |
— | — | @@ -11,9 +11,10 @@ |
12 | 12 | } |
13 | 13 | |
14 | 14 | $wgExtensionCredits['specialpage'][] = array( |
| 15 | + 'path' => __FILE__, |
15 | 16 | 'version' => '0.7.0', |
16 | 17 | 'name' => 'SphinxSearch', |
17 | | - 'author' => 'Svemir Brkic, Paul Grinberg', |
| 18 | + 'author' => array( 'Svemir Brkic', 'Paul Grinberg' ), |
18 | 19 | 'email' => 'svemir at thirdblessing dot net, gri6507 at yahoo dot com', |
19 | 20 | 'url' => 'http://www.mediawiki.org/wiki/Extension:SphinxSearch', |
20 | 21 | 'descriptionmsg' => 'sphinxsearch-desc' |
Index: trunk/extensions/Translate/groups/mediawiki-defines.txt |
— | — | @@ -1077,6 +1077,9 @@ |
1078 | 1078 | ignored = formtemplatepattern |
1079 | 1079 | descmsg = form-desc |
1080 | 1080 | |
| 1081 | +Sphinx Search |
| 1082 | +aliasfile = SphinxSearch/SphinxSearch.alias.php |
| 1083 | + |
1081 | 1084 | Stale Pages |
1082 | 1085 | aliasfile = StalePages/StalePages.alias.php |
1083 | 1086 | |