moodle/lang/nl/label.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';
?>