r42659 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r42658‎ | r42659 | r42660 >
Date:15:46, 27 October 2008
Author:siebrand
Status:old
Tags:
Comment:
Follow up on r42658. Register messages and rebuild MessagesEn.php
Modified paths:
  • /trunk/phase3/languages/messages/MessagesEn.php (modified) (history)
  • /trunk/phase3/maintenance/language/messages.inc (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/language/messages.inc
@@ -287,6 +287,8 @@
288288 'anonnotice',
289289 'newsectionheaderdefaultlevel',
290290 'red-link-title',
 291+ 'protected-sub-allowed',
 292+ 'protected-sub-disallowed',
291293 ),
292294 'nstab' => array(
293295 'nstab-main',
Index: trunk/phase3/languages/messages/MessagesEn.php
@@ -772,6 +772,8 @@
773773 'anonnotice' => '-', # do not translate or duplicate this message to other languages
774774 'newsectionheaderdefaultlevel' => '== $1 ==', # do not translate or duplicate this message to other languages
775775 'red-link-title' => '$1 (not yet written)',
 776+'protected-sub-allowed' => "Some users '''cannot edit this page''' because it has been [$1 restricted] to prevent editing",
 777+'protected-sub-disallowed' => "You '''cannot edit this page''' because it has been [$1 restricted] to prevent editing",
776778
777779 # Short words for each namespace, by default used in the namespace tab in monobook
778780 'nstab-main' => 'Page',
@@ -3728,8 +3730,4 @@
37293731
37303732 #Put all regex fragments above this line. Leave this line exactly as it is</pre>',
37313733
3732 -# Unknown messages
3733 -'protected-sub-allowed' => "Some users '''cannot edit this page''' because it has been [$1 restricted] to prevent editing",
3734 -'protected-sub-disallowed' => "You '''cannot edit this page''' because it has been [$1 restricted] to prevent editing",
3735 -
37363734 );

Follow-up revisions

RevisionCommit summaryAuthorDate
r42672Revert r42659 per revert of r42658 by aaron in r42664 by brion.siebrand19:43, 27 October 2008

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r42658(bug 10347) Add subtitle message for protected pagesaaron15:05, 27 October 2008

Status & tagging log