From 3ac9f311261c746e0e7e1e9c7910b3b8693d1bcd Mon Sep 17 00:00:00 2001 From: "Amir E. Aharoni" Date: Sat, 4 Jul 2015 12:13:42 +0300 Subject: [PATCH] Change "included" to "transcluded" in messages about cascading Cascading protection is about transcluded pages (and also images), so use this appropriate precise word. Also rephrase apihelp-protect-param-cascade for clarity. Change-Id: I9a57b4c61ddd99541507d35ce1c91b2dc2049985 --- includes/api/i18n/en.json | 2 +- languages/i18n/en.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/includes/api/i18n/en.json b/includes/api/i18n/en.json index f972a42ca8..ab02bc77cf 100644 --- a/includes/api/i18n/en.json +++ b/includes/api/i18n/en.json @@ -335,7 +335,7 @@ "apihelp-protect-param-protections": "List of protection levels, formatted action=level (e.g. edit=sysop).\n\nNote: Any actions not listed will have restrictions removed.", "apihelp-protect-param-expiry": "Expiry timestamps. If only one timestamp is set, it'll be used for all protections. Use infinite, indefinite, infinity, or never, for a never-expiring protection.", "apihelp-protect-param-reason": "Reason for (un)protecting.", - "apihelp-protect-param-cascade": "Enable cascading protection (i.e. protect pages included in this page). Ignored if all protection levels given do not support cascading.", + "apihelp-protect-param-cascade": "Enable cascading protection (i.e. protect transcluded templates and images used in this page). Ignored if none of the given protection levels support cascading.", "apihelp-protect-param-watch": "If set, add the page being (un)protected to the current user's watchlist.", "apihelp-protect-param-watchlist": "Unconditionally add or remove the page from the current user's watchlist, use preferences or do not change watch.", "apihelp-protect-example-protect": "Protect a page.", diff --git a/languages/i18n/en.json b/languages/i18n/en.json index 3a47bceca7..adf5856790 100644 --- a/languages/i18n/en.json +++ b/languages/i18n/en.json @@ -362,7 +362,7 @@ "protectedinterface": "This page provides interface text for the software on this wiki, and is protected to prevent abuse.\nTo add or change translations for all wikis, please use [//translatewiki.net/ translatewiki.net], the MediaWiki localisation project.", "editinginterface": "Warning: You are editing a page that is used to provide interface text for the software.\nChanges to this page will affect the appearance of the user interface for other users on this wiki.", "translateinterface": "To add or change translations for all wikis, please use [//translatewiki.net/ translatewiki.net], the MediaWiki localisation project.", - "cascadeprotected": "This page has been protected from editing because it is included in the following {{PLURAL:$1|page, which is|pages, which are}} protected with the \"cascading\" option turned on:\n$2", + "cascadeprotected": "This page has been protected from editing because it is transcluded in the following {{PLURAL:$1|page, which is|pages, which are}} protected with the \"cascading\" option turned on:\n$2", "namespaceprotected": "You do not have permission to edit pages in the $1 namespace.", "customcssprotected": "You do not have permission to edit this CSS page because it contains another user's personal settings.", "customjsprotected": "You do not have permission to edit this JavaScript page because it contains another user's personal settings.", @@ -671,7 +671,7 @@ "readonlywarning": "Warning: The database has been locked for maintenance, so you will not be able to save your edits right now.\nYou may wish to copy and paste your text into a text file and save it for later.\n\nThe administrator who locked it offered this explanation: $1", "protectedpagewarning": "Warning: This page has been protected so that only users with administrator privileges can edit it.\nThe latest log entry is provided below for reference:", "semiprotectedpagewarning": "Note: This page has been protected so that only registered users can edit it.\nThe latest log entry is provided below for reference:", - "cascadeprotectedwarning": "Warning: This page has been protected so that only users with administrator privileges can edit it because it is included in the following cascade-protected {{PLURAL:$1|page|pages}}:", + "cascadeprotectedwarning": "Warning: This page has been protected so that only users with administrator privileges can edit it because it is transcluded in the following cascade-protected {{PLURAL:$1|page|pages}}:", "titleprotectedwarning": "Warning: This page has been protected so that [[Special:ListGroupRights|specific rights]] are needed to create it.\nThe latest log entry is provided below for reference:", "templatesused": "{{PLURAL:$1|Template|Templates}} used on this page:", "templatesusedpreview": "{{PLURAL:$1|Template|Templates}} used in this preview:", @@ -1980,7 +1980,7 @@ "protect-locked-blocked": "You cannot change protection levels while blocked.\nHere are the current settings for the page $1:", "protect-locked-dblock": "Protection levels cannot be changed due to an active database lock.\nHere are the current settings for the page $1:", "protect-locked-access": "Your account does not have permission to change page protection levels.\nHere are the current settings for the page $1:", - "protect-cascadeon": "This page is currently protected because it is included in the following {{PLURAL:$1|page, which has|pages, which have}} cascading protection turned on.\nChanges to this page's protection level will not affect the cascading protection.", + "protect-cascadeon": "This page is currently protected because it is transcluded in the following {{PLURAL:$1|page, which has|pages, which have}} cascading protection turned on.\nChanges to this page's protection level will not affect the cascading protection.", "protect-default": "Allow all users", "protect-fallback": "Allow only users with \"$1\" permission", "protect-level-autoconfirmed": "Allow only autoconfirmed users", -- 2.20.1