moodle/lang/sv/block_html.php

12 lines
317 B
PHP

<?PHP // $Id$
// block_html.php - created with Moodle 1.4.3 + (2004083134)
$string['configcontent'] = 'Innehåll';
$string['configtitle'] = 'Titel på block';
$string['html'] = 'HTML';
$string['leaveblanktohide'] = 'Låt detta vara tomt för att dölja titeln';
$string['newhtmlblock'] = '(nytt HTML-block)';
?>