mirror of
https://github.com/moodle/moodle.git
synced 2025-02-02 14:19:07 +01:00
7 lines
193 B
PHP
7 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';
|
|
?>
|