mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Popups
synced 2024-12-22 03:52:52 +00:00
0282b9648f
Improving Hovercards' settings dialog to fulfill design specification. Also fixing HTML structure by removing invalid `radiogroup` element and adding missing `</div>` element, fixing related QUnit test. Changes: * Add close icon instead of using text * Style header as a table for alignment * Remove redundant "OK" button and have it replace "Save" instead * Update text of "OK" button to "Done" * Fix description for translation of "Done" button * Fix qunit and selenium tests * Remove unnecessary markup and less * Add mediawiki-ui-button and mediawiki-ui-icon dependencies * Shrink dialog width some per design spec * Fix dialog horizontal position calculation to remove hard-coded value Bug: T138612 Change-Id: I7395e3438836149becdd576942bdaf6f21b4163f
32 lines
2.3 KiB
JSON
32 lines
2.3 KiB
JSON
{
|
|
"@metadata": {
|
|
"authors": [
|
|
"Shirayuki",
|
|
"Liuxinyu970226",
|
|
"Robby",
|
|
"Nemo bis",
|
|
"Mateon1"
|
|
]
|
|
},
|
|
"popups-message": "Name shown in user preference for this extension",
|
|
"popups-desc": "{{desc|name=Popups|url=https://www.mediawiki.org/wiki/Extension:Popups}}",
|
|
"popups-last-edited": "Message to show time span since the page was last edited. Need not include the word \"last\". Parameters:\n* $1 - the timespan in words (localized). e.g. \"3 months ago\"",
|
|
"popups-redirects": "Unused at this time.\n\nMessage shown when the hovercard is showing a redirected page.\n\nParameters:\n* $1 - Redirect target page",
|
|
"popups-settings-title": "Title used for the setting's dialog",
|
|
"popups-settings-description": "Description for the setting's dialog",
|
|
"popups-settings-option-simple": "Title for the reader hovercard option\n{{Identical|Enable}}",
|
|
"popups-settings-option-simple-description": "Description for the reader hovercard option",
|
|
"popups-settings-option-advanced": "Title for the editor or navigation popups option\n{{Identical|Advanced}}",
|
|
"popups-settings-option-advanced-description": "Description for the editor or navigation popups option",
|
|
"popups-settings-option-off": "Title to turn off hovercards option.\n\nSee also:\n* {{msg-mw|Popups-settings-enable}}\n{{Identical|Disable}}",
|
|
"popups-settings-save": "Save buttton for the setting's dialoag\n{{Identical|Save}}",
|
|
"popups-settings-help-ok": "Confirmation button after showing how to re-enable hovercards.",
|
|
"popups-settings-cancel": "Cancel button for the setting's dialog\n{{Identical|Cancel}}",
|
|
"popups-settings-help": "Help text explaining how to re-enable previews",
|
|
"popups-settings-enable": "Link on the footer to enable hovercards if its disabled.\n\nSee also:\n* {{msg-mw|Popups-settings-option-off}}",
|
|
"popups-send-feedback": "Tooltip for the send feedback icon on the hovercard. Should mention that its an external link.\n{{Identical|Send feedback}}",
|
|
"popups-mobile-continue-to-page": "Button label visible in the link preview drawer. When clicked, the browser redirects to the target page.",
|
|
"popups-mobile-dismiss": "Label of button that dismisses the link preview overlay.\n{{Identical|Dismiss}}",
|
|
"popups-mobile-message": "Name shown in user preference for the mobile hovercards feature of this extension"
|
|
}
|