mirror of
https://github.com/moodle/moodle.git
synced 2025-02-25 12:33:18 +01:00
10 lines
193 B
PHP
10 lines
193 B
PHP
|
<?PHP // $Id$
|
||
|
// enrol_internal.php - created with Moodle 1.4.1+ (2004083101)
|
||
|
|
||
|
|
||
|
$string['description'] = '這是預設的登錄表格';
|
||
|
$string['enrolname'] = '內部選課登錄';
|
||
|
|
||
|
|
||
|
?>
|