diff options
author | jenkins-bot <jenkins-bot@gerrit.wikimedia.org> | 2024-11-19 18:20:48 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@wikimedia.org> | 2024-11-19 18:20:48 +0000 |
commit | f8ee3601f9c85af3b3e7077b48978ce2c7f83d94 (patch) | |
tree | 9b6bd0dd70c2b9ef0019707e5621df3f3b517f7f /languages | |
parent | 24b024fff7ed3c38f5078f09cb61acd6dffedf80 (diff) | |
parent | c28220a6e075f96b9ac50530cae5a5231d171c0c (diff) | |
download | mediawikicore-f8ee3601f9c85af3b3e7077b48978ce2c7f83d94.tar.gz mediawikicore-f8ee3601f9c85af3b3e7077b48978ce2c7f83d94.zip |
Merge "Clean up old Special:UserLogout GET request anti-preloading hacks"
Diffstat (limited to 'languages')
-rw-r--r-- | languages/i18n/en.json | 1 | ||||
-rw-r--r-- | languages/i18n/qqq.json | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/languages/i18n/en.json b/languages/i18n/en.json index 541961e540ee..ffcc07b8cb18 100644 --- a/languages/i18n/en.json +++ b/languages/i18n/en.json @@ -487,7 +487,6 @@ "login-migrated-generic": "Your account has been migrated, and your username no longer exist on this wiki.", "loginlanguagelabel": "Language: $1", "loginlanguagelinks": "* {{#language:de}}|de\n* {{#language:en}}|en\n* {{#language:eo}}|eo\n* {{#language:fr}}|fr\n* {{#language:es}}|es\n* {{#language:it}}|it\n* {{#language:nl}}|nl", - "suspicious-userlogout": "Your request to log out was denied because it looks like it was sent by a broken browser or caching proxy.", "createacct-another-realname-tip": "Real name is optional.\nIf you choose to provide it, this will be used for giving the user attribution for their work.", "pt-login": "Log in", "pt-login-button": "Log in", diff --git a/languages/i18n/qqq.json b/languages/i18n/qqq.json index 2f8c8a5ca1c9..11c074182c36 100644 --- a/languages/i18n/qqq.json +++ b/languages/i18n/qqq.json @@ -750,7 +750,6 @@ "login-migrated-generic": "The generic unsuccessful login message when the user's account has been updated, and their username no longer exist", "loginlanguagelabel": "Used on [[Special:UserLogin]] if $wgLoginLanguageSelector is true. Parameters:\n* $1 - a pipe-separated list built from the names that appear in the message {{msg-mw|Loginlanguagelinks}}.\n{{Identical|Language}}", "loginlanguagelinks": "{{notranslate}}", - "suspicious-userlogout": "Used when the logout request looks suspicious, in Special:UserLogout.", "createacct-another-realname-tip": "{{doc-singularthey}}\nUsed on the account creation form when creating another user's account. Similar to {{msg-mw|prefs-help-realname}}.\n{{Identical|Real name attribution}}", "pt-login": "Shown to anonymous users in the upper right corner of the page when they can't create an account (otherwise the message {{msg-mw|nav-login-createaccount}} is shown there).\n{{Identical|Log in}}", "pt-login-button": "Shown as the caption of the button at [[Special:UserLogin]].\n{{Identical|Log in}}", |