mirror of
https://github.com/moodle/moodle.git
synced 2025-02-02 06:10:08 +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';
|
||
|
|
||
|
?>
|