Rm unused 'remembermypassword' message, doc another
authorMatthew Flaschen <mflaschen@wikimedia.org>
Fri, 12 Aug 2016 18:18:54 +0000 (14:18 -0400)
committerMatthew Flaschen <mflaschen@wikimedia.org>
Fri, 12 Aug 2016 18:28:00 +0000 (14:28 -0400)
* Remove unused 'remembermypassword' message
* Document parameter of 'userlogin-remembermypassword'

Bug: T68699
Change-Id: I513eff348383803d089e969707eb42559f275dcf

languages/i18n/en.json
languages/i18n/qqq.json

index b55cb76..c8d02cc 100644 (file)
        "yourpasswordagain": "Retype password:",
        "createacct-yourpasswordagain": "Confirm password",
        "createacct-yourpasswordagain-ph": "Enter password again",
-       "remembermypassword": "Remember my login on this browser (for a maximum of $1 {{PLURAL:$1|day|days}})",
        "userlogin-remembermypassword": "Keep me logged in",
        "userlogin-signwithsecure": "Use secure connection",
        "cannotloginnow-title": "Cannot log in now",
index 953ebbb..419828f 100644 (file)
        "yourpasswordagain": "Since 1.22 no longer used in core, but may be used by some extensions. DEPRECATED",
        "createacct-yourpasswordagain": "In create account form, label for field to re-enter password\n\nSee example: [{{canonicalurl:Special:UserLogin|type=signup}} Special:UserLogin?type=signup]\n{{Identical|Confirm password}}",
        "createacct-yourpasswordagain-ph": "Placeholder text in create account form for re-enter password field.\n\nSee example: [{{canonicalurl:Special:UserLogin|type=signup}} Special:UserLogin?type=signup]",
-       "remembermypassword": "Used as checkbox label on [[Special:ChangePassword]]. Parameters:\n* $1 - number of days\n{{Identical|Remember my login on this computer}}",
-       "userlogin-remembermypassword": "The text for a check box in [[Special:UserLogin]].",
+       "userlogin-remembermypassword": "Used as checkbox label in [[Special:UserLogin]]. Parameters:\n* $1 - number of days the login session will be active if checked (Unused but used on-wiki)\n",
        "userlogin-signwithsecure": "Text of link to HTTPS login form.\n\nSee example: [[Special:UserLogin]]",
        "cannotloginnow-title": "Error page title shown when logging in is not possible.",
        "cannotloginnow-text": "Error page text shown when logging in is not possible. Parameters:\n* $1 - Session type in use that makes it not possible to log in, from a message like {{msg-mw|sessionprovider-mediawiki-session-cookiesessionprovider}}.",