Daniel Kinzler has uploaded a new change for review.

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

Change subject: Improve error message shown when hitting the entity access 
limit.
......................................................................

Improve error message shown when hitting the entity access limit.

Change-Id: I6751434080b5325daef4a3357f88026df5e17a9a
---
M client/i18n/en.json
M client/i18n/qqq.json
2 files changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Wikibase 
refs/changes/76/234976/1

diff --git a/client/i18n/en.json b/client/i18n/en.json
index 1c2a8f5..812db7a 100644
--- a/client/i18n/en.json
+++ b/client/i18n/en.json
@@ -63,7 +63,7 @@
        "wikibase-error-deserialize-error": "Failed to deserialize data.",
        "wikibase-error-serialize-error": "Failed to serialize data.",
        "wikibase-error-invalid-entity-id": "The ID entered is unknown to the 
system. Please use a valid entity ID.",
-       "wikibase-error-exceeded-entity-access-limit": "Exceeded limit for 
number of entities accessed.",
+       "wikibase-error-exceeded-entity-access-limit": "Too many wikibase 
entities accessed.",
        "unconnectedpages": "Pages not connected to items",
        "unconnectedpages-summary": "This page lists pages with no connected 
data item (in namespaces that support connected items). The list is sorted by 
descending page ID, so that newer pages are listed first.",
        "wikibase-unconnectedpages-page": "Start result list with page:",
diff --git a/client/i18n/qqq.json b/client/i18n/qqq.json
index 44bad89..5a0f885 100644
--- a/client/i18n/qqq.json
+++ b/client/i18n/qqq.json
@@ -74,7 +74,7 @@
        "wikibase-error-deserialize-error": "Generic error when invalid 
(undeserializable) data has been given.",
        "wikibase-error-serialize-error": "Generic error for when entity data 
failed to serialize or cannot be handled.",
        "wikibase-error-invalid-entity-id": "Generic error message when an 
invalid entity ID was entered.",
-       "wikibase-error-exceeded-entity-access-limit": "Error message for when 
the entity access limit is exceeded on a page. There is a limit on the number 
of full entities that can be loaded on any given page, via Scribunto and/or the 
property parser function.",
+       "wikibase-error-exceeded-entity-access-limit": "Error message shown in 
rendered page output when too many entities are accessed on the page. The limit 
on the number of full entities that can be loaded on any given page, via 
Scribunto and/or the property parser function, is controlled by the 
<tt>entityAccessLimit</tt> configuration setting.",
        "unconnectedpages": "{{doc-special|UnconnectedPages}}",
        "unconnectedpages-summary": "Introductory text used on 
Special:UnconnectedPages.",
        "wikibase-unconnectedpages-page": "Label for the input field to specify 
the title of the article at which the search result list should start. This 
belongs to the options box of the special page for pages not connected to 
sitelinks.",

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I6751434080b5325daef4a3357f88026df5e17a9a
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Wikibase
Gerrit-Branch: master
Gerrit-Owner: Daniel Kinzler <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to