language/english/core.json
changeset 413 6607cd646d6d
parent 408 7ecbe721217c
child 468 194a19711346
--- a/language/english/core.json	Mon Feb 11 14:33:49 2008 -0500
+++ b/language/english/core.json	Tue Feb 12 00:37:46 2008 -0500
@@ -319,12 +319,14 @@
       msg_confirm_ajax: 'Do you really want to do this?\nYour changes to this page have not been saved. If you continue, your changes will be lost.',
       msg_unload: 'If you do, any changes that you have made to this page will be lost.',
       msg_revert_confirm_title: 'Do you really want to revert your changes?',
-      msg_revert_confirm_body: 'If you choose to continue, all of the changes you have made to this page will be lost, and the editor will be set with the latest copy of the page.',
+      msg_revert_confirm_body: 'If you choose to continue, all of the changes you have made to this page will be lost, and the editor will be set with the latest published (not draft) copy of the page.',
       msg_cancel_confirm_title: 'Do you want to cancel your changes?',
       msg_cancel_confirm_body: 'Are you sure you want to discard the changes you made? If you continue, your changes cannot be recovered.',
       msg_diff: 'Below is a summarization of the differences between the current revision of the page (left), and your version (right).',
       msg_diff_empty: 'There are no differences between the text in the editor and the current revision of the page.',
       msg_editing_old_revision: 'You are editing an old revision of this page. If you click Save, newer revisions of this page will be undone.',
+      msg_have_draft_title: 'A draft copy of this page is available.',
+      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.',
       btn_graphical: 'graphical editor',
       btn_wikitext: 'wikitext editor',
       lbl_edit_summary: 'Brief summary of your changes:',
@@ -332,12 +334,15 @@
       lbl_minor_edit: 'Mark revision as trivial:',
       lbl_minor_edit_field: 'This is a minor edit',
       lbl_minor_edit_explain: 'Select this if you\'re only making a minor change to the page',
-      btn_save: 'Save changes',
-      btn_preview: 'Show preview',
-      btn_revert: 'Revert changes',
-      btn_cancel: 'Cancel and return to page',
+      btn_save: 'Save',
+      btn_savedraft: 'Save draft',
+      btn_preview: 'Preview',
+      btn_revert: 'Revert',
+      btn_cancel: 'Cancel',
+      btn_diff: 'Show changes',
       btn_closeviewer: 'Close viewer',
-      btn_diff: 'Show changes',
+      msg_draft_saving: 'Saving...',
+      msg_draft_saved: 'Saved at %time%',
       preview_blurb: '<b>Reminder:</b> This is only a preview - your changes to this page have not yet been saved.',
       msg_save_success_title: 'Changes saved',
       msg_save_success_body: 'Your changes to this page have been saved. Redirecting...',