mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-28 00:00:49 +00:00
Delete the never-used 'MW alien' Beta Feature hook/i18n
The feature is now available for all, so this won't be needed. Change-Id: I553c9473953651c0963609dd22a895e17c2e2af5
This commit is contained in:
parent
422d82448d
commit
57a86aa0e2
|
@ -325,25 +325,6 @@ class VisualEditorHooks {
|
|||
'skins' => $veConfig->get( 'VisualEditorSupportedSkins' ),
|
||||
)
|
||||
);
|
||||
|
||||
/* Disabling Beta Features option for generic content for now
|
||||
$preferences['visualeditor-enable-mwalienextension'] = array(
|
||||
'version' => '1.0',
|
||||
'label-message' => 'visualeditor-preference-mwalienextension-label',
|
||||
'desc-message' => 'visualeditor-preference-mwalienextension-description',
|
||||
'screenshot' => array(
|
||||
'ltr' => "$iconpath/betafeatures-icon-VisualEditor-alien-ltr.svg",
|
||||
'rtl' => "$iconpath/betafeatures-icon-VisualEditor-alien-rtl.svg",
|
||||
),
|
||||
'info-message' => 'visualeditor-preference-mwalienextension-info-link',
|
||||
'discussion-message' => 'visualeditor-preference-mwalienextension-discussion-link',
|
||||
'requirements' => array(
|
||||
'betafeatures' => array(
|
||||
'visualeditor-enable',
|
||||
),
|
||||
),
|
||||
);
|
||||
*/
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -270,10 +270,6 @@
|
|||
"visualeditor-preference-core-info-link": "\/\/mediawiki.org\/wiki\/Special:MyLanguage\/VisualEditor\/Beta_Features\/General",
|
||||
"visualeditor-preference-core-label": "VisualEditor",
|
||||
"visualeditor-preference-enable": "Enable VisualEditor. It will be available in the following {{PLURAL:$2|namespace|namespaces}}: $1",
|
||||
"visualeditor-preference-mwalienextension-description": "Add experimental basic support to VisualEditor for editing extension tags (like galleries or source code blocks), ahead of individual tools being available. Please remember to always review your changes before saving when using experimental features.",
|
||||
"visualeditor-preference-mwalienextension-discussion-link": "\/\/mediawiki.org\/wiki\/Special:MyLanguage\/Talk:VisualEditor\/Beta_Features\/Generic",
|
||||
"visualeditor-preference-mwalienextension-info-link": "\/\/mediawiki.org\/wiki\/Special:MyLanguage\/VisualEditor\/Beta_Features\/Generic",
|
||||
"visualeditor-preference-mwalienextension-label": "VisualEditor extension tag editing",
|
||||
"visualeditor-recreate": "The page has been deleted since you started editing. Press \"$1\" to recreate it.",
|
||||
"visualeditor-reference-input-placeholder": "Search within current citations",
|
||||
"visualeditor-referenceslist-isempty": "There are no references with the group \"$1\" on this page to include in this list.",
|
||||
|
|
|
@ -279,10 +279,6 @@
|
|||
"visualeditor-preference-core-info-link": "{{optional|Used on [[Special:Preferences]] as a link to a page where users can learn about this Beta Feature. Defaults to a page on MediaWiki.org.}}",
|
||||
"visualeditor-preference-core-label": "Used in [[Special:Preferences]].\n\nUsed as label for checkbox to enable VisualEditor.\n\nThe description for this checkbox is:\n* {{msg-mw|Visualeditor-preference-core-description}}\n{{Identical|VisualEditor}}",
|
||||
"visualeditor-preference-enable": "Label for the user preference to enable VisualEditor while it is in alpha (opt-in) mode.\nLinks are in {{msg-mw|Visualeditor-mainnamespacepagelink}} and {{msg-mw|visualeditor-usernamespacepagelink}}.\n\nParameters:\n* $1 - Comma separated list of namespace names.\n* $2 - Number of namespaces in which it will be used.\n\nSee also:\n* {{msg-mw|Visualeditor-preference-core-description}}",
|
||||
"visualeditor-preference-mwalienextension-description": "Used in [[Special:Preferences]].\n\nUsed as description for the checkbox to enable editing of extension tags in VisualEditor.\n\nThe label for this checkbox is {{msg-mw|Visualeditor-preference-mwalienextension-label}}.",
|
||||
"visualeditor-preference-mwalienextension-discussion-link": "{{optional|Used on [[Special:Preferences]] as a link to a page where users can discuss this Beta Feature. Defaults to a page on MediaWiki.org.}}",
|
||||
"visualeditor-preference-mwalienextension-info-link": "{{optional|Used on [[Special:Preferences]] as a link to a page where users can learn about this Beta Feature. Defaults to a page on MediaWiki.org.}}",
|
||||
"visualeditor-preference-mwalienextension-label": "Used in [[Special:Preferences]].\n\nUsed as label for checkbox to enable editing of [[mw:Manual:Tag_extensions|extension tags]] in VisualEditor.\n\nThe description for this checkbox is:\n* {{msg-mw|Visualeditor-preference-mwalienextension-description}}",
|
||||
"visualeditor-recreate": "Text shown when the editor fails to save the page due to it having been deleted since they opened VE. $1 is the message {{msg-mw|ooui-dialog-process-continue}}.",
|
||||
"visualeditor-reference-input-placeholder": "Placeholder text for reference search field: searches existing on-page references.",
|
||||
"visualeditor-referenceslist-isempty": "Message that appears in the references list when there are no references on the page of that group.\n\nParameters:\n* $1 - reference-group name",
|
||||
|
|
Loading…
Reference in a new issue