mirror of
https://github.com/moodle/moodle.git
synced 2025-03-11 03:15:24 +01:00
10 lines
263 B
PHP
10 lines
263 B
PHP
|
<?PHP // $Id$
|
||
|
// block_online_users.php - created with Moodle 1.3 (2004052500)
|
||
|
|
||
|
|
||
|
$string['blockname'] = 'Prijavljeni uporabniki';
|
||
|
$string['configtimetosee'] = 'Interval preverjanja prisotnosti uporabnika';
|
||
|
$string['periodnminutes'] = 'traja $a minut';
|
||
|
|
||
|
?>
|