r25187 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r25186‎ | r25187 | r25188 >
Date:09:32, 27 August 2007
Author:raymond
Status:old
Tags:
Comment:
* Three long time unused messages removed
* One message to a more generic section moved
Modified paths:
  • /trunk/phase3/languages/messages/MessagesEn.php (modified) (history)
  • /trunk/phase3/maintenance/language/messages.inc (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/language/messages.inc
@@ -623,9 +623,6 @@
624624 'searchresulttext',
625625 'searchsubtitle',
626626 'searchsubtitleinvalid',
627 - 'badquery',
628 - 'badquerytext',
629 - 'matchtotals',
630627 'noexactmatch',
631628 'titlematches',
632629 'notitlematches',
@@ -641,7 +638,6 @@
642639 'powersearchtext',
643640 'searchdisabled',
644641 'googlesearch',
645 - 'blanknamespace',
646642 ),
647643 'preferences' => array(
648644 'preferences',
@@ -1283,6 +1279,7 @@
12841280 'nsform' => array(
12851281 'namespace',
12861282 'invert',
 1283+ 'blanknamespace',
12871284 ),
12881285 'contributions' => array(
12891286 'contributions',
Index: trunk/phase3/languages/messages/MessagesEn.php
@@ -1198,15 +1198,6 @@
11991199 'searchresulttext' => 'For more information about searching {{SITENAME}}, see [[{{MediaWiki:helppage}}|{{int:help}}]].',
12001200 'searchsubtitle' => "You searched for '''[[:$1]]'''",
12011201 '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.',
12111202 'noexactmatch' => "'''There is no page titled \"\$1\".''' You can [[:\$1|create this page]].",
12121203 'titlematches' => 'Article title matches',
12131204 'notitlematches' => 'No page title matches',
@@ -1238,7 +1229,6 @@
12391230 <input type="radio" name="sitesearch" id="gWWW" value="" /><label for="gWWW">WWW</label>
12401231 </div>
12411232 </form>', # don't translate or duplicate this message to other languages
1242 -'blanknamespace' => '(Main)',
12431233
12441234 # Preferences page
12451235 'preferences' => 'Preferences',
@@ -1958,8 +1948,9 @@
19591949 'undelete-error-long' => "Errors were encountered while undeleting the file:\n\n$1\n",
19601950
19611951 # Namespace form on various pages
1962 -'namespace' => 'Namespace:',
1963 -'invert' => 'Invert selection',
 1952+'namespace' => 'Namespace:',
 1953+'invert' => 'Invert selection',
 1954+'blanknamespace' => '(Main)',
19641955
19651956 # Contributions
19661957 'contributions' => 'User contributions',

Follow-up revisions

RevisionCommit summaryAuthorDate
r25223Merged revisions 25126-25214 via svnmerge from...david07:39, 28 August 2007

Status & tagging log