mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
9 lines
276 B
PHP
9 lines
276 B
PHP
<?PHP // $Id$
|
|
// block_online_users.php - created with Moodle 1.5 + (2005060201)
|
|
|
|
|
|
$string['blockname'] = 'Připojení uživatelé';
|
|
$string['configtimetosee'] = 'Jak často zjišťovat připojené uživatele (v minutách)';
|
|
$string['periodnminutes'] = 'posledních $a minut';
|
|
|
|
?>
|