source: trunk/web/punbb/lang/English/userlist.php @ 6

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

mise a jour du trunk

File size: 502 bytes
Line 
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.',
8'User sort info'        =>      'Sort users by name, date registered or number of posts and in ascending/descending order.',
9'User group'            =>      'User group',
10'No of posts'           =>      'Number of posts',
11'All users'                     =>      'All'
12
13);
Note: See TracBrowser for help on using the repository browser.