mediawiki-extensions-Cite/modules/ve-cite/i18n/en.json
Ed Sanders 18f616b9b8 VisualEditor: Move code for Cite into this repo
This code has been developed over three years now in the repo of MediaWiki's
integration of VisualEditor. It has grown and developed significantly during
that time, but now is pretty stable. A number of hacks inside the MediaWiki-
VisualEditor code base have been used to prevent this code from being loaded
on wikis where the Cite extension is not deployed, but this state of affairs
is and always was meant to be temporary.

This code is under the MIT licence which is a tad messy, but not impossible.
It's clearly labelled as such. The list of authors has been updated to take
into account the influx of new functionality.

Bug: T41621
Bug: T104928
Change-Id: I39936ed83d5a60471a0a75da753f498e80aef234
2016-02-04 08:41:54 -08:00

46 lines
2.3 KiB
JSON

{
"@metadata": {
"authors": [
"Trevor Parscal",
"Ed Sanders",
"James D. Forrester",
"Raimond Spekking",
"Erik Moeller",
"Moriel Schottlender",
"Yuki Shira",
"Siebrand Mazeland",
"Rob Moen",
"Timo Tijhof",
"Roan Kattouw",
"Christian Williams",
"Amir E. Aharoni"
]
},
"visualeditor-cite-tool-name-book": "Book",
"visualeditor-cite-tool-name-journal": "Journal",
"visualeditor-cite-tool-name-news": "News",
"visualeditor-cite-tool-name-web": "Website",
"cite-ve-dialog-reference-editing-reused": "This reference is used $1 {{PLURAL:$1|times}} on this page.",
"cite-ve-dialog-reference-options-group-label": "Use this group",
"cite-ve-dialog-reference-options-group-placeholder": "General references",
"cite-ve-dialog-reference-options-name-label": "Re-use by this name",
"cite-ve-dialog-reference-options-section": "Options",
"cite-ve-dialog-reference-title": "Reference",
"cite-ve-dialog-reference-useexisting-full-label": "Re-use a citation that already exists on this page",
"cite-ve-dialog-reference-useexisting-label": "Use an existing reference",
"cite-ve-dialog-reference-useexisting-tool": "Re-use",
"cite-ve-dialog-referenceslist-contextitem-description-general": "List of general references",
"cite-ve-dialog-referenceslist-contextitem-description-named": "List of references for group \"$1\"",
"cite-ve-dialog-referenceslist-title": "References list",
"cite-ve-dialogbutton-citation-educationpopup-title": "Citations",
"cite-ve-dialogbutton-citation-educationpopup-text": "Improves your content by adding sources of information. You can cite from books, newspapers and websites.",
"cite-ve-dialogbutton-reference-full-label": "Basic form",
"cite-ve-dialogbutton-reference-tooltip": "Basic",
"cite-ve-dialogbutton-reference-title": "Reference",
"cite-ve-dialogbutton-referenceslist-tooltip": "References list",
"cite-ve-reference-input-placeholder": "Search within current citations",
"cite-ve-referenceslist-isempty": "There are no references with the group \"$1\" on this page to include in this list.",
"cite-ve-referenceslist-isempty-default": "There are no references on this page to include in this list.",
"cite-ve-referenceslist-missingref": "This reference is defined in a template or other generated block, and for now can only be edited in source mode.",
"cite-ve-toolbar-group-label": "Cite"
}