Index: trunk/phase3/maintenance/language/messageTypes.inc |
— | — | @@ -161,6 +161,7 @@ |
162 | 162 | 'wantedcategories-summary', |
163 | 163 | 'wantedfiles-summary', |
164 | 164 | 'wantedpages-summary', |
| 165 | + 'watchlist-summary', |
165 | 166 | 'mostlinked-summary', |
166 | 167 | 'mostlinkedcategories-summary', |
167 | 168 | 'mostlinkedtemplates-summary', |
Index: trunk/phase3/languages/messages/MessagesEn.php |
— | — | @@ -2754,6 +2754,7 @@ |
2755 | 2755 | |
2756 | 2756 | # Watchlist |
2757 | 2757 | 'watchlist' => 'My watchlist', |
| 2758 | +'watchlist-summary' => '', # do not translate or duplicate this message to other languages |
2758 | 2759 | 'mywatchlist' => 'My watchlist', |
2759 | 2760 | 'watchlistfor2' => 'For $1 $2', |
2760 | 2761 | 'nowatchlist' => 'You have no items on your watchlist.', |
Index: trunk/extensions/Gadgets/Gadgets.i18n.php |
— | — | @@ -29,6 +29,7 @@ |
30 | 30 | |
31 | 31 | # for Special:Gadgets |
32 | 32 | 'gadgets' => 'Gadgets', |
| 33 | + 'gadgets-definition' => '', # do not translate or duplicate this message to other languages |
33 | 34 | 'gadgets-title' => 'Gadgets', |
34 | 35 | 'gadgets-pagetext' => "Below is a list of special gadgets users can enable on their [[Special:Preferences|preferences page]], as defined by the [[MediaWiki:Gadgets-definition|definitions]]. |
35 | 36 | This overview provides easy access to the system message pages that define each gadget's description and code.", |
Index: trunk/extensions/Cite/Cite.i18n.php |
— | — | @@ -10,6 +10,7 @@ |
11 | 11 | |
12 | 12 | $messages['en'] = array( |
13 | 13 | 'cite-desc' => 'Adds <nowiki><ref[ name=id]></nowiki> and <nowiki><references/></nowiki> tags, for citations', |
| 14 | + 'cite-summary' => '', # do not translate or duplicate this message to other languages |
14 | 15 | /* |
15 | 16 | Debug and errors |
16 | 17 | */ |