mirror of
https://github.com/moodle/moodle.git
synced 2025-03-16 21:50:20 +01:00
30 lines
1.3 KiB
PHP
30 lines
1.3 KiB
PHP
<?PHP // $Id$
|
|
|
|
#------------------------------------------------------------
|
|
$string[modulename] = "Aineisto";
|
|
$string[modulenameplural] = "Aineistot";
|
|
#------------------------------------------------------------
|
|
|
|
$string[addresource] = "Lisää aineisto";
|
|
$string[editingaresource] = "Aineiston muokkaus";
|
|
$string[example] = "Esimerkki";
|
|
$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] = "Tiedoston nimi";
|
|
$string[fulltext] = "Teksti";
|
|
$string[htmlfragment] = "HTML";
|
|
$string[neverseen] = "Lukematta";
|
|
$string[note] = "Huomaa";
|
|
$string[notefile] = "Lisätäksesi tiedostoja kurssille (jotta ne näkysivät tässä listassa) käytä
|
|
<A HREF=\$a >Tiedostot-</A>työkalua.";
|
|
$string[notypechosen] = "Sinun pitää valita luettavan aineiston tyyppi tyyppi. Kaytä selaimen \"back\"-nappia.";
|
|
$string[resourcetype] = "Tyyppi";
|
|
$string[resourcetype1] = "Viittaus";
|
|
$string[resourcetype2] = "Web-sivu";
|
|
$string[resourcetype3] = "Tiedosto";
|
|
$string[resourcetype4] = "Teksti";
|
|
$string[resourcetype5] = "Web-linkki";
|
|
$string[resourcetype6] = "HTML";
|
|
|
|
?>
|