moodle/lang/ja_utf8/block_online_users.php

10 lines
294 B
PHP
Raw Normal View History

<?php // $Id$
// block_online_users.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2004112900)
2004-09-27 03:24:24 +00:00
$string['blockname'] = 'オンラインユーザ';
$string['configtimetosee'] = 'オンラインユーザとして検出する時間 ( 分 )';
2004-09-27 03:24:24 +00:00
$string['periodnminutes'] = '$a 分';
?>