moodle/lang/en/block_online_users.php
2004-09-12 13:21:01 +00:00

7 lines
193 B
PHP

<?php // $Id$
$string['blockname'] = 'Online Users';
$string['periodnminutes'] = 'last $a minutes';
$string['configtimetosee'] = 'Number of minutes to detect an user as currently online';
?>