mirror of
https://github.com/moodle/moodle.git
synced 2025-02-22 02:49:53 +01:00
This cause also some empty files (because they didn't contain anything else) wich I also deleted
10 lines
210 B
PHP
10 lines
210 B
PHP
<?PHP // $Id$
|
|
// label.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2004093001)
|
|
|
|
|
|
$string['labeltext'] = 'Labeltekst';
|
|
$string['modulename'] = 'Label';
|
|
$string['modulenameplural'] = 'Labels';
|
|
|
|
?>
|