mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
10 lines
295 B
PHP
10 lines
295 B
PHP
<?PHP // $Id$
|
|
// block_online_users.php - created with Moodle 1.3 development (2004041800)
|
|
|
|
|
|
$string['blockname'] = 'Utenti collegati';
|
|
$string['configtimetosee'] = 'Numero di minuti per definire che un utente è attualmente collegato';
|
|
$string['periodnminutes'] = 'Ultimi $a minuti';
|
|
|
|
?>
|