]> git.mjollnir.org Git - moodle.git/commitdiff
I revised some of the Glossary texts in English.
authormoodler <moodler>
Wed, 22 Oct 2003 13:59:46 +0000 (13:59 +0000)
committermoodler <moodler>
Wed, 22 Oct 2003 13:59:46 +0000 (13:59 +0000)
lang/en/glossary.php
lang/en/help/glossary/allowcomments.html
lang/en/help/glossary/allowduplicatedentries.html
lang/en/help/glossary/casesensitive.html
lang/en/help/glossary/description.html
lang/en/help/glossary/displayformat.html
lang/en/help/glossary/fullmatch.html
lang/en/help/glossary/mainglossary.html
lang/en/help/glossary/mods.html
lang/en/help/glossary/studentcanpost.html
lang/en/help/glossary/usedynalink.html

index 287ac2760886763c04196f2f01bfda594a92ee80..cb9bb1cfc9760d597b354309a76e28da0bfe0351 100644 (file)
@@ -83,10 +83,10 @@ $string['sortbycreation'] = "By creation date";
 $string['sortbylastupdate'] = "By last update";
 $string['standardview'] = "Browse by alphabet";
 $string['studentcanpost'] = "Students can add entries";
-$string['usedynalink'] = "Link this glossary with other modules automatically";
+$string['usedynalink'] = "Automatically link glossary entries";
 $string['warningstudentcapost'] = "(Applies only if the glossary is not the main one)";
 $string['waitingapproval'] = "Waiting approval";
 $string['writtenby'] = "by";
-$string['youarenottheauthor'] = "You are not the author of this comment, therefore, you are not allowed to edit it.";
+$string['youarenottheauthor'] = "You are not the author of this comment, so you are not allowed to edit it.";
 
 ?>
index d40444229591e6e117951ade5a0ea1d766f95edf..16a6ee614fac88569dcd5ad9cfdfad02db72bf62 100644 (file)
@@ -1,4 +1,6 @@
-<P ALIGN=CENTER><B>Allow comments on entries</B></P>
+<p align="center"><b>Allow comments on entries</b></p>
 
-<P>You can specify if the system should or should not allow comments on glossary entries.
+<p>It is possible to allow others to add comments to glossary entries.</p>
+
+<p>You can choose whether this feature is enabled or disabled.</p>
 
index 17c411eab1a30bcc15b81a10c8cc4bc59c47b2ec..693881d09a7f90fd62ed1529f5860b4d0d4029e7 100644 (file)
@@ -1,4 +1,5 @@
-<P ALIGN=CENTER><B>Allow duplicated entries</B></P>
+<p align=center><b>Allow duplicated entries</b></p>
 
-<P>You can specify if the system should or should not accept duplicated entries in the current glossary.
+<p>If you turn this option on, then multiple entries are allowed to 
+   use the same concept name.</p>
 
index 003a43e160f54aef1c7cae5be6eb8b6b2c83c4c3..c0b7801f2b7dc8c3df8e921c2f90ea0096eac9c8 100644 (file)
@@ -1,5 +1,8 @@
 <P ALIGN=CENTER><B>Case sensitive matching</B></P>
 
-<P>This setting specify if an entry should be found with the exact case as it is in order to be automatically linked.
-<p>Note that this flag does not limit that a concept could be contained insidee another: Use the Whole Words Matching flag instead.
+<P>This setting specifies whether matching exact upper and lower case is 
+   necessary when performing automatic linking to these entries.</p>
+
+<p>For example, if this is turned on, then a word like "html" in a forum
+   posting will NOT be linked to a glossary entry called "HTML".</p>
 
index cd98ad58f5948ee7752f8fcf3d5119d87f3ddafe..dfb3da974a149f55a3126059ee26df86775869fa 100644 (file)
@@ -1,3 +1,4 @@
 <P ALIGN=CENTER><B>Description</B></P>
 
