Files
moodle/lang/pt_br/block_html.php
T
2005-07-07 17:38:15 +00:00

12 lines
310 B
PHP

<?PHP // $Id$
// block_html.php - created with Moodle 1.5 + (2005060201)
$string['configcontent'] = 'Conteúdo';
$string['configtitle'] = 'Título do Box';
$string['html'] = 'HTML';
$string['leaveblanktohide'] = 'Deixe em branco para esconder o título';
$string['newhtmlblock'] = '(novo box HTML)';
?>