mirror of
https://github.com/moodle/moodle.git
synced 2025-02-24 20:13:14 +01:00
This cause also some empty files (because they didn't contain anything else) wich I also deleted
11 lines
349 B
PHP
11 lines
349 B
PHP
<?PHP // $Id$
|
|
// block_course_list.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2004101900)
|
|
|
|
|
|
$string['allcourses'] = '관리자는 모든 배움터를 볼 수 있다.';
|
|
$string['blockname'] = '배움터 목록';
|
|
$string['configadminview'] = '관리자가 모든 배움터를 볼 수 있도록 설정';
|
|
$string['owncourses'] = '관리자는 자신의 배움터를 볼 수 있다.';
|
|
|
|
?>
|