mirror of
https://github.com/moodle/moodle.git
synced 2025-01-22 16:18:24 +01:00
29 lines
1.3 KiB
PHP
Executable File
29 lines
1.3 KiB
PHP
Executable File
<?PHP // $Id$
|
|
// resource.php - created with Moodle 1.0.8.1 (2003011200)
|
|
|
|
|
|
$string['addresource'] = "Tilføj materiale";
|
|
$string['editingaresource'] = "Rediger i materialet";
|
|
$string['example'] = "Eksempel";
|
|
$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.eksempel.com/enmappe/enfil.html";
|
|
$string['filename'] = "Filnavn";
|
|
$string['fulltext'] = "Fuld tekst";
|
|
$string['htmlfragment'] = "HTML del";
|
|
$string['modulename'] = "Materiale";
|
|
$string['modulenameplural'] = "Materialer";
|
|
$string['neverseen'] = "Ikke set endnu";
|
|
$string['note'] = "Note";
|
|
$string['notefile'] = "For at uploade filer til kurset(så de vises i denne liste) brug<A HREF=\$a >File Manager</A>.";
|
|
$string['notypechosen'] = "Du skal vælge en type. Brug tilbage knappen og prøv igen";
|
|
$string['resourcetype'] = "Materiale type";
|
|
$string['resourcetype1'] = "Reference";
|
|
$string['resourcetype2'] = "Web Sted";
|
|
$string['resourcetype3'] = "Uploaded Fil";
|
|
$string['resourcetype4'] = "Alm. tekst";
|
|
$string['resourcetype5'] = "Web Link";
|
|
$string['resourcetype6'] = "HTML tekst";
|
|
$string['resourcetype7'] = "Program";
|
|
|
|
?>
|