moodle/lang/it/resource.php
2002-10-17 15:32:52 +00:00

29 lines
1.4 KiB
PHP

<?PHP // $Id$
// reading.php - created with Moodle 1.0.5 beta 1 (2002092500)
$string['addresource'] = "Aggiungi una lettura";
$string['editingaresource'] = "Edita una lettura";
$string['example'] = "Esempio";
$string['examplereference'] = "Tobin, K. & Tippins, D (1993) Constructivism as a Referent for Teaching and Learning. In: K. Tobin (Ed) The Practice of Constructivism in Science Education, pp 3-21, Lawrence-Erlbaum, Hillsdale, NJ.";
$string['exampleurl'] = "http://www.example.com/somedirectory/somefile.html";
$string['filename'] = "Nome del file";
$string['fulltext'] = "Testo integrale";
$string['htmlfragment'] = "Codice html";
$string['modulename'] = "Lettura";
$string['modulenameplural'] = "Letture";
$string['neverseen'] = "Mai letto";
$string['note'] = "Nota";
$string['notefile'] = "Per trasferire altri files nell'archivio del corso (come quelli che compaiono in questa lista) usa il
<A HREF=\$a >File Manager</A>.";
$string['notypechosen'] = "È necessario che tu scelga un tipo. Usa il pulsante indietro per ritornare alla pagina precedente e riprovare.";
$string['resourcetype'] = "Tipo di risorsa";
$string['resourcetype1'] = "Riferimento";
$string['resourcetype2'] = "Pagina web";
$string['resourcetype3'] = "File trasferito sul server";
$string['resourcetype4'] = "Puro testo";
$string['resourcetype5'] = "Collegamento web";
$string['resourcetype6'] = "Testo HTML";
?>