moodle/lang/ca/block_html.php
2005-04-27 12:53:08 +00:00

12 lines
329 B
PHP

<?PHP // $Id$
// block_html.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2005041101)
$string['configcontent'] = 'Contingut';
$string['configtitle'] = 'Títol del bloc';
$string['html'] = 'HTML';
$string['leaveblanktohide'] = 'Deixeu en blanc per ocultar el títol';
$string['newhtmlblock'] = '(nou bloc HTML)';
?>