punbb/lang/English/index.php
changeset 7 98bbc533541c
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/punbb/lang/English/index.php	Sun Apr 06 00:28:50 2008 -0400
@@ -0,0 +1,22 @@
+<?php
+
+// Language definitions used in index.php
+$lang_index = array(
+
+'Moderated by'			=>  'Moderated by %s',
+'Link to'				=>	'Link to %s',	// As in "Link to http://www.punbb.org/"
+'Empty board'			=>	'Board is empty',
+'Newest user'			=>	'Newest registered user',
+'No of users'			=>	'Total number of registered users',
+'No of topics'			=>	'Total number of topics',
+'No of posts'			=>	'Total number of posts',
+'Online'				=>	'<strong>Online</strong> ( Guests: <strong>%s</strong> | Registered users: <strong>%s</strong> )',	// As in "Online: User A, User B etc."
+'Guests online'			=>	'Guests',
+'Users online'			=>	'Registered users',
+'Statistics'			=>	'Forum statistics',
+'Forum information'		=>	'Forum information',
+'Table summary'			=>	'Listing of forums in the category %s.',
+'External forum'		=>	'Forum located on an external site.',
+'Forum has new'			=>	'Forum containing new posts since your last visit.',
+
+);