moodle/lang/da/resource.php
gniske 1dc78ff52a Adding missing strings
Made som few corrections in existing translation
2003-11-03 23:59:59 +00:00

44 lines
2.1 KiB
PHP
Executable File

<?PHP // $Id$
// resource.php - created with Moodle 1.2 development (2003102700)
$string['addresource'] = "Tilføj materiale";
$string['chooseafile'] = "Vælg eller upload en fil";
$string['configframesize'] = "Når en webside eller en uploadet fil vises i en frame, så angiver denne værdi højden på topbaren (den øverste frame som indeholder navigationen)";
$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['newdirectories'] = "Vis biblioteks links";
$string['newfullscreen'] = "Fyld hele skærmen";
$string['newheight'] = "Almindelig vindue højde (i pixels)";
$string['newlocation'] = "Vis lokations bar";
$string['newmenubar'] = "Vis menubar";
$string['newresizable'] = "Tillad vinduet at blive scaleret";
$string['newscrollbars'] = "Tillad vinduet at blive scrollet";
$string['newstatus'] = "Vis statusbar";
$string['newtoolbar'] = "Vis toolbar";
$string['newwidth'] = "Almindelig vinduebredde (i pixels)";
$string['newwindow'] = "Nyt vindue";
$string['newwindowopen'] = "Vis denne resource i et nyt popupvindue";
$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";
$string['resourcetype8'] = "Wikitekst";
?>