mirror of
https://github.com/moodle/moodle.git
synced 2025-01-24 09:08:22 +01:00
29 lines
1.3 KiB
PHP
29 lines
1.3 KiB
PHP
|
<?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";
|
|||
|
|
|||
|
?>
|