32 delvote: 'Page deletion vote interface', |
32 delvote: 'Page deletion vote interface', |
33 ajax: 'On-page AJAX applets', |
33 ajax: 'On-page AJAX applets', |
34 sidebar: 'Default sidebar blocks and buttons', |
34 sidebar: 'Default sidebar blocks and buttons', |
35 perm: 'Page actions (for ACLs)', |
35 perm: 'Page actions (for ACLs)', |
36 plural: 's', |
36 plural: 's', |
|
37 enano_about_th: 'About the Enano Content Management System', |
37 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 © 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>', |
38 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 © 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>', |
38 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>', |
39 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>', |
39 enano_about_lbl_enanoversion: '<a href="http://enanocms.org">Enano</a> version:', |
40 enano_about_lbl_enanoversion: '<a href="http://enanocms.org">Enano</a> version:', |
40 enano_about_lbl_webserver: 'Web server:', |
41 enano_about_lbl_webserver: 'Web server:', |
41 enano_about_lbl_serverplatform: 'Server platform:', |
42 enano_about_lbl_serverplatform: 'Server platform:', |
210 tip_moreoptions: 'Additional options for working with this page', |
211 tip_moreoptions: 'Additional options for working with this page', |
211 tip_password: 'Require a password in order for this page to be viewed', |
212 tip_password: 'Require a password in order for this page to be viewed', |
212 tip_aclmanager: 'Manage who can do what with this page (alt-m)', |
213 tip_aclmanager: 'Manage who can do what with this page (alt-m)', |
213 }, |
214 }, |
214 editor: { |
215 editor: { |
|
216 err_server: 'There was a problem starting the editor', |
|
217 err_access_denied_title: 'Not authorized to view source', |
|
218 err_access_denied_body: 'You are not authorized to edit or view the source of this page.', |
|
219 err_save_title: 'There was a problem saving the page.', |
|
220 err_save_body: 'A few problems were encountered while your page was being saved:', |
|
221 err_obsolete_title: 'Someone else modified this page while you were editing it', |
|
222 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.', |
|
223 // Server-side errors |
|
224 err_no_rows: 'Page doesn\'t exist in the database', |
|
225 err_no_permission: 'You do not have permission to edit this page.', |
|
226 err_page_protected: 'This page is protected, and you do not have permission to edit protected pages.', |
|
227 |
|
228 msg_saved: 'Your changes to this page have been saved.', |
215 msg_revert_confirm: 'Do you really want to revert your changes?', |
229 msg_revert_confirm: 'Do you really want to revert your changes?', |
216 msg_discard_confirm: 'Do you really want to discard your changes?', |
230 msg_discard_confirm: 'Do you really want to discard your changes?', |
|
231 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.', |
217 msg_unload: 'If you do, any changes that you have made to this page will be lost.', |
232 msg_unload: 'If you do, any changes that you have made to this page will be lost.', |
|
233 msg_revert_confirm_title: 'Do you really want to revert your changes?', |
|
234 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.', |
|
235 msg_cancel_confirm_title: 'Do you want to cancel your changes?', |
|
236 msg_cancel_confirm_body: 'Are you sure you want to discard the changes you made? If you continue, your changes cannot be recovered.', |
|
237 msg_diff: 'Below is a summarization of the differences between the current revision of the page (left), and your version (right).', |
|
238 msg_diff_empty: 'There are no differences between the text in the editor and the current revision of the page.', |
218 btn_graphical: 'graphical editor', |
239 btn_graphical: 'graphical editor', |
219 btn_wikitext: 'wikitext editor', |
240 btn_wikitext: 'wikitext editor', |
220 lbl_edit_summary: 'Edit summary:', |
241 lbl_edit_summary: 'Brief summary of your changes:', |
221 lbl_minor_edit: 'This is a minor edit', |
242 lbl_edit_summary_explain: 'Please summarize and briefly explain what you changed on the page.', |
|
243 lbl_minor_edit: 'Mark revision as trivial:', |
|
244 lbl_minor_edit_field: 'This is a minor edit', |
|
245 lbl_minor_edit_explain: 'Select this if you\'re only making a minor change to the page', |
222 btn_save: 'Save changes', |
246 btn_save: 'Save changes', |
223 btn_preview: 'Show preview', |
247 btn_preview: 'Show preview', |
224 btn_revert: 'Revert changes', |
248 btn_revert: 'Revert changes', |
225 btn_cancel: 'Cancel and return to page', |
249 btn_cancel: 'Cancel and return to page', |
226 btn_closeviewer: 'Close viewer', |
250 btn_closeviewer: 'Close viewer', |
|
251 btn_diff: 'Show changes', |
227 preview_blurb: '<b>Reminder:</b> This is only a preview - your changes to this page have not yet been saved.', |
252 preview_blurb: '<b>Reminder:</b> This is only a preview - your changes to this page have not yet been saved.', |
228 msg_save_success_title: 'Changes saved', |
253 msg_save_success_title: 'Changes saved', |
229 msg_save_success_body: 'Your changes to this page have been saved. Redirecting...', |
254 msg_save_success_body: 'Your changes to this page have been saved. Redirecting...', |
230 }, |
255 }, |
231 history: { |
256 history: { |
256 log_rename: 'Renamed page', |
282 log_rename: 'Renamed page', |
257 log_create: 'Created page', |
283 log_create: 'Created page', |
258 log_delete: 'Deleted page', |
284 log_delete: 'Deleted page', |
259 log_uploadnew: 'Uploaded new file version', |
285 log_uploadnew: 'Uploaded new file version', |
260 lbl_comparingrevisions: 'Comparing revisions:', |
286 lbl_comparingrevisions: 'Comparing revisions:', |
|
287 summary_none_given: 'No edit summary provided.', |
261 }, |
288 }, |
262 catedit: { |
289 catedit: { |
263 title: 'Select which categories this page should be included in.', |
290 title: 'Select which categories this page should be included in.', |
264 no_categories: 'There are no categories on this site yet.', |
291 no_categories: 'There are no categories on this site yet.', |
265 catbox_lbl_categories: 'Categories:', |
292 catbox_lbl_categories: 'Categories:', |