punbb/lang/English/userlist.php
author Dan
Sat, 11 Apr 2009 16:47:10 -0400
changeset 10 98d80b672f3c
parent 7 98bbc533541c
permissions -rw-r--r--
Signatures are now pulled from Enano.

<?php

// Language definitions used in userlist.php
$lang_ul = array(

'User find legend'		=>	'Find users:',
'User filter legend'	=>	'Filter user search results:',
'Username help'			=>	'May be left blank. Use wildcard character <strong>*</strong> for partial matches.',
'Search for username'	=>	'Search by username:',
'User group'			=>	'Show from group:',
'No of posts'			=>	'No. of posts',
'No users found'		=>	'No users were found matching your criteria.',
'All users'				=>	'All users',
'Users'					=>	'Users',
'Users found'			=>	'Users found',
'Perform new search'	=>	'Perform new user search',
'Table summary'			=>	'List of users filtered and sorted according to the criteria (if any) you have chosen.'

);