mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
13 lines
323 B
PHP
13 lines
323 B
PHP
<?PHP // $Id$
|
|
// label.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2004093001)
|
|
|
|
|
|
$string['labeltext'] = 'Labeltekst';
|
|
$string['modulename'] = 'Label';
|
|
$string['modulenameplural'] = 'Labels';
|
|
$string['thischarset'] = 'iso-8859-1';
|
|
$string['thisdirection'] = 'ltr';
|
|
$string['thislanguage'] = 'Nederlands';
|
|
|
|
?>
|