r42672 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r42671‎ | r42672 | r42673 >
Date:19:43, 27 October 2008
Author:siebrand
Status:old
Tags:
Comment:
Revert r42659 per revert of r42658 by aaron in r42664 by brion.
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,8 +287,6 @@
288288 'anonnotice',
289289 'newsectionheaderdefaultlevel',
290290 'red-link-title',
291 - 'protected-sub-allowed',
292 - 'protected-sub-disallowed',
293291 ),
294292 'nstab' => array(
295293 'nstab-main',
Index: trunk/phase3/languages/messages/MessagesEn.php
@@ -772,8 +772,6 @@
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",
778776
779777 # Short words for each namespace, by default used in the namespace tab in monobook
780778 'nstab-main' => 'Page',
@@ -2128,7 +2126,6 @@
21292127 You can narrow down the view by selecting a log type, the user name (case-sensitive), or the affected page (also case-sensitive).',
21302128 'logempty' => 'No matching items in log.',
21312129 'log-title-wildcard' => 'Search titles starting with this text',
2132 -'logshowhide-patrol' => '$1 patrol log',
21332130
21342131 # Special:AllPages
21352132 'allpages' => 'All pages',
@@ -3000,11 +2997,12 @@
30012998 'markedaspatrollederror-noautopatrol' => 'You are not allowed to mark your own changes as patrolled.',
30022999
30033000 # Patrol log
3004 -'patrol-log-page' => 'Patrol log',
3005 -'patrol-log-header' => 'This is a log of patrolled revisions.',
3006 -'patrol-log-line' => 'marked $1 of $2 patrolled $3',
3007 -'patrol-log-auto' => '(automatic)',
3008 -'patrol-log-diff' => 'r$1', # only translate this message to other languages if you have to change it
 3001+'patrol-log-page' => 'Patrol log',
 3002+'patrol-log-header' => 'This is a log of patrolled revisions.',
 3003+'patrol-log-line' => 'marked $1 of $2 patrolled $3',
 3004+'patrol-log-auto' => '(automatic)',
 3005+'patrol-log-diff' => 'r$1', # only translate this message to other languages if you have to change it
 3006+'logshowhide-patrol' => '$1 patrol log',
30093007
30103008 # Image deletion
30113009 'deletedrevision' => 'Deleted old revision $1',

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r42658(bug 10347) Add subtitle message for protected pagesaaron15:05, 27 October 2008
r42659Follow up on r42658. Register messages and rebuild MessagesEn.phpsiebrand15:46, 27 October 2008
r42664Revert r42658 "(bug 10347) Add subtitle message for protected pages"...brion18:03, 27 October 2008

Status & tagging log