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