mirror of
https://github.com/moodle/moodle.git
synced 2025-01-20 23:18:43 +01:00
10 lines
314 B
PHP
10 lines
314 B
PHP
<?PHP // $Id$
|
|
// block_online_users.php - created with Moodle 1.3 development (2004041800)
|
|
|
|
|
|
$string['blockname'] = 'Onlinenutzer';
|
|
$string['configtimetosee'] = 'Dauer (in Minuten), die benötigt wird, um einen Nutzer als zur Zeit online, zu erkennen';
|
|
$string['periodnminutes'] = 'Dauer $a in Minuten';
|
|
|
|
?>
|