Index: trunk/phase3/languages/messages/MessagesEn.php |
— | — | @@ -797,9 +797,10 @@ |
798 | 798 | 'namespaceprotected' => "You do not have permission to edit pages in the '''$1''' namespace.", |
799 | 799 | 'customcssjsprotected' => "You do not have permission to edit this page, because it contains another user's personal settings.", |
800 | 800 | 'ns-specialprotected' => "Pages in the {{ns:special}} namespace cannot be edited.", |
801 | | -'protected-subtitle' => "(This page is protected. Only certain users ($1) can edit and others ($2) can move it.)", |
802 | | -'protected-subtitle2' => "(This page is protected. Only certain users ($1) can edit and move it.)", |
803 | | -'protected-subtitle3' => "(This page is protected)", |
| 801 | +'protected-subtitle' => "(This page is protected)", |
| 802 | +'protected-subtitle2' => "(This page is protected. Some users ($1) can still edit or move it.)", |
| 803 | +'protected-subtitle3' => "(This page is protected. Some users ($1) can still edit it and others ($2) can move it.)", |
| 804 | +'protected-anyone' => 'anyone', |
804 | 805 | |
805 | 806 | # Login and logout pages |
806 | 807 | 'logouttitle' => 'User logout', |