From 755a58fc6730f773eb68d4220ea6c86d79969ee9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Thu, 20 Oct 2005 18:20:33 +0000 Subject: [PATCH] * Removed the messages Special:Makesysop uses, it's an extension --- languages/Language.php | 22 ---------------------- 1 file changed, 22 deletions(-) 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', -- 2.20.1