mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 02:16:41 +02:00
8 lines
168 B
PHP
8 lines
168 B
PHP
<?PHP // $Id$
|
|
|
|
|
|
|
|
$string['blockname'] = '在线用户';
|
|
$string['configtimetosee'] = '认为多少分钟内访问过网站的用户是在线的';
|
|
$string['periodnminutes'] = '{$a}分钟内';
|
|
?>
|