mirror of
https://github.com/moodle/moodle.git
synced 2025-02-21 01:48:45 +01:00
12 lines
453 B
PHP
12 lines
453 B
PHP
<?PHP // $Id$
|
|
// block_online_users.php - created with Moodle 1.7 beta + (2006101003)
|
|
|
|
|
|
$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.';
|
|
$string['online_users:viewlist'] = 'View list of online users';
|
|
$string['periodnminutes'] = 'last $a minutes';
|
|
$string['timetosee'] = 'Remove after inactivity (minutes)';
|
|
|
|
?>
|