From 782afa6ef019401073b58f552b4684b6e91c2a47 Mon Sep 17 00:00:00 2001 From: Roman Tsukanov Date: Tue, 18 Feb 2014 02:26:39 +1000 Subject: [PATCH] Added summary to Special:ProtectedPages and Special:ProtectedTitles. Bug: 61454 Change-Id: I3a98f09458d4cb31b1ffe6ffd110b8515126fcea --- languages/messages/MessagesEn.php | 4 ++-- languages/messages/MessagesQqq.php | 2 ++ maintenance/language/messageTypes.inc | 2 -- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index d5198b65b1..6039296047 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -2763,7 +2763,7 @@ It now redirects to [[$2]].', 'deadendpagestext' => 'The following pages do not link to other pages in {{SITENAME}}.', 'protectedpages' => 'Protected pages', 'protectedpages-indef' => 'Indefinite protections only', -'protectedpages-summary' => '', # do not translate or duplicate this message to other languages +'protectedpages-summary' => 'This page lists existing pages that are currently protected. For a list of titles that are protected from creation, see [[{{#special:ProtectedTitles}}]].', 'protectedpages-cascade' => 'Cascading protections only', 'protectedpages-noredirect' => 'Hide redirects', 'protectedpagesempty' => 'No pages are currently protected with these parameters.', @@ -2777,7 +2777,7 @@ It now redirects to [[$2]].', 'protectedpages-unknown-performer' => 'Unknown user', 'protectedpages-unknown-reason' => '—', # do not translate or duplicate this message to other languages 'protectedtitles' => 'Protected titles', -'protectedtitles-summary' => '', # do not translate or duplicate this message to other languages +'protectedtitles-summary' => 'This page lists titles that are currently protected from creation. For a list of existing pages that are protected, see [[{{#special:ProtectedPages}}]].', 'protectedtitlesempty' => 'No titles are currently protected with these parameters.', 'listusers' => 'User list', 'listusers-summary' => '', # do not translate or duplicate this message to other languages diff --git a/languages/messages/MessagesQqq.php b/languages/messages/MessagesQqq.php index 5e3662a6e6..b2b319bf6e 100644 --- a/languages/messages/MessagesQqq.php +++ b/languages/messages/MessagesQqq.php @@ -5009,6 +5009,7 @@ See the following search results: 'deadendpagestext' => 'Introductory text for [[Special:DeadendPages]]', 'protectedpages' => '{{doc-special|ProtectedPages}}', 'protectedpages-indef' => 'Option in [[Special:ProtectedPages]]', +'protectedpages-summary' => 'Summary of [[Special:ProtectedPages]].', 'protectedpages-cascade' => 'Option in [[Special:ProtectedPages]]', 'protectedpages-noredirect' => 'Option in [[Special:ProtectedPages]]. {{Identical|Hide redirect}}', @@ -5029,6 +5030,7 @@ This refers to expiry timestamp. {{Identical|Unknown}}', 'protectedpages-unknown-performer' => 'This is shown, when the protecting user is unknown for a protection on the page [[Special:ProtectedPages]].', 'protectedtitles' => '{{doc-special|ProtectedTitles}}', +'protectedtitles-summary' => 'Summary of [[Special:ProtectedTitles]].', 'protectedtitlesempty' => 'Used on [[Special:ProtectedTitles]]. This text appears if the list of protected titles is empty. See the [[mw:Project:Protected_titles|help page on MediaWiki]] for more information.', 'listusers' => '{{doc-special|ListUsers}}', 'listusers-editsonly' => 'Option in [[Special:ListUsers]].', diff --git a/maintenance/language/messageTypes.inc b/maintenance/language/messageTypes.inc index c4866a5fe7..46b03621fe 100644 --- a/maintenance/language/messageTypes.inc +++ b/maintenance/language/messageTypes.inc @@ -149,7 +149,6 @@ $wgIgnoredMessages = array( 'booksources-summary', 'categories-summary', 'blocklist-summary', - 'protectedtitles-summary', 'listusers-summary', 'longpages-summary', 'preferences-summary', @@ -180,7 +179,6 @@ $wgIgnoredMessages = array( 'userrights-summary', 'brokenredirects-summary', 'deadendpages-summary', - 'protectedpages-summary', 'protectedpages-unknown-reason', 'disambiguations-summary', 'pageswithprop-summary', -- 2.20.1