mirror of
https://github.com/moodle/moodle.git
synced 2025-01-20 15:08:32 +01:00
2117bb0f44
Thanks a lot! Part I: the php-files
10 lines
306 B
PHP
10 lines
306 B
PHP
<?PHP // $Id$
|
|
// block_online_users.php - created with Moodle 1.3 development (2004041800)
|
|
|
|
|
|
$string['blockname'] = 'Gebruikers on line';
|
|
$string['configtimetosee'] = 'Aantal minuten na activiteit dat een gebruiker als on line beschouwd wordt';
|
|
$string['periodnminutes'] = 'laatste $a minuten';
|
|
|
|
?>
|