From 2e3bfa8a93ccd42083f7d6843aed602d41dfba56 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Mon, 24 Oct 2005 03:07:29 +0000 Subject: [PATCH] Restore Special:Userrights and bureaucrat log messages mysteriously deleted under the impression they belonged to a plugin. --- languages/Language.php | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/languages/Language.php b/languages/Language.php index 8c3f563797..6dddeaa849 100644 --- a/languages/Language.php +++ b/languages/Language.php @@ -1487,6 +1487,28 @@ 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