From: Jimmy Collins Date: Mon, 23 Oct 2006 20:16:28 +0000 (+0000) Subject: * (bug 7609) Add some more '*-summary' messages to MessagesEn.php with empty X-Git-Tag: 1.31.0-rc.0~55389 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=923c39b7bb9178827fb186ae87546afcddc60a80;p=lhc%2Fweb%2Fwiklou.git * (bug 7609) Add some more '*-summary' messages to MessagesEn.php with empty strings to allow better localisation via Special:Allmessages. Mark this new messages as optional for localisation. --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 1ee4db6028..e38dbd8bc1 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -77,6 +77,9 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN * (bug 7582) Add 'tog-nolangconversion' to MessagesEn.php. This key is need for languages with variants (zh, sr, kk) * (bug 7606) MediaWiki messages for "rss" and "atom" missing +* (bug 7609) Add some more '*-summary' messages to MessagesEn.php with empty + strings to allow better localisation via Special:Allmessages. Mark this new + messages as optional for localisation. == Languages updated == diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index 0f1d71da19..d45c3b3c7c 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -1267,6 +1267,7 @@ this old version, (rev) = revert to this old version. # Unused templates 'unusedtemplates' => 'Unused templates', +'unusedtemplates-summary' => '', 'unusedtemplatestext' => 'This page lists all pages in the template namespace which are not included in another page. Remember to check for other links to the templates before deleting them.', 'unusedtemplateswlh' => 'other links', @@ -1296,13 +1297,16 @@ The [http://meta.wikimedia.org/wiki/Help:Job_queue job queue] length is '''$7''' 'statistics-mostpopular' => 'Most viewed pages', 'disambiguations' => 'Disambiguation pages', +'disambiguations-summary' => '', 'disambiguationspage' => 'Template:disambig', 'disambiguationstext' => "The following pages link to a disambiguation page. They should link to the appropriate topic instead.
A page is treated as disambiguation if it is linked from $1.
Links from other namespaces are not listed here.", 'doubleredirects' => 'Double redirects', +'doubleredirects-summary' => '', 'doubleredirectstext' => "Each row contains links to the first and second redirect, as well as the first line of the second redirect text, usually giving the \"real\" target page, which the first redirect should point to.", 'brokenredirects' => 'Broken redirects', +'brokenredirects-summary' => '', 'brokenredirectstext' => 'The following redirects link to non-existent pages:', @@ -1316,6 +1320,7 @@ The [http://meta.wikimedia.org/wiki/Help:Job_queue job queue] length is '''$7''' 'nviews' => '$1 {{PLURAL:$1|view|views}}', 'lonelypages' => 'Orphaned pages', +'lonelypages-summary' => '', 'lonelypagestext' => 'The following pages are not linked from other pages in this wiki.', 'uncategorizedpages' => 'Uncategorized pages', 'uncategorizedpages-summary' => '', @@ -1352,6 +1357,7 @@ The [http://meta.wikimedia.org/wiki/Help:Job_queue job queue] length is '''$7''' 'longpages' => 'Long pages', 'longpages-summary' => '', 'deadendpages' => 'Dead-end pages', +'deadendpages-summary' => '', 'deadendpagestext' => 'The following pages do not link to other pages in this wiki.', 'listusers' => 'User list', 'listusers-summary' => '', diff --git a/maintenance/language/languages.inc b/maintenance/language/languages.inc index 86cd0869c6..bf7496b849 100644 --- a/maintenance/language/languages.inc +++ b/maintenance/language/languages.inc @@ -75,6 +75,12 @@ class languages { 'newimages-summary', 'unwatchedpages-summary', 'userrights-summary', + 'brokenredirects-summary', + 'deadendpages-summary', + 'disambiguations-summary', + 'doubleredirects-summary', + 'lonelypages-summary', + 'unusedtemplates-summary', 'variantname-zh-cn', 'variantname-zh-tw', 'variantname-zh-hk',