language/english/core.json
changeset 359 e0787bb6285b
parent 343 eefe9ab7fe7c
child 360 fad9bb5c094b
--- 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: '<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>',
@@ -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.',