blob: 0853d25e8668c7fe26a06a805619d824c496a5ca (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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'
);
|