Index: trunk/phase3/languages/messages/MessagesEn.php |
— | — | @@ -1114,6 +1114,7 @@ |
1115 | 1115 | To prevent abuse, only one password reminder will be sent per {{PLURAL:$1|hour|$1 hours}}.', |
1116 | 1116 | 'loginstart' => '', # do not translate or duplicate this message to other languages |
1117 | 1117 | 'loginend' => '', # do not translate or duplicate this message to other languages |
| 1118 | +'loginend-https' => '', # do not translate or duplicate this message to other languages |
1118 | 1119 | 'signupstart' => '{{int:loginstart}}', # do not translate or duplicate this message to other languages |
1119 | 1120 | 'signupend' => '{{int:loginend}}', # do not translate or duplicate this message to other languages |
1120 | 1121 | 'mailerror' => 'Error sending mail: $1', |
Index: trunk/phase3/maintenance/language/messages.inc |
— | — | @@ -469,6 +469,7 @@ |
470 | 470 | 'throttled-mailpassword', |
471 | 471 | 'loginstart', |
472 | 472 | 'loginend', |
| 473 | + 'loginend-https', |
473 | 474 | 'signupstart', |
474 | 475 | 'signupend', |
475 | 476 | 'mailerror', |
Index: trunk/phase3/maintenance/language/messageTypes.inc |
— | — | @@ -105,6 +105,7 @@ |
106 | 106 | 'history_copyright', |
107 | 107 | 'licenses', |
108 | 108 | 'loginstart', |
| 109 | + 'loginend-https', |
109 | 110 | 'loginend', |
110 | 111 | 'loginlanguagelinks', |
111 | 112 | 'pear-mail-error', |