mirror of
https://github.com/moodle/moodle.git
synced 2025-01-24 17:18:28 +01:00
54 lines
2.4 KiB
PHP
54 lines
2.4 KiB
PHP
<?PHP // $Id$
|
|
// resource.php - created with Moodle 1.2 development (2003111400)
|
|
|
|
|
|
$string['addresource'] = 'Aggiungi risorsa';
|
|
$string['chooseafile'] = 'Scegli o aggiorna un file';
|
|
$string['configframesize'] = 'Quando una pagina web o un file é visualizzato in un frame, questa é la dimensione (in pixel) del frame superiore (che contiene la navigazione).';
|
|
$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['newdirectories'] = 'Mostra i collegamenti alla directory';
|
|
$string['newfullscreen'] = 'Tutto schermo';
|
|
$string['newheight'] = 'Altezza standard della finestra (in pixel)';
|
|
$string['newlocation'] = 'Mostra barra indirizzo';
|
|
$string['newmenubar'] = 'Mostra barra menu';
|
|
$string['newresizable'] = 'Permetti che la finestra sia minimizzata';
|
|
$string['newscrollbars'] = 'Permetti lo scorrimento della finestra';
|
|
$string['newstatus'] = 'Mostra barra di stato';
|
|
$string['newtoolbar'] = 'Mostra pulsanti';
|
|
$string['newwidth'] = 'Larghezza standard della finestra (in pixel)';
|
|
$string['newwindow'] = 'Nuova finestra';
|
|
$string['newwindowopen'] = 'Visualizza questa risorsa in una nuova finestra';
|
|
$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';
|
|
$string['resourcetype7'] = 'Programma';
|
|
$string['resourcetype8'] = 'Testo Wiki';
|
|
|
|
?>
|