-<P>It should describe the purpouse of this glossary, who will be able to post new entries, etc. 
+<P>This field allows you to describe the purpose of the glossary, and 
+   to possibly provide instructions or background information, links etc.</p>
index ea2a466c2528bc5d09c5ed2caaf9c2302bb8d58e..738c0844a42dbcc35757c644213ff72e02e83b71 100644 (file)
@@ -1,19 +1,28 @@
 <P ALIGN=CENTER><B>Display format</B></P>
 
-<P>This setting specify the way the entries will be shown within the glossary. The system has two built-in formats: Default and continuous. 
-<ul>
-<il>The default view is simple. It looks like a conventional dictionary. No author. Attachment are shown as links.</il>
-<il>Continuous shows the entries one after other without any kind of separation but the editing icons.</il>
-</ul>
-<p>Also, there are three more display formats:
-<ul>
-<il>Full with Author: A forum-like display format showing author's data. Attachments are shown as links.</il>
-<il>Encyclopedia: Quite like Full with Author but shows the attached images inline.</il>
-<il>FAQ: A sort of FAQ. It automatically appends the words QUESTION and ANSWER in the concepto and definition respectivelly.</il>
-<il>Full without Author: A forum-like display format that does not show author's data. Attachments are shown as links.</il>
-</ul>
+<P>This setting specifies the way that each entry will be shown within the glossary.  The default formats are:</p>
+<blockquote>
+<dl>
+<dt><b>Simple Dictionary</b>:</dt>
+<dd>looks like a conventional dictionary with separate entries. No authors are displayed and attachments are shown as links.</dd>
+<dt><b>Continuous</b>:</dt>
+<dd>shows the entries one after other without any kind of separation but the editing icons.</dd>
+<dt><b>Full with Author</b>:</dt>
+<dd>A forum-like display format showing author's data. Attachments are shown as links.</dd>
+<dt><b>Full without Author</b>:</dt>
+<dd>A forum-like display format that does not show author's data. Attachments are shown as links.</dd>
+<dt><b>Encyclopedia</b>:</dt>
+<dd>Like 'Full with Author' but attached images are shown inline.</dd>
+<dt><b>FAQ</b>:</dt>
+<dd>Useful for displaying lists of Frequently Asked Questions.  It automatically appends the words QUESTION and ANSWER in the concept and definition respectively.</dd>
+</dl>
+</blockquote>
 
 <hr>
-<p>If you want to create your own format, you should create a .PHP file and give it a number as its name. See into mod/glossary/formats which should be the next number. Note that numbers 0 and 1 are reserved.
-<p>Then, create a function called <b>glossary_print_entry_by_format($course, $cm, $glossary, $entry)</b> and dump all your creativity on it.
-<p>The last step is to insert a new entry in every language pack you use called <b>displayformat[number]</b>, and give it a short but meaningful description.
+<p>Moodle Administrators can create new formats as follows:
+<ol>
+<li> Look in mod/glossary/formats ... you should see a numbered file for every existing format.
+<li> Copy one of these and call it another number N (note that 0 and 1 are reserved).
+<li> Edit this file accordingly to create your own format (some PHP knowledge required).
+<li> Finally, insert a new entry in every language pack you use called <b>displayformatN</b>, and give it a short but meaningful name.
+</ol>
index 621c390215f99083f0dc722479b9bea746e46908..c5151812b23f565d9e9e4e0648c22df83088f47d 100644 (file)
@@ -1,5 +1,6 @@
 <P ALIGN=CENTER><B>Whole words matching</B></P>
 
