moodle/lang/en_utf8/block_online_users.php

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.';
?>