From: Ævar Arnfjörð Bjarmason Date: Thu, 20 Oct 2005 18:20:33 +0000 (+0000) Subject: * Removed the messages Special:Makesysop uses, it's an extension X-Git-Tag: 1.6.0~1390 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=755a58fc6730f773eb68d4220ea6c86d79969ee9;p=lhc%2Fweb%2Fwiklou.git * Removed the messages Special:Makesysop uses, it's an extension --- diff --git a/languages/Language.php b/languages/Language.php index 8fff7a5403..1c940472d3 100644 --- a/languages/Language.php +++ b/languages/Language.php @@ -1481,28 +1481,6 @@ Please confirm that this is what you intend to do.',
Remember to remove the lock after your maintenance is complete.', 'unlockdbsuccesstext' => 'The database has been unlocked.', -# Make sysop -'makesysoptitle' => 'Make a user into a sysop', -'makesysoptext' => 'This form is used by bureaucrats to turn ordinary users into administrators. -Type the name of the user in the box and press the button to make the user an administrator', -'makesysopname' => 'Name of the user:', -'makesysopsubmit' => 'Make this user into a sysop', -'makesysopok' => "User \"$1\" is now a sysop", -'makesysopfail' => "User \"$1\" could not be made into a sysop. (Did you enter the name correctly?)", -'setbureaucratflag' => 'Set bureaucrat flag', -'setstewardflag' => 'Set steward flag', -'bureaucratlog' => 'Bureaucrat_log', -'rightslogtext' => 'This is a log of changes to user rights.', -'bureaucratlogentry' => "Changed group membership for $1 from $2 to $3", -'rights' => 'Rights:', -'set_user_rights' => 'Set user rights', -'user_rights_set' => "User rights for \"$1\" updated", -'set_rights_fail' => "User rights for \"$1\" could not be set. (Did you enter the name correctly?)", -'makesysop' => 'Make a user into a sysop', -'already_sysop' => 'This user is already an administrator', -'already_bureaucrat' => 'This user is already a bureaucrat', -'already_steward' => 'This user is already a steward', - # Validation 'val_yes' => 'Yes', 'val_no' => 'No',