mediawiki-extensions-Popups/i18n/en.json
Jon Robson fef3740fa5 Clean up preferences code
- Reference preview preferences should be defined inside Cite
- Don't use constants for seldom used strings to make the code
more readable.
- The lightweght ext.popups module is now always sent to the user
This was a micro-optimization and not necessary to do

Bug: T365538
Depends-On: Ic479c0a381ee16d1abcecfdd5ee48f0afccc1d3f
Change-Id: Ie8fa1672b9fdbb1c6b840dde5c9060a20a625adb
2024-09-20 19:06:38 +00:00

27 lines
1.6 KiB
JSON

{
"@metadata": {
"authors": []
},
"popups-message": "Previews",
"popups-desc": "Displays preview popups when the user hovers over a link",
"popups-settings-title": "Previews",
"popups-settings-option-page": "Page previews",
"popups-settings-option-page-description": "Get quick previews of a topic while reading a page.",
"popups-settings-option-reference": "Reference previews",
"popups-settings-option-reference-description": "Get quick previews of a reference while reading a page.",
"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": "Edit preview settings",
"popups-settings-icon-gear-title": "Change page preview settings",
"popups-preview-no-preview": "There was an issue displaying this preview",
"popups-preview-footer-read": "Go to this page",
"popups-preview-disambiguation": "This title relates to more than one page",
"popups-preview-disambiguation-link": "View similar pages",
"prefs-reading": "Reading preferences",
"popups-prefs-optin": "Enable page previews (get quick previews of a topic while reading a page)",
"popups-prefs-disable-nav-gadgets-info": "You have to [[$1|disable the Navigation popups gadget]] in your Gadgets preferences to enable page previews.",
"popups-prefs-conflicting-gadgets-info": "Certain gadgets and other customizations may affect the performance of this feature. If you experience problems please review your gadgets and user scripts, including global ones."
}