punbb/lang/English/userlist.php
author Dan
Sun, 06 Apr 2008 00:28:50 -0400
changeset 7 98bbc533541c
permissions -rw-r--r--
Finishing re-add, addremove didn't work last time. Integrated with Enano's template engine properly.

<?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.'

);