From: moodler Date: Thu, 17 Oct 2002 15:10:59 +0000 (+0000) Subject: Changes due to new resource module X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=3a5a667386981b88aff4230c0b387b368f9540c5;p=moodle.git Changes due to new resource module --- diff --git a/lang/fi/help/resource/resourcetype.html b/lang/fi/help/resource/resourcetype.html new file mode 100644 index 0000000000..7d0eae1a3a --- /dev/null +++ b/lang/fi/help/resource/resourcetype.html @@ -0,0 +1,23 @@ +

Resource Type

+ +

Resources are any content you can dream up. These are the + different types, which mostly specify how the content is + to be accessed: + +

Plain text - the easiest type. You can just type (edit) the page into a form +on the following page. Some things you type will be automatically formatted, just like +forum postings. See help on typing text: + +

HTML text - for more advanced users. No automatic formatting is performed, +you need to do it all manually using HTML codes. + +

Reference - a scholarly reference to a journal or book. + +

Uploaded file - displays any file you have uploaded into the course. See the 'Files' section. + +

Web link - A URL to somewhere on the web. When anyone clicks on this resource +activity they will be taken out of the course (the page you've specified will fill the browser window). + +

Web page - A URL to somewhere on the web. Like the previous type, this +will display a web page. Unlike the previous type, though, the page will displayed +within a frame, as if it is integrated within the course. diff --git a/lang/fi/help/resource/summary.html b/lang/fi/help/resource/summary.html new file mode 100644 index 0000000000..016342e192 --- /dev/null +++ b/lang/fi/help/resource/summary.html @@ -0,0 +1,8 @@ +

Reading Summary

+ +

The summary is a very short description of the resource. + +

Do not be tempted to write too much here, or to include the + resource itself! + +

You'll get a chance to specify the content on the next page. diff --git a/lang/fi/reading.php b/lang/fi/resource.php similarity index 71% rename from lang/fi/reading.php rename to lang/fi/resource.php index 14ac97cf9b..07ed67f028 100644 --- a/lang/fi/reading.php +++ b/lang/fi/resource.php @@ -5,25 +5,25 @@ $string[modulename] = "Aineisto"; $string[modulenameplural] = "Aineistot"; #------------------------------------------------------------ -$string[addreading] = "Lisää aineisto"; -$string[editingareading] = "Aineiston muokkaus"; +$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[neverread] = "Lukematta"; +$string[neverseen] = "Lukematta"; $string[note] = "Huomaa"; $string[notefile] = "Lisätäksesi tiedostoja kurssille (jotta ne näkysivät tässä listassa) käytä Tiedostot-työkalua."; $string[notypechosen] = "Sinun pitää valita luettavan aineiston tyyppi tyyppi. Kaytä selaimen \"back\"-nappia."; -$string[readingtype] = "Tyyppi"; -$string[readingtype1] = "Viittaus"; -$string[readingtype2] = "Web-sivu"; -$string[readingtype3] = "Tiedosto"; -$string[readingtype4] = "Teksti"; -$string[readingtype5] = "Web-linkki"; -$string[readingtype6] = "HTML"; +$string[resourcetype] = "Tyyppi"; +$string[resourcetype1] = "Viittaus"; +$string[resourcetype2] = "Web-sivu"; +$string[resourcetype3] = "Tiedosto"; +$string[resourcetype4] = "Teksti"; +$string[resourcetype5] = "Web-linkki"; +$string[resourcetype6] = "HTML"; ?>