language/english/core.json
changeset 1343 2a31905a567d
parent 1295 3c9c1b18567b
child 1378 e58294b867c1
--- a/language/english/core.json	Thu Jun 02 05:24:38 2011 -0400
+++ b/language/english/core.json	Thu Jun 02 05:28:28 2011 -0400
@@ -387,10 +387,16 @@
 			msg_have_draft_body: '%author% saved a draft version of this page on %time%. You can <a href="#use_draft" onclick="ajaxEditorUseDraft(); return false;">use the draft copy</a>, or edit the current published version (below). If you edit the published version, the draft copy will remain available, but will not reflect your changes. It is recommended that you edit the draft version instead of editing the published version. You can also <a href="#delete_draft" onclick="ajaxEditorDeleteDraft(); return false;">discard the draft revision</a>.',
 			msg_convert_confirm_title: 'Convert this page?',
 			msg_convert_confirm_body: 'This will change the format of the page. This may cause some loss of formatting information.',
+			msg_convert_no_plugins_title: 'Unable to convert page',
+			msg_convert_no_plugins_body: 'There are no editor UI plugins installed on this site.',
+			msg_convert_missing_plugin_title: 'Missing editor plugin',
+			msg_convert_missing_plugin_body: 'This page or revision was formatted using the plugin "%plugin%", which is no longer installed on the site. The plain text editor will be used. Some formatting information may not be correct.',
 			msg_convert_draft_load_title: 'Format changed',
 			msg_convert_draft_load_body: 'The revision that was just loaded is in a different format than the current setting. The editor has been switched to match the format.',
-			btn_graphical: 'Convert to HTML',
-			btn_wikitext: 'Convert to wikitext',
+			msg_convert_lbl_plugin: 'Editor plugin: ',
+			btn_graphical: 'Use another format',
+			btn_graphical_convert: 'Convert page',
+			btn_wikitext: 'Convert to plain text',
 			lbl_edit_summary: 'Brief summary of your changes:',
 			lbl_edit_summary_explain: 'Please summarize and briefly explain what you changed on the page.',
 			lbl_minor_edit: 'Mark revision as trivial:',
@@ -576,7 +582,7 @@
 			edit_comments: 'Edit own comments',
 			edit_page: 'Edit page',
 			view_source: 'View source',
-			edit_wysiwyg: 'Use graphical editor (<a href="http://docs.enanocms.org/Help:4.1#toc4">WEAK</a>)',
+			edit_wysiwyg: 'Use alternate editor engines (<a href="http://docs.enanocms.org/Help:4.1#head:Default_values">WEAK</a>)',
 			mod_comments: 'Moderate comments',
 			history_view: 'View history/diffs',
 			history_rollback: 'Rollback history',