Followup r98718: Register new message key with content per chat with Roan and set...
authorRaimond Spekking <raymond@users.mediawiki.org>
Sun, 2 Oct 2011 21:18:04 +0000 (21:18 +0000)
committerRaimond Spekking <raymond@users.mediawiki.org>
Sun, 2 Oct 2011 21:18:04 +0000 (21:18 +0000)
languages/messages/MessagesEn.php
maintenance/language/messageTypes.inc
maintenance/language/messages.inc

index 43489f3..2183515 100644 (file)
@@ -1117,6 +1117,7 @@ To prevent abuse, only one password reminder will be sent per {{PLURAL:$1|hour|$
 'loginend-https'             => '', # do not translate or duplicate this message to other languages
 'signupstart'                => '{{int:loginstart}}', # do not translate or duplicate this message to other languages
 'signupend'                  => '{{int:loginend}}', # do not translate or duplicate this message to other languages
+'signupend-https'            => '{{int:loginend-https}}', # do not translate or duplicate this message to other languages
 'mailerror'                  => 'Error sending mail: $1',
 'acct_creation_throttle_hit' => 'Visitors to this wiki using your IP address have created {{PLURAL:$1|1 account|$1 accounts}} in the last day, which is the maximum allowed in this time period.
 As a result, visitors using this IP address cannot create any more accounts at the moment.',
index faa1c59..00455d0 100644 (file)
@@ -129,6 +129,7 @@ $wgIgnoredMessages = array(
        'signature-anon',
        'signupstart',
        'signupend',
+       'signupend-https',
        'sitenotice',
        'sitesubtitle',
        'sitetitle',
index 6b72bda..1f5ab57 100644 (file)
@@ -472,6 +472,7 @@ $wgMessageStructure = array(
                'loginend-https',
                'signupstart',
                'signupend',
+               'signupend-https',
                'mailerror',
                'acct_creation_throttle_hit',
                'emailauthenticated',