mirror of
https://github.com/moodle/moodle.git
synced 2025-02-08 00:52:33 +01:00
This cause also some empty files (because they didn't contain anything else) wich I also deleted
10 lines
220 B
PHP
10 lines
220 B
PHP
<?PHP // $Id$
|
|
// label.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2004101900)
|
|
|
|
|
|
$string['labeltext'] = '라벨 텍스트';
|
|
$string['modulename'] = '라벨';
|
|
$string['modulenameplural'] = '라벨들';
|
|
|
|
?>
|