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$
|
|
// resource.php - created with Moodle 1.0.6.4 beta (2002112001)
|
|
|
|
|
|
$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";
|
|
|
|
?>
|