AMOS START
MOV [blockname,block_online_users],[pluginname,block_online_users]
AMOS END
*/
class block_online_users extends block_base {
function init() {
- $this->title = get_string('blockname','block_online_users');
+ $this->title = get_string('pluginname','block_online_users');
$this->version = 2007101510;
}
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
-$string['blockname'] = 'Online Users';
$string['configtimetosee'] = 'Number of minutes determining the period of inactivity after which a user is no longer considered to be online.';
$string['online_users:viewlist'] = 'View list of online users';
$string['periodnminutes'] = 'last {$a} minutes';
+$string['pluginname'] = 'Online Users';
$string['timetosee'] = 'Remove after inactivity (minutes)';