Index: trunk/extensions/ProtectSite/ProtectSite.i18n.php |
— | — | @@ -18,8 +18,8 @@ |
19 | 19 | 'protectsite-text-unprotect' => '<!-- Instructions/Comments when protected -->', |
20 | 20 | 'protectsite-title' => 'Site protection settings', |
21 | 21 | 'protectsite-allowall' => 'All users', |
22 | | - 'protectsite-allowusersysop' => 'Registered users and sysops', |
23 | | - 'protectsite-allowsysop' => 'Sysops only', |
| 22 | + 'protectsite-allowusersysop' => 'Registered users and administrators', |
| 23 | + 'protectsite-allowsysop' => 'Administrators only', |
24 | 24 | 'protectsite-createaccount' => 'Allow creation of new accounts by', |
25 | 25 | 'protectsite-createpage' => 'Allow creation of pages by', |
26 | 26 | 'protectsite-edit' => 'Allow editing of pages by', |
— | — | @@ -36,18 +36,18 @@ |
37 | 37 | |
38 | 38 | /* epic message duplication... */ |
39 | 39 | 'protectsite-createaccount-0' => 'All users', |
40 | | - 'protectsite-createaccount-1' => 'Registered users and sysops', |
41 | | - 'protectsite-createaccount-2' => 'Sysops only', |
| 40 | + 'protectsite-createaccount-1' => 'Registered users and administrators', |
| 41 | + 'protectsite-createaccount-2' => 'Administrators only', |
42 | 42 | 'protectsite-createpage-0' => 'All users', |
43 | | - 'protectsite-createpage-1' => 'Registered users and sysops', |
44 | | - 'protectsite-createpage-2' => 'Sysops only', |
| 43 | + 'protectsite-createpage-1' => 'Registered users and administrators', |
| 44 | + 'protectsite-createpage-2' => 'Administrators only', |
45 | 45 | 'protectsite-edit-0' => 'All users', |
46 | | - 'protectsite-edit-1' => 'Registered users and sysops', |
47 | | - 'protectsite-edit-2' => 'Sysops only', |
48 | | - 'protectsite-move-0' => 'Registered users and sysops', |
49 | | - 'protectsite-move-1' => 'Sysops only', |
50 | | - 'protectsite-upload-0' => 'Registered users and sysops', |
51 | | - 'protectsite-upload-1' => 'Sysops only', |
| 46 | + 'protectsite-edit-1' => 'Registered users and administrators', |
| 47 | + 'protectsite-edit-2' => 'Administrators only', |
| 48 | + 'protectsite-move-0' => 'Registered users and administrators', |
| 49 | + 'protectsite-move-1' => 'Administrators only', |
| 50 | + 'protectsite-upload-0' => 'Registered users and administrators', |
| 51 | + 'protectsite-upload-1' => 'Administrators only', |
52 | 52 | /* end epic message duplication */ |
53 | 53 | |
54 | 54 | 'right-protectsite' => 'Limit actions that can be performed for some groups for a limited time', |