mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 10:26:40 +02:00
11 lines
309 B
PHP
11 lines
309 B
PHP
<?php // $Id$
|
|
// block_course_summary.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2004110200)
|
|
|
|
|
|
$string['blockname'] = 'コース概要';
|
|
$string['pagedescription'] = 'コース/サイト説明';
|
|
$string['thischarset'] = 'EUC-JP';
|
|
$string['thisdirection'] = 'ltr';
|
|
$string['thislanguage'] = 'Japanese';
|
|
|
|
?>
|