mirror of
https://github.com/moodle/moodle.git
synced 2025-02-01 13:28:17 +01:00
13 lines
410 B
PHP
13 lines
410 B
PHP
<?PHP // $Id$
|
|
// block_online_users.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2004101900)
|
|
|
|
|
|
$string['blockname'] = 'Online käyttäjät';
|
|
$string['configtimetosee'] = 'Montako minuuttia käyttäjän näytetään olevan online tilassa';
|
|
$string['periodnminutes'] = 'viimeinen $a minuuttia';
|
|
$string['thischarset'] = 'iso-8859-1';
|
|
$string['thisdirection'] = 'ltr';
|
|
$string['thislanguage'] = 'Suomi';
|
|
|
|
?>
|