moodle/lang/de/block_html.php

12 lines
328 B
PHP
Raw Normal View History

2005-04-16 22:09:27 +00:00
<?PHP // $Id$
2005-04-20 21:30:06 +00:00
// block_html.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2005041101)
2005-04-16 22:09:27 +00:00
$string['configcontent'] = 'Inhalt';
$string['configtitle'] = 'Blocktitel';
$string['html'] = 'HTML';
$string['leaveblanktohide'] = 'leer lassen, um den Titel zu verbergen';
2005-04-20 21:30:06 +00:00
$string['newhtmlblock'] = '(neuer HTML-Block)';
2005-04-16 22:09:27 +00:00
?>