adding some strings
[moodle-linuxchix.git] / lang / en_utf8 / block_online_users.php
blobd72c56c2d242d631c9209d82e39ca6ff030ca375
1 <?PHP // $Id$
2 // block_online_users.php - created with Moodle 1.7 beta + (2006101003)
5 $string['blockname'] = 'Online Users';
6 $string['configtimetosee'] = 'Number of minutes determining the period of inactivity after which a user is no longer considered to be online.';
7 $string['periodnminutes'] = 'last $a minutes';
9 ?>