mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 09:56:38 +02:00
9 lines
294 B
PHP
9 lines
294 B
PHP
<?php // $Id$
|
|
// block_online_users.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2004112900)
|
|
|
|
|
|
$string['blockname'] = 'オンラインユーザ';
|
|
$string['configtimetosee'] = 'オンラインユーザとして検出する時間 ( 分 )';
|
|
$string['periodnminutes'] = '$a 分';
|
|
|
|
?>
|