moodle/lang/fi/resource.php

30 lines
1.3 KiB
PHP
Raw Normal View History

2002-11-21 08:26:27 +00:00
<?PHP // $Id$
2003-01-02 12:45:39 +00:00
// resource.php - created with Moodle 1.0.8 dev (2002123000)
2002-11-21 08:26:27 +00:00
$string['addresource'] = "Lis<EFBFBD><EFBFBD> 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<EFBFBD>t<EFBFBD>ksesi tiedostoja kurssille (jotta ne n<>kysiv<69>t t<>ss<73> listassa) k<>yt<79>
<A HREF=\$a >Tiedostot-</A>ty<EFBFBD>kalua.";
2002-11-21 08:26:27 +00:00
$string['notypechosen'] = "Sinun pit<69><74> valita luettavan aineiston tyyppi tyyppi. Kayt<79> 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";
2003-01-02 12:45:39 +00:00
$string['resourcetype7'] = "Ohjelma";
?>