mirror of
https://github.com/moodle/moodle.git
synced 2025-02-23 11:27:51 +01:00
13 lines
397 B
PHP
Executable File
13 lines
397 B
PHP
Executable File
<?PHP // $Id$
|
|
// block_html.php - created with Moodle 1.5 ALPHA (2005043000)
|
|
// traduzione a cura di Luca Arese - Università di Torino
|
|
|
|
|
|
$string['configcontent'] = 'Contenuto';
|
|
$string['configtitle'] = 'Titolo blocco';
|
|
$string['html'] = 'HTML';
|
|
$string['leaveblanktohide'] = 'lasciare in bianco per nascondere il titolo';
|
|
$string['newhtmlblock'] = '(nuovo blocco HTML)';
|
|
|
|
?>
|