Thiemo Mättig (WMDE) has uploaded a new change for review.
https://gerrit.wikimedia.org/r/142221
Change subject: Make WikibaseClient and WikibaseLib messages more user-friendly
......................................................................
Make WikibaseClient and WikibaseLib messages more user-friendly
We split this from I0b4324f600b26aa9b0f3e433878f6f013a3fb11d.
This contains the undisputed changes and should be merged soon.
What's left in the depending patch needs more discussion.
Bug: 62778
Change-Id: I3f3704abbddebc439d118c0004df0801179a542e
---
M client/i18n/en.json
M client/i18n/qqq.json
M lib/i18n/en.json
3 files changed, 8 insertions(+), 10 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Wikibase
refs/changes/21/142221/1
diff --git a/client/i18n/en.json b/client/i18n/en.json
index bc6374c..22ba35b 100644
--- a/client/i18n/en.json
+++ b/client/i18n/en.json
@@ -33,16 +33,15 @@
"wikibase-linkitem-failure": "An unknown error occurred while trying to
link the given page.",
"wikibase-linkitem-title": "Link with page",
"wikibase-linkitem-linkpage": "Link with page",
- "wikibase-linkitem-selectlink": "Please select a site and a page you
want to link this page with.",
+ "wikibase-linkitem-selectlink": "Please select a site and a page that
you want to link to this page.",
"wikibase-linkitem-input-site": "Language:",
"wikibase-linkitem-input-page": "Page:",
- "wikibase-linkitem-confirmitem-text": "The page you chose is already
associated to an [$1 item on our central data repository]. Please confirm that
the {{PLURAL:$2|page|pages}} shown below {{PLURAL:$2|is|are}} the
{{PLURAL:$2|one|ones}} you want to link with this page.",
+ "wikibase-linkitem-confirmitem-text": "The page you have chosen is
already associated to an [$1 item on our central data repository]. Please
confirm that the {{PLURAL:$2|page|pages}} shown below {{PLURAL:$2|is|are}} the
{{PLURAL:$2|one|ones}} that you want to link to this page.",
"wikibase-linkitem-confirmitem-button": "Confirm",
"wikibase-linkitem-not-loggedin-title": "You need to be logged in",
"wikibase-linkitem-not-loggedin": "You need to be logged in on this
wiki and in the [$1 central data repository] to use this feature.",
"wikibase-linkitem-success-link": "The pages have successfully been
linked. You can find the item containing the links in our [$1 central data
repository].",
"wikibase-property-notfound": "$1 property not found.",
- "wikibase-property-notsupportedyet": "Wikibase does not yet support
property type for $1 property.",
"wikibase-rc-hide-wikidata": "$1 {{WBREPONAME}}",
"wikibase-rc-hide-wikidata-hide": "Hide",
"wikibase-rc-hide-wikidata-show": "Show",
diff --git a/client/i18n/qqq.json b/client/i18n/qqq.json
index 3368607..e3a0403 100644
--- a/client/i18n/qqq.json
+++ b/client/i18n/qqq.json
@@ -47,7 +47,6 @@
"wikibase-linkitem-not-loggedin": "This messages informs the user that
he needs to be logged in on both this wiki and the repository to use this
feature.\n\nParameters:\n* $1 - the URI to the login form of the repository",
"wikibase-linkitem-success-link": "Success message after the page the
user currently is on has been linked with an item. $1 holds a URL pointing to
the item.",
"wikibase-property-notfound": "Message for property parser function
when a property is not found. Parameters:\n* $1 - the name of the property",
- "wikibase-property-notsupportedyet": "Used as error message.
Parameters:\n* $1 - property label",
"wikibase-rc-hide-wikidata": "This refers to a toggle to hide or show
edits (revisions) that come from Wikidata. If set to \"hide\", it hides edits
made to the connected item in the Wikidata repository.\n\nParameters:\n* $1 - a
link with the text {{msg-mw|wikibase-rc-hide-wikidata-show}} or
{{msg-mw|wikibase-rc-hide-wikidata-hide}}\n* <nowiki>{{WBREPONAME}}</nowiki> -
expanded to {{msg-mw|wikibase-repo-name}}",
"wikibase-rc-hide-wikidata-hide": "{{doc-actionlink}}\nOption text in
[[Special:RecentChanges]] in conjunction with
{{msg-mw|wikibase-rc-hide-wikidata}}.\n\nSee also:\n*
{{msg-mw|wikibase-rc-hide-wikidata-show}}\n{{Identical|Hide}}",
"wikibase-rc-hide-wikidata-show": "{{doc-actionlink}}\nOption text in
[[Special:RecentChanges]] in conjunction with
{{msg-mw|wikibase-rc-hide-wikidata}}.\n\nSee also:\n*
{{msg-mw|wikibase-rc-hide-wikidata-hide}}\n{{Identical|Show}}",
diff --git a/lib/i18n/en.json b/lib/i18n/en.json
index c5a2c83..8efa8a0 100644
--- a/lib/i18n/en.json
+++ b/lib/i18n/en.json
@@ -23,12 +23,12 @@
"wikibase-diffview-description": "description",
"wikibase-diffview-link": "links",
"wikibase-error-unexpected": "An unexpected error occurred: $1.",
- "wikibase-error-save-generic": "An error occurred while trying to
perform save and because of this, your changes could not be completed.",
- "wikibase-error-remove-generic": "An error occurred while trying to
perform remove and because of this, your changes could not be completed.",
- "wikibase-error-save-connection": "A connection error has occurred
while trying to perform save, and because of this your changes could not be
completed. Please check your Internet connection.",
- "wikibase-error-remove-connection": "A connection error occurred while
trying to perform remove, and because of this your changes could not be
completed. Please check your Internet connection.",
- "wikibase-error-save-timeout": "We are experiencing technical
difficulties, and because of this your \"save\" could not be completed.",
- "wikibase-error-remove-timeout": "We are experiencing technical
difficulties, and because of this your \"remove\" could not be completed.",
+ "wikibase-error-save-generic": "An error occurred while saving. Your
changes could not be completed.",
+ "wikibase-error-remove-generic": "An error occurred while trying to
perform remove. Your changes could not be completed.",
+ "wikibase-error-save-connection": "A connection error has occurred
while saving. Your changes could not be completed. Please check your Internet
connection.",
+ "wikibase-error-remove-connection": "A connection error occurred while
trying to perform remove. Your changes could not be completed. Please check
your Internet connection.",
+ "wikibase-error-save-timeout": "We are experiencing technical
difficulties. Your \"save\" could not be completed.",
+ "wikibase-error-remove-timeout": "We are experiencing technical
difficulties. Your \"remove\" could not be completed.",
"wikibase-error-autocomplete-connection": "Could not query site API.
Please try again later.",
"wikibase-error-autocomplete-response": "Server responded: $1",
"wikibase-error-ui-client-error": "The connection to the client page
failed. Please try again later.",
--
To view, visit https://gerrit.wikimedia.org/r/142221
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I3f3704abbddebc439d118c0004df0801179a542e
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Wikibase
Gerrit-Branch: master
Gerrit-Owner: Thiemo Mättig (WMDE) <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits