language/english/core.json
changeset 335 67bd3121a12e
parent 334 c72b545f1304
child 336 bfa2e9c23f03
--- a/language/english/core.json	Wed Dec 26 00:37:26 2007 -0500
+++ b/language/english/core.json	Thu Dec 27 22:09:33 2007 -0500
@@ -34,6 +34,7 @@
       sidebar: 'Default sidebar blocks and buttons',
       perm: 'Page actions (for ACLs)',
       plural: 's',
+      enano_about_th: 'About the Enano Content Management System',
       enano_about_poweredby: '<p>This website is powered by <a href="http://enanocms.org/">Enano</a>, the lightweight and open source CMS that everyone can use. Enano is copyright &copy; 2006-2007 Dan Fuhry. For legal information, along with a list of libraries that Enano uses, please see <a href="http://enanocms.org/Legal_information">Legal Information</a>.</p><p>The developers and maintainers of Enano strongly believe that software should not only be free to use, but free to be modified, distributed, and used to create derivative works. For more information about Free Software, check out the <a href="http://en.wikipedia.org/wiki/Free_Software" onclick="window.open(this.href); return false;">Wikipedia page</a> or the <a href="http://www.fsf.org/" onclick="window.open(this.href); return false;">Free Software Foundation\'s</a> homepage.</p>',
       enano_about_gpl: '<p>This program is Free Software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.</p><p>This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for details.</p><p>You should have received <a href="%gpl_link%">a copy of the GNU General Public License</a> along with this program; if not, write to:</p><p style="margin-left 2em;">Free Software Foundation, Inc.,<br />51 Franklin Street, Fifth Floor<br />Boston, MA 02110-1301, USA</p><p>Alternatively, you can <a href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.html">read it online</a>.</p>',
       enano_about_lbl_enanoversion: '<a href="http://enanocms.org">Enano</a> version:',
@@ -212,18 +213,42 @@
       tip_aclmanager: 'Manage who can do what with this page (alt-m)',
     },
     editor: {
+      err_server: 'There was a problem starting the editor',
+      err_access_denied_title: 'Not authorized to view source',
+      err_access_denied_body: 'You are not authorized to edit or view the source of this page.',
+      err_save_title: 'There was a problem saving the page.',
+      err_save_body: 'A few problems were encountered while your page was being saved:',
+      err_obsolete_title: 'Someone else modified this page while you were editing it',
+      err_obsolete_body: 'While you were editing this page, %author% modified this page. The edit took place on %timestamp%. You can <a href="%page_url%" onclick="window.open(this.href); return false;">view the latest version of the page</a>, or click %this.editor_btn_save% again to replace the page with your revision.',
+      // Server-side errors
+      err_no_rows: 'Page doesn\'t exist in the database',
+      err_no_permission: 'You do not have permission to edit this page.',
+      err_page_protected: 'This page is protected, and you do not have permission to edit protected pages.',
+      
+      msg_saved: 'Your changes to this page have been saved.',
       msg_revert_confirm: 'Do you really want to revert your changes?',
       msg_discard_confirm: 'Do you really want to discard your changes?',
+      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_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.',
       btn_graphical: 'graphical editor',
       btn_wikitext: 'wikitext editor',
-      lbl_edit_summary: 'Edit summary:',
-      lbl_minor_edit: 'This is a minor edit',
+      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:',
+      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_closeviewer: 'Close viewer',
+      btn_diff: 'Show changes',
       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...',
@@ -238,6 +263,7 @@
       col_diff: 'Diff',
       col_datetime: 'Date/time',
       col_user: 'User',
+      col_page: 'Page',
       col_summary: 'Edit summary',
       col_minor: 'Minor',
       col_actions: 'Actions',
@@ -258,6 +284,7 @@
       log_delete: 'Deleted page',
       log_uploadnew: 'Uploaded new file version',
       lbl_comparingrevisions: 'Comparing revisions:',
+      summary_none_given: 'No edit summary provided.',
     },
     catedit: {
       title: 'Select which categories this page should be included in.',