From: Siebrand Mazeland Date: Mon, 27 Oct 2008 15:46:27 +0000 (+0000) Subject: Follow up on r42658. Register messages and rebuild MessagesEn.php X-Git-Tag: 1.31.0-rc.0~44562 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/modifier.php?a=commitdiff_plain;h=61e546b9ee76991c7ab1416985a1a86dfe2eba65;p=lhc%2Fweb%2Fwiklou.git Follow up on r42658. Register messages and rebuild MessagesEn.php --- 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',