moodle/lang/sv/resource.php

29 lines
1.3 KiB
PHP
Raw Normal View History

2002-12-22 13:32:36 +00:00
<?PHP // $Id$
#------------------------------------------------------------
$string['modulename'] = "Resurs";
$string['modulenameplural'] = "Resurser";
#------------------------------------------------------------
$string['addresource'] = "L<EFBFBD>gg till resurs";
$string['editingaresource'] = "Redigera en resurs";
$string['example'] = "Exempel";
$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'] = "Filnamn";
$string['fulltext'] = "Full text";
$string['htmlfragment'] = "HTML-fragment";
$string['neverseen'] = "Aldrig sedd";
$string['note'] = "Not";
$string['notefile'] = "F<EFBFBD>r att ladda upp fler filer till kursen (s<> att de upptr<74>der i denna lista) anv<6E>nd <A HREF=\$a >Filhanteraren</A>.";
$string['notypechosen'] = "Du m<>ste v<>lja typ. Anv<6E>nd tillbakaknappen f<>r att g<> tillbaka och f<>rs<72>ka igen.";
$string['resourcetype'] = "Typ av resurs";
$string['resourcetype1'] = "Referens";
$string['resourcetype2'] = "Webbsida";
$string['resourcetype3'] = "Uppladdad fil";
$string['resourcetype4'] = "Vanlig text";
$string['resourcetype5'] = "Webbl<EFBFBD>nk";
$string['resourcetype6'] = "HTML-text";
?>