mirror of
https://github.com/moodle/moodle.git
synced 2025-01-22 08:11:26 +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ä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ör att ladda upp fler filer till kursen (så att de uppträder i denna lista) använd <A HREF=\$a >Filhanteraren</A>.";
|
|
$string['notypechosen'] = "Du måste välja typ. Använd tillbakaknappen för att gå tillbaka och försöka igen.";
|
|
$string['resourcetype'] = "Typ av resurs";
|
|
$string['resourcetype1'] = "Referens";
|
|
$string['resourcetype2'] = "Webbsida";
|
|
$string['resourcetype3'] = "Uppladdad fil";
|
|
$string['resourcetype4'] = "Vanlig text";
|
|
$string['resourcetype5'] = "Webblänk";
|
|
$string['resourcetype6'] = "HTML-text";
|
|
|
|
?>
|