15 // be trimmed. So you can use a limited amount of Javascript in this so that the language can be imported |
15 // be trimmed. So you can use a limited amount of Javascript in this so that the language can be imported |
16 // via Javascript as well. |
16 // via Javascript as well. |
17 |
17 |
18 var enano_lang = { |
18 var enano_lang = { |
19 categories: [ |
19 categories: [ |
20 'page', 'comment', 'onpage', 'etc', 'editor', 'history', 'catedit', 'tags', 'delvote', 'ajax', 'sidebar', 'perm' |
20 'page', 'comment', 'onpage', 'etc', 'editor', 'history', 'catedit', 'tags', 'delvote', 'ajax', 'sidebar', 'perm', 'plugin', |
21 ], |
21 ], |
22 strings: { |
22 strings: { |
23 meta: { |
23 meta: { |
24 page: 'Page creation and control', |
24 page: 'Page creation and control', |
25 comment: 'Comment display', |
25 comment: 'Comment display', |
31 tags: 'Page tagging interface', |
31 tags: 'Page tagging interface', |
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 plugin: 'Plugin names and descriptions', |
36 plural: 's', |
37 plural: 's', |
37 enano_about_th: 'About the Enano Content Management System', |
38 enano_about_th: 'About the Enano Content Management System', |
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>', |
39 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>', |
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>', |
40 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>', |
40 enano_about_lbl_enanoversion: '<a href="http://enanocms.org">Enano</a> version:', |
41 enano_about_lbl_enanoversion: '<a href="http://enanocms.org">Enano</a> version:', |
404 upload_files: 'Upload files', |
405 upload_files: 'Upload files', |
405 upload_new_version: 'Upload new versions of files', |
406 upload_new_version: 'Upload new versions of files', |
406 create_page: 'Create pages', |
407 create_page: 'Create pages', |
407 php_in_pages: 'Embed PHP code in pages', |
408 php_in_pages: 'Embed PHP code in pages', |
408 edit_acl: 'Edit access control lists', |
409 edit_acl: 'Edit access control lists', |
|
410 }, |
|
411 plugin: { |
|
412 specialadmin_title: 'Runt - the Enano administration panel', |
|
413 specialadmin_desc: 'Provides the page Special:Administration, which is the AJAX frontend to the various Admin pagelets. This plugin cannot be disabled.', |
|
414 privatemessages_title: 'Private Message frontend', |
|
415 privatemessages_desc: 'Provides the page Special:PrivateMessages, which is used to manage private message functions. Also handles buddy lists.', |
|
416 specialcss_title: 'CSS Backend', |
|
417 specialcss_desc: 'Provides the page Special:CSS, which is used in template files to reference the style sheet. Disabling or deleting this plugin will result in site instability.', |
|
418 specialgroups_title: 'Group control panel', |
|
419 specialgroups_desc: 'Provides group moderators and site administrators with the ability to control who is part of their groups.', |
|
420 specialpagefuncs_title: 'Special page-related pages', |
|
421 specialpagefuncs_desc: 'Provides the page Special:CreatePage, which can be used to create new pages. Also adds the About Enano and GNU General Public License pages.', |
|
422 specialsearch_title: 'Search UI/frontend', |
|
423 specialsearch_desc: 'Provides the page Special:Search, which is a frontend to the Enano search engine.', |
|
424 specialupdownload_title: 'Upload/download frontend', |
|
425 specialupdownload_desc: 'Provides the pages Special:UploadFile and Special:DownloadFile. UploadFile is used to upload files to the site, and DownloadFile fetches the file from the database, creates thumbnails if necessary, and sends the file to the user.', |
|
426 specialuserfuncs_title: 'Special user/login-related pages', |
|
427 specialuserfuncs_desc: 'Provides the pages Special:Login, Special:Logout, Special:Register, and Special:Preferences.', |
|
428 specialuserprefs_title: 'User control panel', |
|
429 specialuserprefs_desc: 'Provides the page Special:Preferences.', |
409 }, |
430 }, |
410 etc: { |
431 etc: { |
411 redirect_title: 'Redirecting...', |
432 redirect_title: 'Redirecting...', |
412 redirect_body: 'Please wait while you are redirected.', |
433 redirect_body: 'Please wait while you are redirected.', |
413 redirect_timeout: 'If you are not redirected within %timeout% seconds, please <a href="%redirect_url%">click here</a>.', |
434 redirect_timeout: 'If you are not redirected within %timeout% seconds, please <a href="%redirect_url%">click here</a>.', |
438 unit_terabytes: 'terabytes', |
459 unit_terabytes: 'terabytes', |
439 unit_kilobytes_short: 'KB', |
460 unit_kilobytes_short: 'KB', |
440 unit_megabytes_short: 'MB', |
461 unit_megabytes_short: 'MB', |
441 unit_gigabytes_short: 'GB', |
462 unit_gigabytes_short: 'GB', |
442 unit_terabytes_short: 'TB', |
463 unit_terabytes_short: 'TB', |
|
464 unit_pixels: 'pixels', |
|
465 unit_pixels_short: 'px', |
443 } |
466 } |
444 } |
467 } |
445 }; |
468 }; |
446 |
469 |
447 // All done! :-) |
470 // All done! :-) |