moodle/lang/en_utf8/block_online_users.php
2006-11-01 09:44:01 +00:00

10 lines
329 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['periodnminutes'] = 'last $a minutes';
?>