mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Popups
synced 2024-11-12 09:18:59 +00:00
f597e341af
This changes introduces new option on Special:Preferences page that allows users to enable/disable Page Previews feature. By default feature is disabled. Temporarily option in Preferences page is smoke and mirrors as switching logic is still WIP. Bug: T146889 Change-Id: Ifdd17ce265d2d4c7583433ed4991443c563f1fe3
29 lines
1.4 KiB
JSON
29 lines
1.4 KiB
JSON
{
|
|
"@metadata": {
|
|
"authors": []
|
|
},
|
|
"popups-message": "Hovercards",
|
|
"popups-desc": "Displays hovercards with summaries of page contents when the user hovers over a page link",
|
|
"popups-last-edited": "Edited $1",
|
|
"popups-redirects": "redirects to <h3>$1</h3>",
|
|
"popups-settings-title": "Page preview",
|
|
"popups-settings-description": "This tool lets you preview links to wiki pages and to references.",
|
|
"popups-settings-option-simple": "Enable",
|
|
"popups-settings-option-simple-description": "Get quick previews of a topic while reading an article.",
|
|
"popups-settings-option-advanced": "Advanced",
|
|
"popups-settings-option-advanced-description": "See link previews and access editing function menus. This is used by many editors.",
|
|
"popups-settings-option-off": "Disable",
|
|
"popups-settings-save": "Save",
|
|
"popups-settings-help-ok": "Done",
|
|
"popups-settings-cancel": "Cancel",
|
|
"popups-settings-help": "You can turn previews back on using a link in the footer of the page.",
|
|
"popups-settings-enable": "Enable previews",
|
|
"popups-send-feedback": "Send Feedback (external link)",
|
|
"popups-preview-no-preview": "Looks like there isn't a preview for this topic",
|
|
"popups-preview-footer-read": "Read article",
|
|
"prefs-reading": "Reading preferences",
|
|
"popups-prefs-optin-title": "Page previews\n\n<em>Get quick previews of a topic while reading an article</em>",
|
|
"popups-prefs-optin-enabled-label": "Enable previews",
|
|
"popups-prefs-optin-disabled-label": "Disable"
|
|
}
|