punbb/lang/English/userlist.php
changeset 7 98bbc533541c
equal deleted inserted replaced
6:5e1f1e916419 7:98bbc533541c
       
     1 <?php
       
     2 
       
     3 // Language definitions used in userlist.php
       
     4 $lang_ul = array(
       
     5 
       
     6 'User find legend'		=>	'Find users:',
       
     7 'User filter legend'	=>	'Filter user search results:',
       
     8 'Username help'			=>	'May be left blank. Use wildcard character <strong>*</strong> for partial matches.',
       
     9 'Search for username'	=>	'Search by username:',
       
    10 'User group'			=>	'Show from group:',
       
    11 'No of posts'			=>	'No. of posts',
       
    12 'No users found'		=>	'No users were found matching your criteria.',
       
    13 'All users'				=>	'All users',
       
    14 'Users'					=>	'Users',
       
    15 'Users found'			=>	'Users found',
       
    16 'Perform new search'	=>	'Perform new user search',
       
    17 'Table summary'			=>	'List of users filtered and sorted according to the criteria (if any) you have chosen.'
       
    18 
       
    19 );