From: Kevin Israel Date: Thu, 5 Dec 2013 06:51:39 +0000 (-0500) Subject: Remove 9 unused search messages X-Git-Tag: 1.31.0-rc.0~17773^2 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/operations/?a=commitdiff_plain;h=d8b9404101bfb729c86ee5c587d57007ed7e515a;p=lhc%2Fweb%2Fwiklou.git Remove 9 unused search messages Follows-up r44773 (c4c7d7444948) and r51251 (bbc07fe77605): * searchmenu-prefix Follows-up r50207 (abd70a35546b): * searchmenu-legend Follows-up r54030 (bde3b1f926a8): * searchresulttext * searchsubtitle * searchsubtitleinvalid * notitlematches * nonefound * powersearch * powersearch-field Change-Id: Id5accd7bb66684c9fa3dacb280f7ce9b2920762e --- diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index 1bd59b28b8..de6a745b30 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -1810,12 +1810,8 @@ Details can be found in the [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENA 'search-summary' => '', # do not translate or duplicate this message to other languages 'searchresults' => 'Search results', 'searchresults-title' => 'Search results for "$1"', -'searchresulttext' => 'For more information about searching {{SITENAME}}, see [[{{MediaWiki:Helppage}}|{{int:help}}]].', -'searchsubtitle' => 'You searched for \'\'\'[[:$1]]\'\'\' ([[Special:Prefixindex/$1|all pages starting with "$1"]]{{int:pipe-separator}}[[Special:WhatLinksHere/$1|all pages that link to "$1"]])', -'searchsubtitleinvalid' => "You searched for '''$1'''", 'toomanymatches' => 'Too many matches were returned, please try a different query', 'titlematches' => 'Page title matches', -'notitlematches' => 'No page title matches', 'textmatches' => 'Page text matches', 'notextmatches' => 'No page text matches', 'prevn' => 'previous {{PLURAL:$1|$1}}', @@ -1824,11 +1820,9 @@ Details can be found in the [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENA 'nextn-title' => 'Next $1 {{PLURAL:$1|result|results}}', 'shown-title' => 'Show $1 {{PLURAL:$1|result|results}} per page', 'viewprevnext' => 'View ($1 {{int:pipe-separator}} $2) ($3)', -'searchmenu-legend' => 'Search options', 'searchmenu-exists' => "'''There is a page named \"[[:\$1]]\" on this wiki.'''", 'searchmenu-new' => "'''Create the page \"[[:\$1]]\" on this wiki!'''", 'searchmenu-new-nocreate' => '', # do not translate or duplicate this message to other languages -'searchmenu-prefix' => '[[Special:PrefixIndex/$1|Browse pages with this prefix]]', 'searchprofile-articles' => 'Content pages', 'searchprofile-project' => 'Help and Project pages', 'searchprofile-images' => 'Multimedia', @@ -1857,14 +1851,10 @@ Details can be found in the [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENA 'showingresults' => "Showing below up to {{PLURAL:$1|'''1''' result|'''$1''' results}} starting with #'''$2'''.", 'showingresultsnum' => "Showing below {{PLURAL:$3|'''1''' result|'''$3''' results}} starting with #'''$2'''.", 'showingresultsheader' => "{{PLURAL:$5|Result '''$1''' of '''$3'''|Results '''$1 - $2''' of '''$3'''}} for '''$4'''", -'nonefound' => "'''Note:''' Only some namespaces are searched by default. -Try prefixing your query with ''all:'' to search all content (including talk pages, templates, etc.), or use the desired namespace as prefix.", 'search-nonefound' => 'There were no results matching the query.', -'powersearch' => 'Advanced search', 'powersearch-legend' => 'Advanced search', 'powersearch-ns' => 'Search in namespaces:', 'powersearch-redir' => 'List redirects', -'powersearch-field' => 'Search for', 'powersearch-togglelabel' => 'Check:', 'powersearch-toggleall' => 'All', 'powersearch-togglenone' => 'None', diff --git a/maintenance/language/messages.inc b/maintenance/language/messages.inc index 947dfe913d..2f7d26bd3f 100644 --- a/maintenance/language/messages.inc +++ b/maintenance/language/messages.inc @@ -953,12 +953,8 @@ $wgMessageStructure = array( 'search-summary', 'searchresults', 'searchresults-title', - 'searchresulttext', - 'searchsubtitle', - 'searchsubtitleinvalid', 'toomanymatches', 'titlematches', - 'notitlematches', 'textmatches', 'notextmatches', 'prevn', @@ -967,11 +963,9 @@ $wgMessageStructure = array( 'nextn-title', 'shown-title', 'viewprevnext', - 'searchmenu-legend', 'searchmenu-exists', 'searchmenu-new', 'searchmenu-new-nocreate', - 'searchmenu-prefix', 'searchprofile-articles', 'searchprofile-project', 'searchprofile-images', @@ -1000,13 +994,10 @@ $wgMessageStructure = array( 'showingresults', 'showingresultsnum', 'showingresultsheader', - 'nonefound', 'search-nonefound', - 'powersearch', 'powersearch-legend', 'powersearch-ns', 'powersearch-redir', - 'powersearch-field', 'powersearch-togglelabel', 'powersearch-toggleall', 'powersearch-togglenone',