mirror of
https://github.com/moodle/moodle.git
synced 2025-01-20 15:08:32 +01:00
2117bb0f44
Thanks a lot! Part I: the php-files
10 lines
201 B
PHP
10 lines
201 B
PHP
<?PHP // $Id$
|
|
// label.php - created with Moodle 1.2 development (2003092900)
|
|
|
|
|
|
$string['labeltext'] = "Labeltekst";
|
|
$string['modulename'] = "Label";
|
|
$string['modulenameplural'] = "Labels";
|
|
|
|
?>
|