* (bug 7609) Add some more '*-summary' messages to MessagesEn.php with empty
authorJimmy Collins <collinj@users.mediawiki.org>
Mon, 23 Oct 2006 20:16:28 +0000 (20:16 +0000)
committerJimmy Collins <collinj@users.mediawiki.org>
Mon, 23 Oct 2006 20:16:28 +0000 (20:16 +0000)
  strings to allow better localisation via Special:Allmessages. Mark this new
  messages as optional for localisation.

RELEASE-NOTES
languages/messages/MessagesEn.php
maintenance/language/languages.inc

index 1ee4db6..e38dbd8 100644 (file)
@@ -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 ==
index 0f1d71d..d45c3b3 100644 (file)
@@ -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 <i>disambiguation page</i>. They should link to the appropriate topic instead.<br />A page is treated as disambiguation if it is linked from $1.<br />Links from other namespaces are <i>not</i> 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'    => '',
index 86cd086..bf7496b 100644 (file)
@@ -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',