mirror of
https://github.com/moodle/moodle.git
synced 2025-02-21 18:08:02 +01:00
grades and timezones. added strings to admin,assign,error,forum,hotpot,message,moodle,quiz,scorm.
10 lines
347 B
PHP
10 lines
347 B
PHP
<?PHP // $Id$
|
|
// block_online_users.php - created with Moodle 1.5 ALPHA (2005043000)
|
|
|
|
|
|
$string['blockname'] = 'User na Online';
|
|
$string['configtimetosee'] = 'Tagal na minuto na walang ginagawa ang user, kung kaya\'t pag lagpas na dito ay hindi na ituturing na online ang nasabing user.';
|
|
$string['periodnminutes'] = 'huling $a minuto';
|
|
|
|
?>
|