moodle/lang/es/block_html.php
2005-01-31 18:44:50 +00:00

11 lines
289 B
PHP

<?PHP // $Id$
// block_html.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2004093001)
$string['configcontent'] = 'Contenido';
$string['configtitle'] = 'Título del Bloque';
$string['html'] = 'HTML';
$string['leaveblanktohide'] = 'dejar en blanco para ocultar el título';
?>