mirror of
https://github.com/moodle/moodle.git
synced 2025-02-25 20:43:33 +01:00
12 lines
307 B
PHP
12 lines
307 B
PHP
|
<?PHP // $Id$
|
|||
|
// block_html.php - created with Moodle 1.5.2 (2005060220)
|
|||
|
|
|||
|
|
|||
|
$string['configcontent'] = 'Innhold';
|
|||
|
$string['configtitle'] = 'Boksoverskrift';
|
|||
|
$string['html'] = 'HTML';
|
|||
|
$string['leaveblanktohide'] = 'la denne st<73> tom for <20> skjule tittelen';
|
|||
|
$string['newhtmlblock'] = 'Ny HTML-boks';
|
|||
|
|
|||
|
?>
|