moodle/lang/ja_utf8/block_course_summary.php

12 lines
321 B
PHP
Raw Normal View History

<?php // $Id$
2004-11-08 05:29:50 +00:00
// block_course_summary.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2004110200)
2004-09-27 03:24:24 +00:00
2004-11-08 05:29:50 +00:00
$string['blockname'] = 'コース概要';
2004-10-19 22:15:49 +00:00
$string['pagedescription'] = 'コース/サイト説明';
2004-09-27 03:24:24 +00:00
$string['thischarset'] = 'UTF-8';
$string['thisdirection'] = 'ltr';
$string['thislanguage'] = 'Japanese';
?>