From: Tim Starling Date: Sat, 14 May 2005 09:26:32 +0000 (+0000) Subject: restored Special:Makesysop interwiki functionality X-Git-Tag: 1.5.0alpha2~202 X-Git-Url: http://git.cyclocoop.org/wiki/%7B%7Bpath%7D%7Dmw-config/index.php?a=commitdiff_plain;h=f90f6854a223f3fc5984c6be3fbafca041cecd77;p=lhc%2Fweb%2Fwiklou.git restored Special:Makesysop interwiki functionality --- diff --git a/languages/Language.php b/languages/Language.php index 73b0dc375f..94cac824d5 100644 --- a/languages/Language.php +++ b/languages/Language.php @@ -1470,6 +1470,7 @@ Type the name of the user in the box and press the button to make the user an ad '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", @@ -1480,6 +1481,7 @@ Type the name of the user in the box and press the button to make the user an ad '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',