Finishing re-add, addremove didn't work last time. Integrated with Enano's template engine properly.
<?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.',
);