Index: trunk/phase3/maintenance/language/messages.inc |
— | — | @@ -773,6 +773,7 @@ |
774 | 774 | 'diff-multi', |
775 | 775 | ), |
776 | 776 | 'search' => array( |
| 777 | + 'search-summary', |
777 | 778 | 'searchresults', |
778 | 779 | 'searchresults-title', |
779 | 780 | 'searchresulttext', |
Index: trunk/phase3/maintenance/language/messageTypes.inc |
— | — | @@ -156,10 +156,10 @@ |
157 | 157 | 'newuserlogentry', |
158 | 158 | 'wantedtemplates-summary', |
159 | 159 | 'activeusers-summary', |
| 160 | + 'search-summary', |
160 | 161 | 'editpage-tos-summary', |
161 | 162 | 'talk-addsection-preload', |
162 | 163 | 'talk-addsection-editintro', |
163 | | - |
164 | 164 | ); |
165 | 165 | |
166 | 166 | /** Optional messages, which may be translated only if changed in the target language. */ |
Index: trunk/phase3/languages/messages/MessagesEn.php |
— | — | @@ -1570,6 +1570,7 @@ |
1571 | 1571 | 'diff-multi' => '({{PLURAL:$1|One intermediate revision|$1 intermediate revisions}} not shown)', |
1572 | 1572 | |
1573 | 1573 | # Search results |
| 1574 | +'search-summary' => '', # do not translate or duplicate this message to other languages |
1574 | 1575 | 'searchresults' => 'Search results', |
1575 | 1576 | 'searchresults-title' => 'Search results for "$1"', |
1576 | 1577 | 'searchresulttext' => 'For more information about searching {{SITENAME}}, see [[{{MediaWiki:Helppage}}|{{int:help}}]].', |