source: branches/rsr.v5.1/web/punbb/lang/English/userlist.php @ 1

Last change on this file since 1 was 1, checked in by dj3c1t, 12 years ago

import initial

File size: 481 bytes
RevLine 
[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.