2006-11-01 09:44:01 +00:00
|
|
|
<?PHP // $Id$
|
|
|
|
// block_online_users.php - created with Moodle 1.7 beta + (2006101003)
|
|
|
|
|
2006-02-06 09:28:59 +00:00
|
|
|
|
|
|
|
$string['blockname'] = 'Online Users';
|
|
|
|
$string['configtimetosee'] = 'Number of minutes determining the period of inactivity after which a user is no longer considered to be online.';
|
2008-11-30 15:42:48 +00:00
|
|
|
$string['online_users:viewlist'] = 'View list of online users';
|
2006-11-01 09:44:01 +00:00
|
|
|
$string['periodnminutes'] = 'last $a minutes';
|
2007-12-19 17:35:20 +00:00
|
|
|
$string['timetosee'] = 'Remove after inactivity (minutes)';
|
2006-11-01 09:44:01 +00:00
|
|
|
|
2006-02-06 09:28:59 +00:00
|
|
|
?>
|