Index: trunk/phase3/maintenance/language/messages.inc |
— | — | @@ -623,9 +623,6 @@ |
624 | 624 | 'searchresulttext', |
625 | 625 | 'searchsubtitle', |
626 | 626 | 'searchsubtitleinvalid', |
627 | | - 'badquery', |
628 | | - 'badquerytext', |
629 | | - 'matchtotals', |
630 | 627 | 'noexactmatch', |
631 | 628 | 'titlematches', |
632 | 629 | 'notitlematches', |
— | — | @@ -641,7 +638,6 @@ |
642 | 639 | 'powersearchtext', |
643 | 640 | 'searchdisabled', |
644 | 641 | 'googlesearch', |
645 | | - 'blanknamespace', |
646 | 642 | ), |
647 | 643 | 'preferences' => array( |
648 | 644 | 'preferences', |
— | — | @@ -1283,6 +1279,7 @@ |
1284 | 1280 | 'nsform' => array( |
1285 | 1281 | 'namespace', |
1286 | 1282 | 'invert', |
| 1283 | + 'blanknamespace', |
1287 | 1284 | ), |
1288 | 1285 | 'contributions' => array( |
1289 | 1286 | 'contributions', |
Index: trunk/phase3/languages/messages/MessagesEn.php |
— | — | @@ -1198,15 +1198,6 @@ |
1199 | 1199 | 'searchresulttext' => 'For more information about searching {{SITENAME}}, see [[{{MediaWiki:helppage}}|{{int:help}}]].', |
1200 | 1200 | 'searchsubtitle' => "You searched for '''[[:$1]]'''", |
1201 | 1201 | 'searchsubtitleinvalid' => "You searched for '''$1'''", |
1202 | | -'badquery' => 'Badly formed search query', |
1203 | | -'badquerytext' => 'We could not process your query. |
1204 | | -This is probably because you have attempted to search for a |
1205 | | -word fewer than three letters long, which is not yet supported. |
1206 | | -It could also be that you have mistyped the expression, for |
1207 | | -example "fish and and scales". |
1208 | | -Please try another query.', |
1209 | | -'matchtotals' => 'The query "$1" matched $2 page titles |
1210 | | -and the text of $3 pages.', |
1211 | 1202 | 'noexactmatch' => "'''There is no page titled \"\$1\".''' You can [[:\$1|create this page]].", |
1212 | 1203 | 'titlematches' => 'Article title matches', |
1213 | 1204 | 'notitlematches' => 'No page title matches', |
— | — | @@ -1238,7 +1229,6 @@ |
1239 | 1230 | <input type="radio" name="sitesearch" id="gWWW" value="" /><label for="gWWW">WWW</label> |
1240 | 1231 | </div> |
1241 | 1232 | </form>', # don't translate or duplicate this message to other languages |
1242 | | -'blanknamespace' => '(Main)', |
1243 | 1233 | |
1244 | 1234 | # Preferences page |
1245 | 1235 | 'preferences' => 'Preferences', |
— | — | @@ -1958,8 +1948,9 @@ |
1959 | 1949 | 'undelete-error-long' => "Errors were encountered while undeleting the file:\n\n$1\n", |
1960 | 1950 | |
1961 | 1951 | # Namespace form on various pages |
1962 | | -'namespace' => 'Namespace:', |
1963 | | -'invert' => 'Invert selection', |
| 1952 | +'namespace' => 'Namespace:', |
| 1953 | +'invert' => 'Invert selection', |
| 1954 | +'blanknamespace' => '(Main)', |
1964 | 1955 | |
1965 | 1956 | # Contributions |
1966 | 1957 | 'contributions' => 'User contributions', |