mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-29 00:30:44 +00:00
Replace "Edit source" by "{{int:visualeditor-ca-editsource}}"
Spotted by Siddhartha_Ghai http://translatewiki.net/wiki/Thread:Support/About_MediaWiki:Visualeditor-beta-warning/hi Change-Id: I50e3b9c33c71056158b947cd69579411776888b5
This commit is contained in:
parent
393807462e
commit
8ed6dfa542
|
@ -12,10 +12,10 @@ $messages['en'] = array(
|
|||
'guidedtour-tour-vegendersurvey-male' => 'Male',
|
||||
'guidedtour-tour-vegendersurvey-optout' => 'Prefer not to say',
|
||||
'guidedtour-tour-vegendersurvey-title' => 'Please select your gender',
|
||||
'tag-visualeditor' => '[[{{MediaWiki:Visualeditor-descriptionpagelink}}|VisualEditor]]',
|
||||
'tag-visualeditor-description' => 'Edit made using the [[{{MediaWiki:Visualeditor-descriptionpagelink}}|VisualEditor]]',
|
||||
'tag-visualeditor-needcheck' => '[[{{MediaWiki:Visualeditor-descriptionpagelink}}|VisualEditor: Check]]',
|
||||
'tag-visualeditor-needcheck-description' => 'Edit made using the [[{{MediaWiki:Visualeditor-descriptionpagelink}}|VisualEditor]] where the system detected the wikitext possibly having unintended changes.',
|
||||
'tag-visualeditor' => '[[{{int:visualeditor-descriptionpagelink}}|VisualEditor]]',
|
||||
'tag-visualeditor-description' => 'Edit made using the [[{{int:visualeditor-descriptionpagelink}}|VisualEditor]]',
|
||||
'tag-visualeditor-needcheck' => '[[{{int:visualeditor-descriptionpagelink}}|VisualEditor: Check]]',
|
||||
'tag-visualeditor-needcheck-description' => 'Edit made using the [[{{int:visualeditor-descriptionpagelink}}|VisualEditor]] where the system detected the wikitext possibly having unintended changes.',
|
||||
'tooltip-ca-createsource' => 'Create the source code of this page',
|
||||
'tooltip-ca-editsource' => 'Edit the source code of this page',
|
||||
'tooltip-ca-ve-edit' => 'Edit this page with VisualEditor',
|
||||
|
@ -25,7 +25,7 @@ $messages['en'] = array(
|
|||
'visualeditor-annotationbutton-italic-tooltip' => 'Italic',
|
||||
'visualeditor-annotationbutton-link-tooltip' => 'Link',
|
||||
'visualeditor-beta-label' => 'beta',
|
||||
'visualeditor-beta-warning' => 'VisualEditor is in \'beta\'. You may encounter software issues, and you may not be able to edit parts of the page. Click "Edit source" to switch to wikitext mode – unsaved changes will be lost.',
|
||||
'visualeditor-beta-warning' => 'VisualEditor is in \'beta\'. You may encounter software issues, and you may not be able to edit parts of the page. Click "{{int:visualeditor-ca-editsource}}" to switch to wikitext mode – unsaved changes will be lost.',
|
||||
'visualeditor-browserwarning' => 'You are using a browser which is not officially supported by VisualEditor.',
|
||||
'visualeditor-ca-createsource' => 'Create source',
|
||||
'visualeditor-ca-editsource' => 'Edit source',
|
||||
|
@ -136,7 +136,7 @@ $messages['en'] = array(
|
|||
'visualeditor-parameter-search-no-unused' => 'No unused parameters',
|
||||
'visualeditor-parameter-search-unknown' => 'Unknown parameter',
|
||||
'visualeditor-preference-betatempdisable' => 'Temporarily disable VisualEditor while it is in beta',
|
||||
'visualeditor-preference-enable' => 'Enable VisualEditor (only in the [[{{MediaWiki:Visualeditor-mainnamespacepagelink}}|main]] and [[{{MediaWiki:Visualeditor-usernamespacepagelink}}|user]] namespaces)',
|
||||
'visualeditor-preference-enable' => 'Enable VisualEditor (only in the [[{{int:visualeditor-mainnamespacepagelink}}|main]] and [[{{int:visualeditor-usernamespacepagelink}}|user]] namespaces)',
|
||||
'visualeditor-reference-input-placeholder' => 'What do you want to reference?',
|
||||
'visualeditor-referencelist-isempty' => 'There are no references with the group "$1" on this page.',
|
||||
'visualeditor-referencelist-missingref' => 'This reference is defined in a template or other generated block, and for now can only be edited in source mode.',
|
||||
|
@ -163,7 +163,7 @@ $messages['en'] = array(
|
|||
'visualeditor-toolbar-savedialog' => 'Save page',
|
||||
'visualeditor-usernamespacepagelink' => 'Project:User namespace',
|
||||
'visualeditor-viewpage-savewarning' => 'Are you sure you want to go back to view mode without saving first?',
|
||||
'visualeditor-wikitext-warning' => 'You are using VisualEditor - [[{{MediaWiki:Visualeditor-wikitext-warning-link}}|wikitext]] does not work here. Click "{{MediaWiki:Visualeditor-ca-editsource}}" to edit the page in wikitext mode – unsaved changes will be lost.',
|
||||
'visualeditor-wikitext-warning' => 'You are using VisualEditor - [[{{int:visualeditor-wikitext-warning-link}}|wikitext]] does not work here. Click "{{int:visualeditor-ca-editsource}}" to edit the page in wikitext mode – unsaved changes will be lost.',
|
||||
'visualeditor-wikitext-warning-link' => 'Help:Wiki markup',
|
||||
'visualeditor-wikitext-warning-title' => 'Wikitext markup detected',
|
||||
'visualeditor-window-title' => 'Inspect',
|
||||
|
|
Loading…
Reference in a new issue