Amire80 has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/222745

Change subject: Change "included" to "transcluded" in messages about cascading
......................................................................

Change "included" to "transcluded" in messages about cascading

Cascading protection is about transcluded pages,
so use this appropriate precise word.

Change-Id: I9a57b4c61ddd99541507d35ce1c91b2dc2049985
---
M includes/api/i18n/en.json
M languages/i18n/en.json
2 files changed, 4 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/45/222745/1

diff --git a/includes/api/i18n/en.json b/includes/api/i18n/en.json
index 28eddf4..79a2d6d 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 <kbd>action=level</kbd> (e.g. 
<kbd>edit=sysop</kbd>).\n\n<strong>Note:</strong> 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 <kbd>infinite</kbd>, 
<kbd>indefinite</kbd>, <kbd>infinity</kbd>, or <kbd>never</kbd>, 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 pages transcluded in this page). Ignored if all protection levels given 
do not 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 2a22479..c33199c 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": "<strong>Warning:</strong> 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 
<strong>$1</strong> 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": "<strong>Warning: The database has been locked for 
maintenance, so you will not be able to save your edits right 
now.</strong>\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": "<strong>Warning: This page has been protected 
so that only users with administrator privileges can edit it.</strong>\nThe 
latest log entry is provided below for reference:",
        "semiprotectedpagewarning": "<strong>Note:</strong> This page has been 
protected so that only registered users can edit it.\nThe latest log entry is 
provided below for reference:",
-       "cascadeprotectedwarning": "<strong>Warning:</strong> 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": "<strong>Warning:</strong> 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": "<strong>Warning: This page has been protected 
so that [[Special:ListGroupRights|specific rights]] are needed to create 
it.</strong>\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:",
@@ -1979,7 +1979,7 @@
        "protect-locked-blocked": "You cannot change protection levels while 
blocked.\nHere are the current settings for the page <strong>$1</strong>:",
        "protect-locked-dblock": "Protection levels cannot be changed due to an 
active database lock.\nHere are the current settings for the page 
<strong>$1</strong>:",
        "protect-locked-access": "Your account does not have permission to 
change page protection levels.\nHere are the current settings for the page 
<strong>$1</strong>:",
-       "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",

-- 
To view, visit https://gerrit.wikimedia.org/r/222745
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I9a57b4c61ddd99541507d35ce1c91b2dc2049985
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Amire80 <amir.ahar...@mail.huji.ac.il>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to