moodle/lang/zh_cn_utf8/block_online_users.php

10 lines
270 B
PHP

<?PHP // $Id$
// block_online_users.php - created with Moodle 1.4.3 + (2004083132)
$string['blockname'] = '在线用户';
$string['configtimetosee'] = '认为多少分钟内访问过网站的用户是在线的';
$string['periodnminutes'] = '{$a}分钟内';
?>