Adrian Lang has uploaded a new change for review.

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

Change subject: Move some messages to client or repo
......................................................................

Move some messages to client or repo

These are only used in client or repo, respectively.

Change-Id: I3dc58b8d7ae3d3520479513be81bab09471705a5
---
M client/i18n/en.json
M client/i18n/qqq.json
M lib/i18n/en.json
M lib/i18n/qqq.json
M repo/i18n/en.json
M repo/i18n/qqq.json
6 files changed, 33 insertions(+), 33 deletions(-)


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

diff --git a/client/i18n/en.json b/client/i18n/en.json
index 1831ed5..1451f48 100644
--- a/client/i18n/en.json
+++ b/client/i18n/en.json
@@ -50,6 +50,7 @@
        "wikibase-rc-show-wikidata-pref": "Show {{WBREPONAME}} edits in recent 
changes",
        "wikibase-rc-wikibase-edit-letter": "D",
        "wikibase-rc-wikibase-edit-title": "{{WBREPONAME}} edit",
+       "wikibase-replicationnote": "Please notice that it can take several 
minutes until the changes are visible on all wikis.",
        "wikibase-watchlist-show-changes-pref": "Show {{WBREPONAME}} edits in 
your watchlist",
        "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.",
diff --git a/client/i18n/qqq.json b/client/i18n/qqq.json
index 7c853ad..b4cde7c 100644
--- a/client/i18n/qqq.json
+++ b/client/i18n/qqq.json
@@ -56,6 +56,7 @@
        "wikibase-rc-show-wikidata-pref": "Option in the recent changes section 
of preferences to show wikibase changes by default in recent changes.",
        "wikibase-rc-wikibase-edit-letter": "Very short form of \"'''wikidata 
