Index: trunk/phase3/maintenance/language/messages.inc |
— | — | @@ -287,6 +287,8 @@ |
288 | 288 | 'anonnotice', |
289 | 289 | 'newsectionheaderdefaultlevel', |
290 | 290 | 'red-link-title', |
| 291 | + 'protected-sub-allowed', |
| 292 | + 'protected-sub-disallowed', |
291 | 293 | ), |
292 | 294 | 'nstab' => array( |
293 | 295 | 'nstab-main', |
Index: trunk/phase3/languages/messages/MessagesEn.php |
— | — | @@ -772,6 +772,8 @@ |
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", |
776 | 778 | |
777 | 779 | # Short words for each namespace, by default used in the namespace tab in monobook |
778 | 780 | 'nstab-main' => 'Page', |
— | — | @@ -3728,8 +3730,4 @@ |
3729 | 3731 | |
3730 | 3732 | #Put all regex fragments above this line. Leave this line exactly as it is</pre>', |
3731 | 3733 | |
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 | | - |
3736 | 3734 | ); |