mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
29 lines
1.4 KiB
PHP
29 lines
1.4 KiB
PHP
<?PHP // $Id$
|
|
// reading.php - created with Moodle 1.0.5 beta 1 (2002092500)
|
|
|
|
|
|
$string['addreading'] = "Aggiungi una lettura";
|
|
$string['editingareading'] = "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['neverread'] = "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['readingtype'] = "Tipo di risorsa";
|
|
$string['readingtype1'] = "Riferimento";
|
|
$string['readingtype2'] = "Pagina web";
|
|
$string['readingtype3'] = "File trasferito sul server";
|
|
$string['readingtype4'] = "Puro testo";
|
|
$string['readingtype5'] = "Collegamento web";
|
|
$string['readingtype6'] = "Testo HTML";
|
|
|
|
?>
|