Merge "Avoid self-references, and refer instead to "source mode""

This commit is contained in:
jenkins-bot 2013-07-02 16:29:46 +00:00 committed by Gerrit Code Review
commit 07891660c9

View file

@ -15,7 +15,7 @@ $messages['en'] = array(
'tooltip-ca-editsource' => 'Edit 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', 'tooltip-ca-ve-edit' => 'Edit this page with VisualEditor',
'visualeditor' => 'VisualEditor', 'visualeditor' => 'VisualEditor',
'visualeditor-aliennode-tooltip' => 'Sorry, this element cannot yet be edited using VisualEditor', 'visualeditor-aliennode-tooltip' => 'Sorry, this element can only be edited in source mode for now.',
'visualeditor-annotationbutton-bold-tooltip' => 'Bold', 'visualeditor-annotationbutton-bold-tooltip' => 'Bold',
'visualeditor-annotationbutton-italic-tooltip' => 'Italic', 'visualeditor-annotationbutton-italic-tooltip' => 'Italic',
'visualeditor-annotationbutton-link-tooltip' => 'Link', 'visualeditor-annotationbutton-link-tooltip' => 'Link',
@ -50,7 +50,7 @@ $messages['en'] = array(
'visualeditor-dialog-meta-languages-code-label' => 'Language code', 'visualeditor-dialog-meta-languages-code-label' => 'Language code',
'visualeditor-dialog-meta-languages-label' => 'Languages', 'visualeditor-dialog-meta-languages-label' => 'Languages',
'visualeditor-dialog-meta-languages-link-label' => 'Linked page', 'visualeditor-dialog-meta-languages-link-label' => 'Linked page',
'visualeditor-dialog-meta-languages-readonlynote' => 'This is a list of pages in other languages that are linked to this one; it cannot yet be edited using VisualEditor', 'visualeditor-dialog-meta-languages-readonlynote' => 'This is a list of pages in other languages that are linked to this one; for now, it can only be edited in source mode.',
'visualeditor-dialog-meta-languages-section' => 'Languages', 'visualeditor-dialog-meta-languages-section' => 'Languages',
'visualeditor-dialog-meta-title' => 'Page settings', 'visualeditor-dialog-meta-title' => 'Page settings',
'visualeditor-dialog-reference-content-section' => 'Reference content', 'visualeditor-dialog-reference-content-section' => 'Reference content',
@ -130,7 +130,7 @@ $messages['en'] = array(
'visualeditor-reference-search-create' => 'Create new source', 'visualeditor-reference-search-create' => 'Create new source',
'visualeditor-reference-search-reuse' => 'Use an existing source', 'visualeditor-reference-search-reuse' => 'Use an existing source',
'visualeditor-referencelist-isempty' => 'There are no references with the group "$1" on this page.', '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 cannot yet be edited with VisualEditor.', 'visualeditor-referencelist-missingref' => 'This reference is defined in a template or other generated block, and for now can only be edited in source mode.',
'visualeditor-savedialog-label-create' => 'Create page', 'visualeditor-savedialog-label-create' => 'Create page',
'visualeditor-savedialog-label-error' => 'Error', 'visualeditor-savedialog-label-error' => 'Error',
'visualeditor-savedialog-label-report' => 'Report problem', 'visualeditor-savedialog-label-report' => 'Report problem',