r87475 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r87474‎ | r87475 | r87476 >
Date:00:59, 5 May 2011
Author:ashley
Status:deferred
Tags:
Comment:
ProtectSite: change sysop -> administrator as per CR on r87409
Modified paths:
  • /trunk/extensions/ProtectSite/ProtectSite.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ProtectSite/ProtectSite.i18n.php
@@ -18,8 +18,8 @@
1919 'protectsite-text-unprotect' => '<!-- Instructions/Comments when protected -->',
2020 'protectsite-title' => 'Site protection settings',
2121 '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',
2424 'protectsite-createaccount' => 'Allow creation of new accounts by',
2525 'protectsite-createpage' => 'Allow creation of pages by',
2626 'protectsite-edit' => 'Allow editing of pages by',
@@ -36,18 +36,18 @@
3737
3838 /* epic message duplication... */
3939 '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',
4242 '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',
4545 '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',
5252 /* end epic message duplication */
5353
5454 'right-protectsite' => 'Limit actions that can be performed for some groups for a limited time',

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r87409ProtectSite: $wgMessageCache is dead and addMessages() was removed in r81027....ashley16:22, 4 May 2011

Status & tagging log