moodle/lang/fi/resource.php
2003-01-02 12:45:39 +00:00

30 lines
1.3 KiB
PHP

<?PHP // $Id$
// resource.php - created with Moodle 1.0.8 dev (2002123000)
$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['modulename'] = "Aineisto";
$string['modulenameplural'] = "Aineistot";
$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'] = "Aineiston tyyppi";
$string['resourcetype1'] = "Viittaus";
$string['resourcetype2'] = "Web-sivu";
$string['resourcetype3'] = "Tiedosto";
$string['resourcetype4'] = "Teksti";
$string['resourcetype5'] = "Web-linkki";
$string['resourcetype6'] = "HTML";
$string['resourcetype7'] = "Ohjelma";
?>