mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Popups
synced 2024-11-16 12:12:47 +00:00
671c39ef4a
This adds support for preview popups on reference/footnotes from the Cite extension. For that a new preview type was introduced and integrated into the existing structures. The essential starting points were this code comes into action are added behind the feature flag introduced in the previous patches. Bug: T213415 Change-Id: Ie0ccb03117bd654373d0f458b62cc52018361c67
39 lines
2.9 KiB
JSON
39 lines
2.9 KiB
JSON
{
|
||
"@metadata": {
|
||
"authors": [
|
||
"Shirayuki",
|
||
"Liuxinyu970226",
|
||
"Robby",
|
||
"Nemo bis",
|
||
"Mateon1",
|
||
"Mar(c)",
|
||
"Umherirrender"
|
||
]
|
||
},
|
||
"popups-message": "{{name}}\nName shown in user preference for this extension",
|
||
"popups-desc": "{{desc|name=Popups|url=https://www.mediawiki.org/wiki/Extension:Popups}}",
|
||
"popups-settings-title": "Title used for the setting's dialog",
|
||
"popups-settings-option-simple": "Title for the reader popup option\n{{Identical|Enable}}",
|
||
"popups-settings-option-simple-description": "Description for the reader popup option",
|
||
"popups-settings-option-advanced": "Title for the editor or Navigation Popups gadget option\n{{Identical|Advanced}}",
|
||
"popups-settings-option-advanced-description": "Description for the editor or Navigation Popups gadget option",
|
||
"popups-settings-option-off": "Title to turn off popups option.\n\nSee also:\n* {{msg-mw|Popups-settings-enable}}\n{{Identical|Disable}}",
|
||
"popups-settings-save": "Save button for the setting's dialog\n{{Identical|Save}}",
|
||
"popups-settings-help-ok": "Confirmation button after showing how to re-enable page previews.\n{{Identical|Done}}",
|
||
"popups-settings-cancel": "Cancel button for the setting's dialog\n{{Identical|Cancel}}",
|
||
"popups-settings-help": "Help text explaining how to re-enable popups",
|
||
"popups-settings-enable": "Link on the footer to enable popups if its disabled.\n\nSee also:\n* {{msg-mw|Popups-settings-option-off}}",
|
||
"popups-preview-no-preview": "The message shown to the user when a preview can't be generated.",
|
||
"popups-preview-footer-read": "The link shown to the user when a preview can't be generated.",
|
||
"popups-preview-disambiguation": "The description shown on a preview for a disambiguation page",
|
||
"popups-preview-disambiguation-link": "The link shown on a preview for a disambiguation page",
|
||
"prefs-reading": "Title for 'Reading preferences' section on preferences page; it's a magic message derived from PREVIEWS_PREFERENCES_SECTION (see commit f597e34)",
|
||
"popups-prefs-optin-title": "Title for Page Previews option (description for Page Previews option)",
|
||
"popups-prefs-optin-enabled-label": "Label for Page Previews opt in\n{{Identical|Enable}}",
|
||
"popups-prefs-optin-disabled-label": "Label for Page Previews opt out\n{{Identical|Disable}}",
|
||
"popups-prefs-disable-nav-gadgets-info": "Help message telling to disable Navigation Popups gadget in order to enable page previews.\n\nParameters:\n* $1 – Link to the Gadgets tab of Preferences",
|
||
"popups-prefs-conflicting-gadgets-info": "Help message informing about possible conflicts with other gadgets/customizations",
|
||
"popups-refpreview-footnote": "Default heading for popups that show previews of footnotes as provided by the Cite extension's <ref> tags (also known as references).",
|
||
"popups-refpreview-jump-to-reference": "Label for a link at the bottom of a footnote popup that makes the focus jump down to the original footnote on the page."
|
||
}
|