diff -r b25d34fbc7ab -r e0787bb6285b language/english/core.json --- a/language/english/core.json Sun Jan 20 22:34:02 2008 -0500 +++ b/language/english/core.json Mon Jan 21 10:09:48 2008 -0500 @@ -17,7 +17,7 @@ var enano_lang = { categories: [ - 'page', 'comment', 'onpage', 'etc', 'editor', 'history', 'catedit', 'tags', 'delvote', 'ajax', 'sidebar', 'perm', 'plugin', + 'page', 'comment', 'onpage', 'etc', 'editor', 'history', 'catedit', 'tags', 'delvote', 'ajax', 'sidebar', 'perm', 'plugin', 'paginate', ], strings: { meta: { @@ -34,6 +34,7 @@ sidebar: 'Default sidebar blocks and buttons', perm: 'Page actions (for ACLs)', plugin: 'Plugin names and descriptions', + paginate: 'Pagination widget', plural: 's', enano_about_th: 'About the Enano Content Management System', enano_about_poweredby: '

This website is powered by Enano, 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 Legal Information.

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 Wikipedia page or the Free Software Foundation\'s homepage.

', @@ -120,6 +121,8 @@ btn_mod_approve: 'Approve', btn_mod_unapprove: 'Unapprove', btn_mod_delete: 'Delete', + btn_mod_ip_logged: 'View IP', + btn_mod_ip_missing: 'IP not logged', btn_save: 'save', msg_comment_posted: 'Your comment has been posted. If it does not appear right away, it is probably awaiting approval.', @@ -134,6 +137,8 @@ msg_note_unapp: '(Unapproved)', + msg_ip_address: 'IP address:', + msg_delete_confirm: 'Do you really want to delete this comment?', postform_title: 'Got something to say?', @@ -428,6 +433,16 @@ specialuserprefs_title: 'User control panel', specialuserprefs_desc: 'Provides the page Special:Preferences.', }, + paginate: { + lbl_page: 'Page:', + btn_first: 'First', + btn_last: 'Last', + btn_prev: 'Prev', + btn_next: 'Next', + lbl_goto_page: 'Go to page:', + err_bad_page_title: 'Invalid entry', + err_bad_page_body: 'Please enter a page number between 1 and %max%.', + }, etc: { redirect_title: 'Redirecting...', redirect_body: 'Please wait while you are redirected.',