Skip to content

Commit

Permalink
Changes due to new resource module
Browse files Browse the repository at this point in the history
  • Loading branch information
moodler committed Oct 17, 2002
1 parent 242ee01 commit 3a5a667
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 10 deletions.
23 changes: 23 additions & 0 deletions lang/fi/help/resource/resourcetype.html
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,23 @@
<P ALIGN=CENTER><B>Resource Type</B></P>

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

<P><B>Plain text</B> - 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: <? helpbutton("text", get_string("helptext")) ?>

<P><B>HTML text</B> - for more advanced users. No automatic formatting is performed,
you need to do it all manually using HTML codes.

<P><B>Reference</B> - a scholarly reference to a journal or book.

<P><B>Uploaded file</B> - displays any file you have uploaded into the course. See the 'Files' section.

<P><B>Web link</B> - 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).

<P><B>Web page</B> - 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.
8 changes: 8 additions & 0 deletions lang/fi/help/resource/summary.html
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,8 @@
<P ALIGN=CENTER><B>Reading Summary</B></P>

<P>The summary is a very short description of the resource.

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

<P>You'll get a chance to specify the content on the next page.
20 changes: 10 additions & 10 deletions lang/fi/reading.php → lang/fi/resource.php
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -5,25 +5,25 @@
$string[modulenameplural] = "Aineistot"; $string[modulenameplural] = "Aineistot";
#------------------------------------------------------------ #------------------------------------------------------------


$string[addreading] = "Lisää aineisto"; $string[addresource] = "Lisää aineisto";
$string[editingareading] = "Aineiston muokkaus"; $string[editingaresource] = "Aineiston muokkaus";
$string[example] = "Esimerkki"; $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[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[exampleurl] = "http://www.example.com/somedirectory/somefile.html";
$string[filename] = "Tiedoston nimi"; $string[filename] = "Tiedoston nimi";
$string[fulltext] = "Teksti"; $string[fulltext] = "Teksti";
$string[htmlfragment] = "HTML"; $string[htmlfragment] = "HTML";
$string[neverread] = "Lukematta"; $string[neverseen] = "Lukematta";
$string[note] = "Huomaa"; $string[note] = "Huomaa";
$string[notefile] = "Lisätäksesi tiedostoja kurssille (jotta ne näkysivät tässä listassa) käytä $string[notefile] = "Lisätäksesi tiedostoja kurssille (jotta ne näkysivät tässä listassa) käytä
<A HREF=\$a >Tiedostot-</A>työkalua."; <A HREF=\$a >Tiedostot-</A>työkalua.";
$string[notypechosen] = "Sinun pitää valita luettavan aineiston tyyppi tyyppi. Kaytä selaimen \"back\"-nappia."; $string[notypechosen] = "Sinun pitää valita luettavan aineiston tyyppi tyyppi. Kaytä selaimen \"back\"-nappia.";
$string[readingtype] = "Tyyppi"; $string[resourcetype] = "Tyyppi";
$string[readingtype1] = "Viittaus"; $string[resourcetype1] = "Viittaus";
$string[readingtype2] = "Web-sivu"; $string[resourcetype2] = "Web-sivu";
$string[readingtype3] = "Tiedosto"; $string[resourcetype3] = "Tiedosto";
$string[readingtype4] = "Teksti"; $string[resourcetype4] = "Teksti";
$string[readingtype5] = "Web-linkki"; $string[resourcetype5] = "Web-linkki";
$string[readingtype6] = "HTML"; $string[resourcetype6] = "HTML";


?> ?>

0 comments on commit 3a5a667

Please sign in to comment.