edit'''\". Used in [[Special:RecentChanges]] and [[Special:Watchlist]].\n\nSee 
also:\n* {{msg-mw|Newpageletter}}\n* {{msg-mw|Minoreditletter}}\n* 
{{msg-mw|Boteditletter}}\n* {{msg-mw|Unpatrolledletter}}",
        "wikibase-rc-wikibase-edit-title": "Tooltip for 
{{msg-mw|wikibase-rc-wikibase-edit-letter}}.\n\nSee also:\n* 
{{msg-mw|Recentchanges-label-newpage}}\n* 
{{msg-mw|Recentchanges-label-minor}}\n* {{msg-mw|Recentchanges-label-bot}}\n* 
{{msg-mw|Recentchanges-label-unpatrolled}}\n{{Identical|Edit}}",
+       "wikibase-replicationnote": "Note telling the user that it can take a 
few minutes until the made changes are visible on all wikis.\nPreceded by 
message {{msg-mw|Wikibase-linkitem-success-link}}",
        "wikibase-watchlist-show-changes-pref": "Option in the watchlist 
section of preferences to always show wikibase edits by default in the 
watchlist. Appears as a checkbox in the same list with options such as:\n* 
{{msg-mw|tog-watchdefault}}\n* {{msg-mw|tog-watchmoves}}\nAnd so on.",
        "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.",
diff --git a/lib/i18n/en.json b/lib/i18n/en.json
index b6a94ca..f530ad4 100644
--- a/lib/i18n/en.json
+++ b/lib/i18n/en.json
@@ -6,22 +6,9 @@
                ]
        },
        "wikibase-lib-desc": "Holds common functionality for the Wikibase and 
Wikibase Client extensions",
-       "wikibase-entity-item": "item",
-       "wikibase-entity-property": "property",
-       "wikibase-entity-query": "query",
        "wikibase-deletedentity-item": "Deleted item",
        "wikibase-deletedentity-property": "Deleted property",
        "wikibase-deletedentity-query": "Deleted query",
-       "wikibase-diffview-reference": "reference",
-       "wikibase-diffview-rank": "rank",
-       "wikibase-diffview-rank-preferred": "Preferred rank",
-       "wikibase-diffview-rank-normal": "Normal rank",
-       "wikibase-diffview-rank-deprecated": "Deprecated rank",
-       "wikibase-diffview-qualifier": "qualifier",
-       "wikibase-diffview-label": "label",
-       "wikibase-diffview-alias": "aliases",
-       "wikibase-diffview-description": "description",
-       "wikibase-diffview-link": "links",
        "wikibase-error-unexpected": "Error: $1.",
        "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.",
@@ -53,7 +40,6 @@
        "wikibase-parse-error-entity-id": "The entity id is malformed.",
        "wikibase-parse-error-quantity": "The quantity value is malformed.",
        "wikibase-parse-error-time": "The time value is malformed.",
-       "wikibase-replicationnote": "Please notice that it can take several 
minutes until the changes are visible on all wikis.",
        "wikibase-sitelinks-wikipedia": "Wikipedia pages linked to this item",
        "wikibase-sitelinks-sitename-columnheading": "Language",
        "wikibase-sitelinks-sitename-columnheading-special": "Site",
@@ -98,6 +84,5 @@
        "wikibase-time-precision-BCE-10annum": "$1s BCE",
        "wikibase-monolingualtext": "<span lang=\"$2\" 
class=\"wb-monolingualtext-value\">$1</span> <span 
class=\"wb-monolingualtext-language-name\">($3)</span>",
        "wikibase-snakformatter-valuetype-mismatch": "The value's type \"$1\" 
does not match property's type \"$2\".",
-       "wikibase-snakformatter-property-not-found": "Property $1 not found, 
cannot determine the data type to use.",
-       "wikibase-add-badges": "Add badges"
+       "wikibase-snakformatter-property-not-found": "Property $1 not found, 
cannot determine the data type to use."
 }
diff --git a/lib/i18n/qqq.json b/lib/i18n/qqq.json
index ed69cf5..aec72b6 100644
--- a/lib/i18n/qqq.json
+++ b/lib/i18n/qqq.json
@@ -15,22 +15,9 @@
                ]
        },
        "wikibase-lib-desc": "{{desc|name=Wikibase 
Lib|url=http://www.mediawiki.org/wiki/Extension:WikibaseLib}}";,
-       "wikibase-entity-item": "How we refer to entities of type item. See 
also Wikidata's glossary on 
[[d:Wikidata:Glossary#item|item]].\n{{Identical|Item}}",
-       "wikibase-entity-property": "How we refer to entities of type property. 
See also Wikidatas glossary on 
[[d:Wikidata:Glossary#entity|entity]].\n{{Identical|Property}}",
-       "wikibase-entity-query": "How we refer to entities of type query. See 
also Wikidatas glossary on 
[[d:Wikidata:Glossary#entity|entity]].\n{{Identical|Query}}",
        "wikibase-deletedentity-item": "Message displayed instead of an Item's 
label if the Item has been deleted (see [[d:Wikidata:Glossary]]).\n\nSee 
also:\n* {{msg-mw|Wikibase-entity-item}}\n* 
{{msg-mw|Wikibase-deletedentity-property}}\n* 
{{msg-mw|Wikibase-deletedentity-query}}",
        "wikibase-deletedentity-property": "Message displayed instead of a 
Property's label if the Property has been deleted (see 
[[d:Wikidata:Glossary]]).\n\nSee also:\n* 
{{msg-mw|Wikibase-entity-property}}\n* 
{{msg-mw|Wikibase-deletedentity-item}}\n* 
{{msg-mw|Wikibase-deletedentity-query}}",
        "wikibase-deletedentity-query": "Message displayed instead of a Query's 
label if the Query has been deleted (see [[d:Wikidata:Glossary]]).\n\nSee 
also:\n* {{msg-mw|Wikibase-entity-query}}\n* 
{{msg-mw|Wikibase-deletedentity-item}}\n* 
{{msg-mw|Wikibase-deletedentity-property}}",
-       "wikibase-diffview-reference": "Label within the header of a 
diff-operation on the entity diff view to describe that the diff-operation 
affects a reference. Will be shown as e.g. \"claim / property q1 / 
reference\".\n{{Identical|Reference}}",
-       "wikibase-diffview-rank": "Label within the header of a diff-operation 
on the entity diff view to describe that the diff-operation affects the rank of 
the statement. Will be shown as e.g. \"claim / property q1 / 
rank\".\n{{Identical|Rank}}",
-       "wikibase-diffview-rank-preferred": "The 
[[d:Wikidata:Glossary#Rank-preferred|Preferred Rank]] to be shown in diffs.",
-       "wikibase-diffview-rank-normal": "The 
[[d:Wikidata:Glossary#Rank-normal|Normal Rank]] to be shown in diffs.",
-       "wikibase-diffview-rank-deprecated": "The 
[[d:Wikidata:Glossary#Rank-deprecated|Deprecated Rank]] to be shown in diffs.",
-       "wikibase-diffview-qualifier": "Label within the header of a 
diff-operation on the entity diff view to describe that the diff-operation 
affects a qualifier. Will be shown as e.g. \"claim / property q1 / 
qualifier\".",
-       "wikibase-diffview-label": "Sub heading for label changes in a 
diff.\n{{Identical|Label}}",
-       "wikibase-diffview-alias": "Sub heading for alias changes in a 
diff\n{{Identical|Alias}}",
-       "wikibase-diffview-description": "Sub heading for description changes 
in a diff.\n{{Identical|Description}}",
-       "wikibase-diffview-link": "Sub heading for link changes in a 
diff.\n{{Identical|Link}}",
        "wikibase-error-unexpected": "Generic error messaged used for reporting 
unknown exception.\n\nParameters:\n* $1 - the raw, unlocalized error 
message\n{{Identical|Error}}",
        "wikibase-error-save-generic": "Generic error message for an error 
happening during a save operation.",
        "wikibase-error-remove-generic": "Generic error message for an error 
happening during a remove operation",
@@ -62,7 +49,6 @@
        "wikibase-parse-error-entity-id": "An error used by the API (in 
particular, by wbparsevalue) to indicate that the user input could not be 
parsed as an entity id",
        "wikibase-parse-error-quantity": "An error used by the API (in 
particular, by wbparsevalue) to indicate that the user input could not be 
parsed as a quantity",
        "wikibase-parse-error-time": "An error used by the API (in particular, 
by wbparsevalue) to indicate that the user input could not be parsed as a time",
-       "wikibase-replicationnote": "Note telling the user that it can take a 
few minutes until the made changes are visible on all wikis.\nPreceded by 
message {{msg-mw|Wikibase-linkitem-success-link}}",
        "wikibase-sitelinks-wikipedia": "[[File:Screenshot WikidataRepo 
2012-05-13 A.png|right|0x150px]]\nHeader messages for pages on different 
Wikipedias linked to this item. Similar messages can be created for each group 
of target sites, depending on configuration.\nSee also Wikidatas glossary for 
[[d:Wikidata:Glossary#sitelinks|site links]] and 
[[d:Wikidata:Glossary#Item|item]].\n{{Related|Wikibase-sitelinks}}",
        "wikibase-sitelinks-sitename-columnheading": "Site links table column 
heading for the column containing the language names.\n{{Identical|Language}}",
        "wikibase-sitelinks-sitename-columnheading-special": "Site links table 
column heading for the sitename column for special sites such as e.g. 
Commons.\n{{Identical|Site}}",
@@ -107,6 +93,5 @@
        "wikibase-time-precision-BCE-10annum": "!!DO NOT TRANSLATE!! Used to 
present a point in time BCE (before current era) with the precession of 10 
years\n{{Related|Wikibase-time-precision}}",
        "wikibase-monolingualtext": "Format for displaying monolingual text 
(along with a language name).\n\nParameters:\n* $1 - the text\n* $2 - the code 
of the language of the text\n* $3 - the name of the language of the text, in 
the user's language.",
        "wikibase-snakformatter-valuetype-mismatch": "Warning shown when if the 
data value type used by a Snak's (see [[d:Wikidata:Glossary]]) property's data 
type is different from the type of the Snak's actual value.\n\nParameters:\n* 
$1 - data value type of the property-value Snak's value.\n* $2 - data value 
type used by the data type used in the property which is used by the 
property-value Snak",
-       "wikibase-snakformatter-property-not-found": "Warning shown when a 
Snak's (see [[d:Wikidata:Glossary]]) data type could not be determined based on 
the Snak's property ID.",
-       "wikibase-add-badges": "Title for an empty (dummy) badge sign that asks 
the user to add badges to a sitelink."
+       "wikibase-snakformatter-property-not-found": "Warning shown when a 
Snak's (see [[d:Wikidata:Glossary]]) data type could not be determined based on 
the Snak's property ID."
 }
diff --git a/repo/i18n/en.json b/repo/i18n/en.json
index 670ec77..5b82521 100644
--- a/repo/i18n/en.json
+++ b/repo/i18n/en.json
@@ -14,6 +14,9 @@
        },
        "wikibase-desc": "Structured data repository",
        "specialpages-group-wikibaserepo": "Wikibase repository",
+       "wikibase-entity-item": "item",
+       "wikibase-entity-property": "property",
+       "wikibase-entity-query": "query",
        "wikibase-edit": "edit",
        "wikibase-save": "save",
        "wikibase-cancel": "cancel",
@@ -28,6 +31,16 @@
        "wikibase-description-empty": "No description defined yet",
        "wikibase-description-edit-placeholder": "enter a description",
        "wikibase-description-edit-placeholder-language-aware": "enter a 
description in $1",
+       "wikibase-diffview-reference": "reference",
+       "wikibase-diffview-rank": "rank",
+       "wikibase-diffview-rank-preferred": "Preferred rank",
+       "wikibase-diffview-rank-normal": "Normal rank",
+       "wikibase-diffview-rank-deprecated": "Deprecated rank",
+       "wikibase-diffview-qualifier": "qualifier",
+       "wikibase-diffview-label": "label",
+       "wikibase-diffview-alias": "aliases",
+       "wikibase-diffview-description": "description",
+       "wikibase-diffview-link": "links",
        "wikibase-sitelink-site-edit-placeholder": "site",
        "wikibase-sitelink-page-edit-placeholder": "page",
        "wikibase-alias-edit-placeholder": "enter an alias",
@@ -381,6 +394,7 @@
        "wikibase-listdatatypes-url-body": "Literal data field for a URL. URLs 
are restricted to the protocols also supported for external links in wikitext.",
        "wikibase-concept-uri": "Concept URI",
        "wikibase-concept-uri-tooltip": "URI that identifies the concept 
described by this item",
+       "wikibase-add-badges": "Add badges",
        "datatypes-type-url": "URL",
        "content-model-wikibase-item": "Wikibase item",
        "content-model-wikibase-property": "Wikibase property",
diff --git a/repo/i18n/qqq.json b/repo/i18n/qqq.json
index 1a8f8cd..351a47c 100644
--- a/repo/i18n/qqq.json
+++ b/repo/i18n/qqq.json
@@ -39,6 +39,9 @@
                ]
        },
        "wikibase-desc": 
"{{desc|name=Wikibase|url=http://www.mediawiki.org/wiki/Extension:Wikibase}}\nSee
 also [[d:Wikidata:Glossary#Wikidata|Wikidata]].",
+       "wikibase-entity-item": "How we refer to entities of type item. See 
also Wikidata's glossary on 
[[d:Wikidata:Glossary#item|item]].\n{{Identical|Item}}",
+       "wikibase-entity-property": "How we refer to entities of type property. 
See also Wikidatas glossary on 
[[d:Wikidata:Glossary#entity|entity]].\n{{Identical|Property}}",
+       "wikibase-entity-query": "How we refer to entities of type query. See 
also Wikidatas glossary on 
[[d:Wikidata:Glossary#entity|entity]].\n{{Identical|Query}}",
        "specialpages-group-wikibaserepo": "{{doc-special-group|that=are 
related to the Wikibase (repository) extension|like=[[Special:NewItem]], 
[[Special:NewProperty]], [[Special:ItemByTitle]], 
[[Special:ItemDisambiguation]], [[Special:ItemsWithoutSitelinks]], 
[[Special:SetLabel]], [[Special:SetDescription]], [[Special:SetAliases]], 
[[Special:EntitiesWithoutLabel]], [[Special:EntityData]], 
[[Special:ListDatatypes]], [[Special:DispatchStats]]}}\nSee example: 
[[d:Special:SpecialPages#mw-specialpagesgroup-wikibaserepo|d:Special:SpecialPages]]",
        "wikibase-edit": "[[File:Screenshot WikidataRepo 2012-05-13 
F.png|right|0x150px]]\n[[File:Screenshot WikidataRepo 2012-05-13 
A.png|right|0x150px]]\nThis is a generic text used for a link (fig. 1 and 3 on 
[[m:Wikidata/Notes/JavaScript ui implementation]]) that puts the user interface 
into edit mode for an existing element of some kind.\n{{Identical|Edit}}",
        "wikibase-save": "[[File:Screenshot WikidataRepo 2012-05-13 
G.png|right|0x150px]]\nThis is a generic text used for a link (fig. 2 on 
[[m:Wikidata/Notes/JavaScript ui implementation]]) that saves what the user has 
done while the user interface has been in edit mode.\n\nUsed as <code>$1</code> 
in {{msg-mw|Wikibase-shortcopyrightwarning}}.\n{{Identical|Save}}",
@@ -46,6 +49,16 @@
        "wikibase-add": "[[File:Screenshot WikidataRepo 2012-05-13 
F.png|right|0x150px]]\n[[File:Screenshot WikidataRepo 2012-05-13 
A.png|right|0x150px]]\nThis is a generic text used for a link (fig. 3 on 
[[m:Wikidata/Notes/JavaScript ui implementation]]) that puts the user interface 
into edit mode for an additional element of some kind.\n{{Identical|Add}}",
        "wikibase-addqualifier": "Label of the link to add a qualifier (see 
[[d:Wikidata:Glossary]]) to a claim or statement.",
        "wikibase-addreference": "Label of the link to add a reference (see 
[[d:Wikidata:Glossary]]) to a statement.",
+       "wikibase-diffview-reference": "Label within the header of a 
diff-operation on the entity diff view to describe that the diff-operation 
affects a reference. Will be shown as e.g. \"claim / property q1 / 
reference\".\n{{Identical|Reference}}",
+       "wikibase-diffview-rank": "Label within the header of a diff-operation 
on the entity diff view to describe that the diff-operation affects the rank of 
the statement. Will be shown as e.g. \"claim / property q1 / 
rank\".\n{{Identical|Rank}}",
+       "wikibase-diffview-rank-preferred": "The 
[[d:Wikidata:Glossary#Rank-preferred|Preferred Rank]] to be shown in diffs.",
+       "wikibase-diffview-rank-normal": "The 
[[d:Wikidata:Glossary#Rank-normal|Normal Rank]] to be shown in diffs.",
+       "wikibase-diffview-rank-deprecated": "The 
[[d:Wikidata:Glossary#Rank-deprecated|Deprecated Rank]] to be shown in diffs.",
+       "wikibase-diffview-qualifier": "Label within the header of a 
diff-operation on the entity diff view to describe that the diff-operation 
affects a qualifier. Will be shown as e.g. \"claim / property q1 / 
qualifier\".",
+       "wikibase-diffview-label": "Sub heading for label changes in a 
diff.\n{{Identical|Label}}",
+       "wikibase-diffview-alias": "Sub heading for alias changes in a 
diff\n{{Identical|Alias}}",
+       "wikibase-diffview-description": "Sub heading for description changes 
in a diff.\n{{Identical|Description}}",
+       "wikibase-diffview-link": "Sub heading for link changes in a 
diff.\n{{Identical|Link}}",
        "wikibase-save-inprogress": "[[File:Screenshot WikidataRepo 2012-05-25 
L.png|right|350px]]\n[[File:Screenshot WikidataRepo 2012-05-25 
J.png|right|350px]]\n[[File:Screenshot WikidataRepo 2012-05-25 
K.png|right|350px]]\nThis is a generic placeholder message used while a save is 
in progress, and replaces the save and cancel links.\n{{Identical|Saving}}",
        "wikibase-remove-inprogress": "[[File:Screenshot WikidataRepo 
2012-05-25 L.png|right|350px]]\n[[File:Screenshot WikidataRepo 2012-05-25 
M.png|right|350px]]\nThis is a generic placeholder message used while a remove 
is in progress, and replaces the edit and remove.",
        "wikibase-label-empty": "Placeholder message displayed instead of the 
item's label in case no label has been specified yet. This message is displayed 
only when the user has JavaScript disabled. (When JavaScript is enabled, an 
input box will be displayed instead.)",
@@ -414,5 +427,6 @@
        "right-item-merge": "{{doc-right|item-merge}}\nRight to alter the 
contents of 
[[d:Special:MyLanguage/Wikidata:Glossary#Item|items]].\n{{Identical|Merge 
item}}",
        "right-item-redirect": "{{doc-right|item-redirect}}\nRight to create 
[[d:Special:MyLanguage/Wikidata:Glossary#Item|item]] redirects after merging 
items.",
        "right-property-term": "{{doc-right|property-term}}\nRight to alter the 
[[d:Wikidata:Glossary#Term|terms]] of [[d:Wikidata:Glossary#Item|items]].",
-       "right-property-create": "{{doc-right|property-create}}\nRight to 
create new [[d:Wikidata:Glossary#Property|properties]]."
+       "right-property-create": "{{doc-right|property-create}}\nRight to 
create new [[d:Wikidata:Glossary#Property|properties]].",
+       "wikibase-add-badges": "Title for an empty (dummy) badge sign that asks 
the user to add badges to a sitelink."
 }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I3dc58b8d7ae3d3520479513be81bab09471705a5
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Wikibase
Gerrit-Branch: master
Gerrit-Owner: Adrian Lang <adrian.l...@wikimedia.de>

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

Reply via email to