1
0
mirror of https://github.com/moodle/moodle.git synced 2025-03-11 03:15:24 +01:00
2004-02-18 16:50:14 +00:00

10 lines
219 B
PHP

<?PHP // $Id$
// label.php - created with Moodle 1.2 development (2004020300)
$string['labeltext'] = 'Text der Einführung';
$string['modulename'] = 'Einführung';
$string['modulenameplural'] = 'Einführung';
?>