mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 02:16:41 +02:00
6 lines
193 B
PHP
6 lines
193 B
PHP
<?php // $Id$
|
|
|
|
$string['blockname'] = 'Online Users';
|
|
$string['periodnminutes'] = 'last $a minutes';
|
|
$string['configtimetosee'] = 'Number of minutes to detect an user as currently online';
|
|
?>
|