mirror of
https://github.com/moodle/moodle.git
synced 2025-02-01 21:54:04 +01:00
11 lines
353 B
PHP
11 lines
353 B
PHP
<?PHP // $Id$
|
|
// block_course_list.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2004121600)
|
|
|
|
|
|
$string['allcourses'] = '管理者は全てのコースユーザを閲覧可';
|
|
$string['blockname'] = 'コースリスト';
|
|
$string['configadminview'] = 'コースリストブロック内で管理者に何を表示しますか?';
|
|
$string['owncourses'] = '管理者は自分のコースのみ閲覧可';
|
|
|
|
?>
|