moodle/lang/en/block_online_users.php
2005-02-13 21:30:02 +00:00

7 lines
248 B
PHP

<?php // $Id$
$string['blockname'] = 'Online Users';
$string['periodnminutes'] = 'last $a minutes';
$string['configtimetosee'] = 'Number of minutes determining the period of inactivity after which a user is no longer considered to be online.';
?>