mirror of
https://github.com/moodle/moodle.git
synced 2025-01-20 15:08:32 +01:00
10 lines
280 B
PHP
10 lines
280 B
PHP
<?PHP // $Id$
|
|
// block_online_users.php - created with Moodle 1.3 development (2004041800)
|
|
|
|
|
|
$string['blockname'] = '線上使用者';
|
|
$string['configtimetosee'] = '偵測線上人數的時間間隔(分鐘)';
|
|
$string['periodnminutes'] = '最近 $a 分鐘內';
|
|
|
|
?>
|