From: Raimond Spekking Date: Mon, 27 Aug 2007 09:32:11 +0000 (+0000) Subject: * Three long time unused messages removed X-Git-Tag: 1.31.0-rc.0~51646 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?a=commitdiff_plain;h=80bee9928d0ec26ea7deb289dc4a838cb76b202a;p=lhc%2Fweb%2Fwiklou.git * Three long time unused messages removed * One message to a more generic section moved --- diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index 797793288d..3d36fc98b7 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -1198,15 +1198,6 @@ hidden from Sysops. See the [[Special:Ipblocklist|IP block list]] for the list o 'searchresulttext' => 'For more information about searching {{SITENAME}}, see [[{{MediaWiki:helppage}}|{{int:help}}]].', 'searchsubtitle' => "You searched for '''[[:$1]]'''", 'searchsubtitleinvalid' => "You searched for '''$1'''", -'badquery' => 'Badly formed search query', -'badquerytext' => 'We could not process your query. -This is probably because you have attempted to search for a -word fewer than three letters long, which is not yet supported. -It could also be that you have mistyped the expression, for -example "fish and and scales". -Please try another query.', -'matchtotals' => 'The query "$1" matched $2 page titles -and the text of $3 pages.', 'noexactmatch' => "'''There is no page titled \"\$1\".''' You can [[:\$1|create this page]].", 'titlematches' => 'Article title matches', 'notitlematches' => 'No page title matches', @@ -1238,7 +1229,6 @@ containing all of the search terms will appear in the result).", ', # don't translate or duplicate this message to other languages -'blanknamespace' => '(Main)', # Preferences page 'preferences' => 'Preferences', @@ -1958,8 +1948,9 @@ Consult the [[Special:Log/delete|deletion log]] for a record of recent deletions 'undelete-error-long' => "Errors were encountered while undeleting the file:\n\n$1\n", # Namespace form on various pages -'namespace' => 'Namespace:', -'invert' => 'Invert selection', +'namespace' => 'Namespace:', +'invert' => 'Invert selection', +'blanknamespace' => '(Main)', # Contributions 'contributions' => 'User contributions', diff --git a/maintenance/language/messages.inc b/maintenance/language/messages.inc index 5790905b3f..316a73429b 100644 --- a/maintenance/language/messages.inc +++ b/maintenance/language/messages.inc @@ -623,9 +623,6 @@ $wgMessageStructure = array( 'searchresulttext', 'searchsubtitle', 'searchsubtitleinvalid', - 'badquery', - 'badquerytext', - 'matchtotals', 'noexactmatch', 'titlematches', 'notitlematches', @@ -641,7 +638,6 @@ $wgMessageStructure = array( 'powersearchtext', 'searchdisabled', 'googlesearch', - 'blanknamespace', ), 'preferences' => array( 'preferences', @@ -1283,6 +1279,7 @@ $wgMessageStructure = array( 'nsform' => array( 'namespace', 'invert', + 'blanknamespace', ), 'contributions' => array( 'contributions',