punbb/lang/English/index.php
author Dan
Wed, 11 Jul 2007 21:01:48 -0400
changeset 0 f9ffdbd96607
permissions -rw-r--r--
Initial population
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
     1
<?php
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
     2
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
     3
// Language definitions used in index.php
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
     4
$lang_index = array(
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
     5
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
     6
'Topics'				=>  'Topics',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
     7
'Moderators'			=>  'Moderators',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
     8
'Link to'				=>	'Link to',	// As in "Link to http://www.punbb.org/"
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
     9
'Empty board'			=>	'Board is empty.',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    10
'Newest user'			=>	'Newest registered user',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    11
'Users online'			=>	'Registered users online',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    12
'Guests online'			=>	'Guests online',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    13
'No of users'			=>	'Total number of registered users',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    14
'No of topics'			=>	'Total number of topics',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    15
'No of posts'			=>	'Total number of posts',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    16
'Online'				=>	'Online',	// As in "Online: User A, User B etc."
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    17
'Board info'			=>	'Board information',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    18
'Board stats'			=>	'Board statistics',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    19
'User info'				=>	'User information'
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    20
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    21
);