mirror of
https://github.com/moodle/moodle.git
synced 2025-01-20 15:08:32 +01:00
31 lines
1.5 KiB
PHP
Executable File
31 lines
1.5 KiB
PHP
Executable File
<?PHP // $Id$
|
|
|
|
#------------------------------------------------------------
|
|
$string['modulename'] = "Resurse";
|
|
$string['modulenameplural'] = "Resurse";
|
|
#------------------------------------------------------------
|
|
|
|
$string['addresource'] = "Adaugã resursã";
|
|
$string['editingaresource'] = "Modificã o resursã";
|
|
$string['example'] = "Exemplu";
|
|
$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'] = "Nume fiºier";
|
|
$string['fulltext'] = "Textul complet";
|
|
$string['htmlfragment'] = "Fragment HTML";
|
|
$string['neverseen'] = "Niciodatã vizualizat";
|
|
$string['note'] = "Notã";
|
|
$string['notefile'] = "Pentru a încãrca mai multe fiºiere pentr curs (astfel încât sã aparã în aceastã listã) foloseºte
|
|
<A HREF=\$a >Managerul de fiºiere</A>.";
|
|
$string['notypechosen'] = "Trebuie sã alegi un tip. Foloseºte butonul <b>Înapoi</b> ca sã te întorci ºi sã încerci din nou.";
|
|
$string['resourcetype'] = "Tipul resursei";
|
|
$string['resourcetype1'] = "Referinþã";
|
|
$string['resourcetype2'] = "Pagina web";
|
|
$string['resourcetype3'] = "Fiºiere încãrcate";
|
|
$string['resourcetype4'] = "Text simplu";
|
|
$string['resourcetype5'] = "Link web";
|
|
$string['resourcetype6'] = "Text HTML";
|
|
$string['resourcetype7'] = "Program";
|
|
|
|
?>
|