From: Raimond Spekking Date: Sun, 2 Oct 2011 20:44:25 +0000 (+0000) Subject: Followup r98707: Register new message key and set it to ignore for translatewiki.net X-Git-Tag: 1.31.0-rc.0~27306 X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=commitdiff_plain;h=9abf60de99790e0162eac50b2d38b91c804eae77;p=lhc%2Fweb%2Fwiklou.git Followup r98707: Register new message key and set it to ignore for translatewiki.net This way the key is shown in Special:Allmessages even if empty. --- diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index b26f889b07..43489f3d67 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -1114,6 +1114,7 @@ Before any other e-mail is sent to the account, you will have to follow the inst To prevent abuse, only one password reminder will be sent per {{PLURAL:$1|hour|$1 hours}}.', 'loginstart' => '', # do not translate or duplicate this message to other languages 'loginend' => '', # do not translate or duplicate this message to other languages +'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 'mailerror' => 'Error sending mail: $1', diff --git a/maintenance/language/messageTypes.inc b/maintenance/language/messageTypes.inc index e14acc97e4..faa1c59025 100644 --- a/maintenance/language/messageTypes.inc +++ b/maintenance/language/messageTypes.inc @@ -105,6 +105,7 @@ $wgIgnoredMessages = array( 'history_copyright', 'licenses', 'loginstart', + 'loginend-https', 'loginend', 'loginlanguagelinks', 'pear-mail-error', diff --git a/maintenance/language/messages.inc b/maintenance/language/messages.inc index e1abd57601..6b72bda4c5 100644 --- a/maintenance/language/messages.inc +++ b/maintenance/language/messages.inc @@ -469,6 +469,7 @@ $wgMessageStructure = array( 'throttled-mailpassword', 'loginstart', 'loginend', + 'loginend-https', 'signupstart', 'signupend', 'mailerror',