mirror of
https://github.com/moodle/moodle.git
synced 2025-02-05 07:39:09 +01:00
48c836f3b6
"Mohamad Ghazaly Abdul Rahman" <ghazaly@mmsc.com.my>
10 lines
296 B
PHP
10 lines
296 B
PHP
<?PHP // $Id$
|
|
// block_online_users.php - created with Moodle 1.3.1 (2004052501)
|
|
|
|
|
|
$string['blockname'] = 'Pengguna Online';
|
|
$string['configtimetosee'] = 'Berapa minit yang lalu untuk mengesan seseorang pengguna itu sebagai online?';
|
|
$string['periodnminutes'] = '$a minit yang lepas';
|
|
|
|
?>
|