mirror of
https://github.com/moodle/moodle.git
synced 2025-01-20 23:18:43 +01:00
10 lines
327 B
PHP
10 lines
327 B
PHP
<?PHP // $Id$
|
|
// block_online_users.php - created with Moodle 1.3 (2004052500)
|
|
|
|
|
|
$string['blockname'] = 'Корисника на сајту';
|
|
$string['configtimetosee'] = 'Број минута за откривање активног корисника';
|
|
$string['periodnminutes'] = 'задњих $a минута';
|
|
|
|
?>
|