From: Raimond Spekking Date: Sun, 2 Oct 2011 21:18:04 +0000 (+0000) Subject: Followup r98718: Register new message key with content per chat with Roan and set... X-Git-Tag: 1.31.0-rc.0~27301 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/cotisations/gestion/rappel_modifier.php?a=commitdiff_plain;h=97fece8719507d87e8ea155c97d4290c95ccf1fe;p=lhc%2Fweb%2Fwiklou.git Followup r98718: Register new message key with content per chat with Roan and set it to ignore for translatewiki.net --- diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index 43489f3d67..21835151ad 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -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.', diff --git a/maintenance/language/messageTypes.inc b/maintenance/language/messageTypes.inc index faa1c59025..00455d02a1 100644 --- a/maintenance/language/messageTypes.inc +++ b/maintenance/language/messageTypes.inc @@ -129,6 +129,7 @@ $wgIgnoredMessages = array( 'signature-anon', 'signupstart', 'signupend', + 'signupend-https', 'sitenotice', 'sitesubtitle', 'sitetitle', diff --git a/maintenance/language/messages.inc b/maintenance/language/messages.inc index 6b72bda4c5..1f5ab57128 100644 --- a/maintenance/language/messages.inc +++ b/maintenance/language/messages.inc @@ -472,6 +472,7 @@ $wgMessageStructure = array( 'loginend-https', 'signupstart', 'signupend', + 'signupend-https', 'mailerror', 'acct_creation_throttle_hit', 'emailauthenticated',