mirror of
https://github.com/moodle/moodle.git
synced 2025-02-01 21:54:04 +01:00
10 lines
304 B
PHP
10 lines
304 B
PHP
<?PHP // $Id$
|
|
// block_online_users.php - created with Moodle 1.3 development (2004041800)
|
|
|
|
|
|
$string['blockname'] = 'Gebruikers online';
|
|
$string['configtimetosee'] = 'Aantal minuten na activiteit dat een gebruiker als online beschouwd wordt';
|
|
$string['periodnminutes'] = 'laatste $a minuten';
|
|
|
|
?>
|