diff options
author | jenkins-bot <jenkins-bot@gerrit.wikimedia.org> | 2025-01-21 21:59:23 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@wikimedia.org> | 2025-01-21 21:59:23 +0000 |
commit | e3730cf31f00915736e350513fed4ea1820f596d (patch) | |
tree | f429fcda0506b78b470488e0b9433ddd03dade49 /languages | |
parent | b2041fb9ee0fc3d8f32db68f14cd8745b9fdd7fe (diff) | |
parent | 7dea105e52f286b163b599d4db2eb9f0629260ae (diff) | |
download | mediawikicore-e3730cf31f00915736e350513fed4ea1820f596d.tar.gz mediawikicore-e3730cf31f00915736e350513fed4ea1820f596d.zip |
Merge "Add a warning when trying to create a double redirect"
Diffstat (limited to 'languages')
-rw-r--r-- | languages/i18n/en.json | 1 | ||||
-rw-r--r-- | languages/i18n/qqq.json | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/languages/i18n/en.json b/languages/i18n/en.json index 65c55dc0205b..8cef5a8088a1 100644 --- a/languages/i18n/en.json +++ b/languages/i18n/en.json @@ -651,6 +651,7 @@ "missingsummary": "<strong>Reminder:</strong> You have not provided an edit summary.\nIf you click \"$1\" again, your edit will be published without one.", "selfredirect": "<strong>Warning:</strong> You are redirecting this page to itself.\nYou may have specified the wrong target for the redirect, or you may be editing the wrong page.\nIf you click \"$1\" again, the redirect will be created anyway.", "edit-constraint-brokenredirect": "<strong>Warning:</strong> You are redirecting this page to a page which does not exist.\nYou may have specified the wrong target for the redirect.\nIf you click \"$1\" again, the redirect will be created anyway.", + "edit-constraint-doubleredirect": "<strong>Warning:</strong> You are trying to redirect this page to a second redirect page, creating a double redirect.\nYour target page currently redirects to [[$2]].\n\nPlease consider revising the content of this redirect as follows:\n$3\n\nNote: If you click \"$1\" again, the double redirect will be created anyway.", "missingcommenttext": "Please enter a comment.", "missingcommentheader": "<strong>Reminder:</strong> You have not provided a subject for this comment.\nIf you click \"$1\" again, your edit will be published without one.", "summary-preview": "Preview of edit summary:", diff --git a/languages/i18n/qqq.json b/languages/i18n/qqq.json index 126a96465e64..656ec410bc19 100644 --- a/languages/i18n/qqq.json +++ b/languages/i18n/qqq.json @@ -915,6 +915,7 @@ "missingsummary": "The text \"edit summary\" is in {{msg-mw|Summary}}.\n\nSee also:\n* {{msg-mw|Missingcommentheader}}\n* {{msg-mw|Savearticle}}\n\nParameters:\n* $1 – The label of the save button – one of {{msg-mw|savearticle}} or {{msg-mw|savechanges}} on save-labelled wiki, or {{msg-mw|publishpage}} or {{msg-mw|publishchanges}} on publish-labelled wikis.", "selfredirect": "Notice displayed once after the user tries to create a redirect to the same article.\n\nParameters:\n* $1 – The label of the save button – one of {{msg-mw|savearticle}} or {{msg-mw|savechanges}} on save-labelled wiki, or {{msg-mw|publishpage}} or {{msg-mw|publishchanges}} on publish-labelled wikis.", "edit-constraint-brokenredirect": "Notice displayed once after the user tries to create a redirect to a nonexistent page.\n\nParameters:\n* $1 - The label of the save button – one of {{msg-mw|savearticle}} or {{msg-mw|savechanges}} on save-labelled wiki, or {{msg-mw|publishpage}} or {{msg-mw|publishchanges}} on publish-labelled wikis.", + "edit-constraint-doubleredirect": "Notice displayed once after the user tries to create a redirect to another redirect.\n\nParameters:\n* $1 - The label of the save button – one of {{msg-mw|savearticle}} or {{msg-mw|savechanges}} on save-labelled wiki, or {{msg-mw|publishpage}} or {{msg-mw|publishchanges}} on publish-labelled wikis.\n* $2 - The name of the page the double redirect is targeting.", "missingcommenttext": "This message is shown when the user tries to save a textbox created by the new section links, and the textbox is empty. \"Comment\" refers to the content that is supposed to be posted in the new section, usually a talk page comment.", "missingcommentheader": "Edit summary that is shown if you enable \"Prompt me when entering a blank summary\" and add a new section without headline to a talk page.\n\nParameters:\n* $1 – The label of the save button – one of {{msg-mw|savearticle}} or {{msg-mw|savechanges}} on save-labelled wiki, or {{msg-mw|publishpage}} or {{msg-mw|publishchanges}} on publish-labelled wikis.\n\n\"Subject\" is {{msg-mw|subject}}.\n\nSee also:\n* {{msg-mw|Missingsummary}}\n* {{msg-mw|Savearticle}}", "summary-preview": "Preview of the edit summary, shown under the edit summary itself.\nShould match: {{msg-mw|summary}}.", |