mirror of
https://github.com/moodle/moodle.git
synced 2025-02-09 01:21:57 +01:00
12 lines
304 B
PHP
12 lines
304 B
PHP
<?PHP // $Id$
|
|
// block_course_summary.php - created with Moodle 1.5 unstable development (2004092000)
|
|
|
|
|
|
$string['blockname'] = 'コース概要';
|
|
$string['siteinfo'] = 'サイト情報';
|
|
$string['thischarset'] = 'UTF-8';
|
|
$string['thisdirection'] = 'ltr';
|
|
$string['thislanguage'] = 'Japanese';
|
|
|
|
?>
|