From 54911df2889cab76ddb1d5c41bdec829e5f0781a Mon Sep 17 00:00:00 2001 From: Rotem Liss Date: Fri, 8 Aug 2008 13:08:19 +0000 Subject: [PATCH] Localization: Fixes for English file and messages.inc. --- languages/messages/MessagesEn.php | 5 +++-- maintenance/language/messages.inc | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index 39bd18f23a..c6f103f2d5 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -971,7 +971,7 @@ Please enter a well-formatted address or empty that field.', You should log in and change your password now. You may ignore this message, if this account was created in error.', -'login-throttled' => "You have made too many recent attempts on this account's password. Please wait before trying again.", +'login-throttled' => "You have made too many recent attempts on this account's password. Please wait before trying again.", 'loginlanguagelabel' => 'Language: $1', 'loginlanguagelinks' => '* Deutsch|de * English|en @@ -1150,7 +1150,8 @@ It cannot be saved.', You may wish to cut-n-paste the text into a text file and save it for later.', 'protectedpagewarning' => 'WARNING: This page has been locked so that only users with sysop privileges can edit it.', 'semiprotectedpagewarning' => "'''Note:''' This page has been locked so that only registered users can edit it.", -'cascadeprotectedwarning' => "'''Warning:''' This page has been locked so that only users with sysop privileges can edit it, because it is included in the following cascade-protected {{PLURAL:$1|page|pages}}:\n$2", +'cascadeprotectedwarning' => "'''Warning:''' This page has been locked so that only users with sysop privileges can edit it, because it is included in the following cascade-protected {{PLURAL:$1|page|pages}}: +$2", 'titleprotectedwarning' => 'WARNING: This page has been locked so that only some users can create it.', 'templatesused' => 'Templates used on this page:', 'templatesusedpreview' => 'Templates used in this preview:', diff --git a/maintenance/language/messages.inc b/maintenance/language/messages.inc index e40ac4fa64..ca20d6b369 100644 --- a/maintenance/language/messages.inc +++ b/maintenance/language/messages.inc @@ -432,6 +432,7 @@ $wgMessageStructure = array( 'accountcreatedtext', 'createaccount-title', 'createaccount-text', + 'login-throttled', 'loginlanguagelabel', 'loginlanguagelinks', ), -- 2.20.1