punbb/lang/English/userlist.php
changeset 7 98bbc533541c
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/punbb/lang/English/userlist.php	Sun Apr 06 00:28:50 2008 -0400
@@ -0,0 +1,19 @@
+<?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.'
+
+);