diff options
Diffstat (limited to 'lang/English/userlist.php')
-rw-r--r-- | lang/English/userlist.php | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lang/English/userlist.php b/lang/English/userlist.php new file mode 100644 index 0000000..0853d25 --- /dev/null +++ b/lang/English/userlist.php @@ -0,0 +1,13 @@ +<?php + +// Language definitions used in userlist.php +$lang_ul = array( + +'User find legend' => 'Find and sort users', +'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.', +'User sort info' => 'Sort users by name, date registered or number of posts and in ascending/descending order.', +'User group' => 'User group', +'No of posts' => 'Number of posts', +'All users' => 'All' + +); |