punbb/lang/English/userlist.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 userlist.php
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
     4
$lang_ul = array(
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
     5
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
     6
'User find legend'		=>	'Find and sort users',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
     7
'User search info'		=>	'Enter a username to search for and/or a user group to filter by. The username field can be left blank. Use the wildcard character * for partial matches. Sort users by name, date registered or number of posts and in ascending/descending order.',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
     8
'User group'			=>	'User group',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
     9
'No of posts'			=>	'No. of posts',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    10
'All users'				=>	'All'
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    11
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    12
);