Rev | Line | |
---|
[1] | 1 | <?php |
---|
| 2 | |
---|
| 3 | // Language definitions used in userlist.php |
---|
| 4 | $lang_ul = array( |
---|
| 5 | |
---|
| 6 | 'User find legend' => 'Find and sort users', |
---|
| 7 | '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. Sort users by name, date registered or number of posts and in ascending/descending order.', |
---|
| 8 | 'User group' => 'User group', |
---|
| 9 | 'No of posts' => 'No. of posts', |
---|
| 10 | 'All users' => 'All' |
---|
| 11 | |
---|
| 12 | ); |
---|
Note: See
TracBrowser
for help on using the repository browser.