Skip to content
Snippets Groups Projects
index.php 699 B
Newer Older
<?php

// Language definitions used in index.php
$lang_index = array(

'Topics'				=>  'Topics',
'Moderators'			=>  'Moderators',
Graham Cole's avatar
Graham Cole committed
'Link to'				=>	'Link to',	// As in "Link to http://punbb.informer.com/"
'Empty board'			=>	'Board is empty.',
'Newest user'			=>	'Newest registered user',
'Users online'			=>	'Registered users online',
'Guests online'			=>	'Guests online',
'No of users'			=>	'Total number of registered users',
'No of topics'			=>	'Total number of topics',
'No of posts'			=>	'Total number of posts',
'Online'				=>	'Online',	// As in "Online: User A, User B etc."
'Board info'			=>	'Board information',
'Board stats'			=>	'Board statistics',
'User info'				=>	'User information'

);