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