From 61e546b9ee76991c7ab1416985a1a86dfe2eba65 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Mon, 27 Oct 2008 15:46:27 +0000 Subject: [PATCH] Follow up on r42658. Register messages and rebuild MessagesEn.php --- languages/messages/MessagesEn.php | 6 ++---- maintenance/language/messages.inc | 2 ++ 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index f18d84ea5a..208655a5a5 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -772,6 +772,8 @@ See [[Special:Version|version page]].', 'anonnotice' => '-', # do not translate or duplicate this message to other languages 'newsectionheaderdefaultlevel' => '== $1 ==', # do not translate or duplicate this message to other languages 'red-link-title' => '$1 (not yet written)', +'protected-sub-allowed' => "Some users '''cannot edit this page''' because it has been [$1 restricted] to prevent editing", +'protected-sub-disallowed' => "You '''cannot edit this page''' because it has been [$1 restricted] to prevent editing", # Short words for each namespace, by default used in the namespace tab in monobook 'nstab-main' => 'Page', @@ -3728,8 +3730,4 @@ Enter the filename without the "{{ns:image}}:" prefix.', #Put all regex fragments above this line. Leave this line exactly as it is', -# Unknown messages -'protected-sub-allowed' => "Some users '''cannot edit this page''' because it has been [$1 restricted] to prevent editing", -'protected-sub-disallowed' => "You '''cannot edit this page''' because it has been [$1 restricted] to prevent editing", - ); diff --git a/maintenance/language/messages.inc b/maintenance/language/messages.inc index a95a769263..ee6f18a38e 100644 --- a/maintenance/language/messages.inc +++ b/maintenance/language/messages.inc @@ -287,6 +287,8 @@ $wgMessageStructure = array( 'anonnotice', 'newsectionheaderdefaultlevel', 'red-link-title', + 'protected-sub-allowed', + 'protected-sub-disallowed', ), 'nstab' => array( 'nstab-main', -- 2.20.1