Index: trunk/phase3/maintenance/language/messages.inc |
— | — | @@ -287,8 +287,6 @@ |
288 | 288 | 'anonnotice', |
289 | 289 | 'newsectionheaderdefaultlevel', |
290 | 290 | 'red-link-title', |
291 | | - 'protected-sub-allowed', |
292 | | - 'protected-sub-disallowed', |
293 | 291 | ), |
294 | 292 | 'nstab' => array( |
295 | 293 | 'nstab-main', |
Index: trunk/phase3/languages/messages/MessagesEn.php |
— | — | @@ -772,8 +772,6 @@ |
773 | 773 | 'anonnotice' => '-', # do not translate or duplicate this message to other languages |
774 | 774 | 'newsectionheaderdefaultlevel' => '== $1 ==', # do not translate or duplicate this message to other languages |
775 | 775 | '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", |
778 | 776 | |
779 | 777 | # Short words for each namespace, by default used in the namespace tab in monobook |
780 | 778 | 'nstab-main' => 'Page', |
— | — | @@ -2128,7 +2126,6 @@ |
2129 | 2127 | You can narrow down the view by selecting a log type, the user name (case-sensitive), or the affected page (also case-sensitive).', |
2130 | 2128 | 'logempty' => 'No matching items in log.', |
2131 | 2129 | 'log-title-wildcard' => 'Search titles starting with this text', |
2132 | | -'logshowhide-patrol' => '$1 patrol log', |
2133 | 2130 | |
2134 | 2131 | # Special:AllPages |
2135 | 2132 | 'allpages' => 'All pages', |
— | — | @@ -3000,11 +2997,12 @@ |
3001 | 2998 | 'markedaspatrollederror-noautopatrol' => 'You are not allowed to mark your own changes as patrolled.', |
3002 | 2999 | |
3003 | 3000 | # 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', |
3009 | 3007 | |
3010 | 3008 | # Image deletion |
3011 | 3009 | 'deletedrevision' => 'Deleted old revision $1', |