mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Gadgets
synced 2024-12-03 19:36:19 +00:00
9c5b7cef9e
For each item, either display human-readable and translated text, or display a technical non-translatable identifier as `<code>`, with optional localised text in the title attribute. * Re-format "rights" as a sentence instead of a bullet list. It was the only one using a bullet list, which made it feel a bit long. * Re-format "actions" as `<code>` since they are not localised. * Re-format "contentModels" as `<code>`, and add the localised display name in a title attribute, same as we do with "rights" already. ContentHandler::getLocalizedName() is also used already on Special:ChangeContentModel. * Fix "contentModels" to set `needLineBreakAfter = true`, otherwise if a gadget also sets "supportsUrlLoad", then that sentence is appended to the previous line. Update phrasing and sorting to be consistent everywhere, and adopt native PHP types where possible. In most cases, I made things alphabetical, with the exception of Special:Gadgets user interface output, and Gadget class methods, which both follow the order of most recently added feature last (rights, skins, actions, namespaces, contentmodels, categories). Highlights: * Fix namespace IDs type. These can be strings when they are parsed from the gadget definition text, not always integers. * Add explicit default for 'category'. In theory not needed because MediaWikiGadgetsDefinitionRepo has a `$section = '';` default, and MediaWikiGadgetsJsonRepo uses GadgetDefinitionContentHandler where `category: ''` is part of both the initial page content, as well as merged via getDefaultMetadata. This default benefits simpler test cases, and static analysis, since the Gadget class constructor does not (yet) require it. Without this, getCategory() could TypeError due to returning null. Bug: T63007 Change-Id: I3b2c72a6424d520431d03761d23a5a222518ce3d
66 lines
6.5 KiB
JSON
66 lines
6.5 KiB
JSON
{
|
|
"@metadata": {
|
|
"authors": [
|
|
"Daniel Kinzler, brightbyte.de"
|
|
]
|
|
},
|
|
"gadgets-desc": "Lets users select custom [[Special:Gadgets|CSS and JavaScript gadgets]] in their [[Special:Preferences#mw-prefsection-gadgets|preferences]]",
|
|
"prefs-gadgets": "Gadgets",
|
|
"prefs-description-gadgets": "Enable additional features for your account.",
|
|
"gadgets-prefstext": "Below is a list of special gadgets you can enable for your account.\nThese gadgets are mostly based on JavaScript, so JavaScript has to be enabled in your browser for them to work.\nNote that these gadgets will have no effect on this preferences page.\n\nAlso note that these special gadgets are not part of the MediaWiki software, and are usually developed and maintained by users on your local wiki.\nLocal interface administrators can edit the [[MediaWiki:Gadgets-definition|definitions]] of available gadgets, and local administrators can edit their [[Special:Gadgets|descriptions]], where you can see the source code of each gadget. The numbers of users for each gadget on this wiki is listed at [[Special:GadgetUsage|Gadget usage statistics]].",
|
|
"gadgets-prefstext-safemode": "Gadgets are currently unavailable as safe mode has been enabled. Please [[#mw-input-wpforcesafemode|disable safe mode]] to use gadgets.",
|
|
"special-gadgets": "Gadgets",
|
|
"gadgetusage": "Gadget usage statistics",
|
|
"gadgetusage-gadget": "Gadget",
|
|
"gadgetusage-usercount": "Number of users",
|
|
"gadgetusage-noresults": "No gadgets found.",
|
|
"gadgetusage-intro": "This table indicates the number of users who have enabled each gadget on this wiki. An active user is counted as someone who has made an edit in the last {{PLURAL:$1|day|$1 days}}. This list excludes stats for gadgets enabled for everyone by default and may include gadgets that are no longer available.",
|
|
"gadgetusage-intro-noactive": "This table indicates the number of users who have enabled each gadget on this wiki. This list excludes stats for gadgets enabled for everyone by default and may include gadgets that are no longer available.",
|
|
"gadgetusage-activeusers": "Active users",
|
|
"gadgetusage-default": "Default",
|
|
"gadgets-definition": "",
|
|
"gadgets-title": "Gadgets",
|
|
"gadgets-pagetext": "Below is a list of special gadgets users can enable on their [[Special:Preferences#mw-prefsection-gadgets|preferences page]], as defined by the [[MediaWiki:Gadgets-definition|definitions]].\nThis overview provides easy access to the system message pages that define each gadget's description and code.",
|
|
"gadgets-editdescription": "Edit description",
|
|
"gadgets-viewdescription": "View description",
|
|
"gadgets-uses": "Uses",
|
|
"gadgets-required-rights": "Requires the following {{PLURAL:$2|right|rights}}: $1.",
|
|
"gadgets-required-skins": "Available for the {{PLURAL:$2|$1 skin|following skins: $1}}.",
|
|
"gadgets-required-actions": "Limited to the {{PLURAL:$2|\"$1\" page action|following page actions: $1}}.",
|
|
"gadgets-required-namespaces": "Limited to {{PLURAL:$2|namespace $1|the following namespaces: $1}}.",
|
|
"gadgets-required-categories": "Limited to {{PLURAL:$2|category $1|the following categories: $1}}.",
|
|
"gadgets-required-contentmodels": "Limited to {{PLURAL:$2|content model $1|the following content models: $1}}.",
|
|
"gadgets-default": "Enabled for everyone by default.",
|
|
"gadgets-legacy": "Gadget is not loaded. Please migrate to ResourceLoader. ([https://www.mediawiki.org/wiki/Special:MyLanguage/ResourceLoader/Migration_guide_(users) Learn more])",
|
|
"gadgets-packaged": "This gadget is [https://www.mediawiki.org/wiki/ResourceLoader/Package_files packaged], with entry point being $1",
|
|
"gadgets-export": "Export",
|
|
"gadgets-export-title": "Gadget export",
|
|
"gadgets-not-found": "Gadget \"$1\" not found.",
|
|
"gadgets-export-text": "To export the $1 gadget, click on \"{{int:gadgets-export-download}}\" button, save the downloaded file,\ngo to Special:Import on the destination wiki and upload it. Then add the following to MediaWiki:Gadgets-definition page:\n<pre>$2</pre>\nYou must have appropriate permissions on the destination wiki (including the right to edit system messages) and import from file uploads must be enabled.",
|
|
"gadgets-export-download": "Download",
|
|
"gadgets-requires-es6": "This gadget is only supported on ES6-compliant browsers",
|
|
"gadgets-validate-notset": "The property <code>$1</code> is not set.",
|
|
"gadgets-validate-wrongtype": "The property <code>$1</code> must be <code>$2</code> instead of <code>$3</code>.",
|
|
"gadgets-validate-json": "JSON files are specified but not used. They are only valid in packaged gadgets.",
|
|
"gadgets-validate-es6default": "Gadgets requiring ES6 cannot be enabled by default.",
|
|
"gadgets-validate-noentrypoint": "Package flag ignored as no script files are specified.",
|
|
"gadgets-validate-noscripts": "Scripts are ignored, because this gadget sets <code>type=styles</code>.",
|
|
"gadgets-validate-stylepeers": "Peer gadgets are ignored, because this is a styles-only gadget. Set <code>type=general</code> to override.",
|
|
"gadgets-validate-scriptsnotallowed": "Scripts and data files are not used, because this gadget sets <code>type=styles</code>.",
|
|
"gadgets-validate-invalidjs": "Script $1 is not used, due to invalid content model \"$2\".",
|
|
"gadgets-validate-invalidcss": "Stylesheet $1 is not used, due to invalid content model \"$2\".",
|
|
"gadgets-validate-invalidjson": "Data page $1 is not used, due to invalid content model \"$2\".",
|
|
"gadgets-validate-nopeer": "Peer gadget \"$1\" is ignored, because it does not exist.",
|
|
"gadgets-validate-invalidpeer": "Peer gadget \"$1\" is ignored, because it is not a styles-only gadget.",
|
|
"gadgets-validate-invalidactions": "The following {{PLURAL:$2|action is|actions are}} not recognized: $1",
|
|
"gadgets-validate-invalidcontentmodels": "The following content {{PLURAL:$2|model does|models do}} not exist: $1",
|
|
"gadgets-validate-invalidnamespaces": "The following namespace {{PLURAL:$2|number does|numbers do}} not exist: $1",
|
|
"gadgets-validate-invalidskins": "The following {{PLURAL:$2|skin does|skins do}} not exist: $1",
|
|
"gadgets-validate-invalidrights": "The following {{PLURAL:$2|right does|rights do}} not exist: $1",
|
|
"gadgets-validate-invalidtitle": "Page title \"$1\" is invalid",
|
|
"gadgets-validate-unknownpages": "Contains one or more pages without .js, .css or .json suffix. They would not be used.",
|
|
"gadgets-validate-duplicate": "A second definition of gadget $1 was detected and shall be ignored",
|
|
"gadgets-validate-nopage": "Page \"$1\" does not exist.",
|
|
"gadgets-supports-urlload": "This gadget supports loading via URL with <code>?withgadget</code> query parameter."
|
|
}
|