-<P>If you stablish that an entry could be automatically linked from other resources, then, 
-if you set this flag also, only those concepts which words match completelly with this entry, will be linked.
-<p>Note that this flag does not force the match of the case. Use the Case Sensitive flag instead.
\ No newline at end of file
+<p>If automatic linking is enabled, then turning this setting on will force only 
+   whole words to be linked.
+
+<p>For example, a glossary entry named "construct" will not create a link inside the word "constructivism".</p>
index de29e62db55a5fe83cd737b53522864422f44052..b4afe623bc34bebd4f1303b0cb17177c64260606 100644 (file)
@@ -1,5 +1,7 @@
 <P ALIGN=CENTER><B>Defining the main glossary of the course</B></P>
 
-<P>The system allows to export entries from any secondary glossary to the main one of the course.
-<p>In order to do this, you should specify which glossary is the main one.
-<p>Note: You can have only one main glossary per course and its entries could be updated or deleted by teachers only.
+<P>The glossary system allows you to export entries from any secondary glossary to the main one of the course.</p>
+
+<p>In order to do this, you should specify which glossary is the main one.</p>
+
+<p>Note: You can only have one main glossary per course and only teachers are allowed to update it.</p>
index a0d0da044c3104a32e3c22e2dd77e1b4e773f23e..a2fa13ce0e1c0a7350a45c781154ef6b6933536d 100644 (file)
@@ -1,6 +1,7 @@
 <P><IMG VALIGN=absmiddle SRC="<?php echo $CFG->wwwroot?>/mod/glossary/icon.gif">&nbsp;<B>Glossary</B></P>
 <UL>
-<P>This resource allows to create and maintain a dictionary or a list of definitions.<br />
-The entries could be created by teachers or by students and can be shown in different formats.<br />
-You can search for terms. The glossary also allows to export entries from one glossary to another (the main one) within the same course.
-</UL>
\ No newline at end of file
+<P>This activity allows participants to create and maintain a list of definitions, like a dictionary.
+The entries can be searched or browsed in many different formats. The glossary also allows teachers 
+to export entries from one glossary to another (the main one) within the same course.  Finally, it is 
+possible to automatically create links to these entries from throughout the course.</p>
+</UL>
index 957d3eaf5d838bd9595ac64391a4f089abab1232..942b1d35ca0a4155660371089559ff7d14122b27 100644 (file)
@@ -1,5 +1,7 @@
 <P ALIGN=CENTER><B>Students can post entries</B></P>
 
-<P>You can specify whether a user can or cannot add, edit or delete his/her own entries.
-Entries exported to a main glossary can be updated or deleted by teachers only.
-<p><b>Note:</b> A teacher can edit or delete any entry at any time. This variable is not used if the glossary is the main one.
+<P>You can specify whether a student can or cannot add, edit or delete his/her own entries.
+Entries exported to a main glossary can be updated or deleted by teachers only, so this setting 
+only applies to secondary glossaries.</p>
+
+<p><b>Note:</b> A teacher can edit or delete any entry at any time.</p>
index a34161f3cf9cf06afd66a34508e33d962a0371c6..0b735e226d975b72e76dd0afebc500dde3ebcdfd 100644 (file)
@@ -1,6 +1,10 @@
-<P ALIGN=CENTER><B>Linking glossaries' entries with other modules automatically</B></P>
+<P ALIGN=CENTER><B>Automatically link glossary entries</B></P>
 
-<P>If you stablish that a glossary or an entry should be automatically linked, the entries affected will be automatically linked whenever they are found in other resources (forums, comments, etc).
-<p>If you do not want a specific entry to be linked, you should insert it between the &lt;nolink> and &lt;/nolink> tags in the source of the HTML.
-<p>Also, if a category is found, it will also be linked. Note that category linking is case sensitive.
+<P>Turning this feature on will allow the entries in this glossary to be automatically linked whenever 
+   the concept words and phrases appear throughout the rest of the same course.  This includes forum
+   postings, internal resources, week summaries, journals and so on.  </p>
+
+<p>If you do not want particular text to be linked (in a forum posting, say) then you should add &lt;nolink> and &lt;/nolink> tags around the text.</p>
+
+<p>Note that category names are also linked.</p>