mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
33 lines
1.4 KiB
PHP
33 lines
1.4 KiB
PHP
<?PHP // $Id$
|
|
// resource.php - created with Moodle 1.0.6.2 (2002111100)
|
|
|
|
|
|
$string['addresource'] = "Aggiungi risorsa";
|
|
$string['editingaresource'] = "Edita una risorsa";
|
|
$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.esempio.com/unadirectory/unfile.html";
|
|
$string['filename'] = "Nome del file";
|
|
$string['fulltext'] = "Testo integrale";
|
|
$string['htmlfragment'] = "Codice html";
|
|
$string['modulename'] = "Risorsa";
|
|
$string['modulenameplural'] = "Risorse";
|
|
$string['neverseen'] = "Mai visto";
|
|
$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'] = "Bibliografia";
|
|
$string['resourcetype2'] = "Pagina web";
|
|
$string['resourcetype3'] = "File presente su questo server ";
|
|
$string['resourcetype4'] = "Testo semplice";
|
|
$string['resourcetype5'] = "Collegamento web";
|
|
$string['resourcetype6'] = "Testo HTML";
|
|
|
|
?>
|