moodle/lang/da/block_html.php

12 lines
320 B
PHP
Raw Normal View History

2005-04-18 11:59:15 +00:00
<?PHP // $Id$
// block_html.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2005033100)
$string['configcontent'] = 'Indhold';
$string['configtitle'] = 'Bloktitel';
$string['html'] = 'HTML';
$string['leaveblanktohide'] = 'Lad v<>re blank for at skjule titlen';
$string['newhtmlblock'] = '(ny HTML blok)';
?>