moodle/lang/nl/block_html.php

12 lines
321 B
PHP
Raw Normal View History

2005-02-01 22:57:22 +00:00
<?PHP // $Id$
2005-03-06 12:21:07 +00:00
// block_html.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2005030501)
2005-02-01 22:57:22 +00:00
$string['configcontent'] = 'Inhoud';
$string['configtitle'] = 'Bloktitel';
$string['html'] = 'HTML';
$string['leaveblanktohide'] = 'laat leeg om de titel te verbergen';
2005-03-06 12:21:07 +00:00
$string['newhtmlblock'] = '(nieuw HTML blok)';
2005-02-01 22:57:22 +00:00
?>