From: moodler Date: Wed, 22 Oct 2003 13:59:46 +0000 (+0000) Subject: I revised some of the Glossary texts in English. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=e2d94a5f26683098a1f0e84d0ae10b492eb8e75d;p=moodle.git I revised some of the Glossary texts in English. --- diff --git a/lang/en/glossary.php b/lang/en/glossary.php index 287ac27608..cb9bb1cfc9 100644 --- a/lang/en/glossary.php +++ b/lang/en/glossary.php @@ -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."; ?> diff --git a/lang/en/help/glossary/allowcomments.html b/lang/en/help/glossary/allowcomments.html index d404442295..16a6ee614f 100644 --- a/lang/en/help/glossary/allowcomments.html +++ b/lang/en/help/glossary/allowcomments.html @@ -1,4 +1,6 @@ -

Allow comments on entries

+

Allow comments on entries

-

You can specify if the system should or should not allow comments on glossary entries. +

It is possible to allow others to add comments to glossary entries.

+ +

You can choose whether this feature is enabled or disabled.

diff --git a/lang/en/help/glossary/allowduplicatedentries.html b/lang/en/help/glossary/allowduplicatedentries.html index 17c411eab1..693881d09a 100644 --- a/lang/en/help/glossary/allowduplicatedentries.html +++ b/lang/en/help/glossary/allowduplicatedentries.html @@ -1,4 +1,5 @@ -

Allow duplicated entries

+

Allow duplicated entries

-

You can specify if the system should or should not accept duplicated entries in the current glossary. +

If you turn this option on, then multiple entries are allowed to + use the same concept name.

diff --git a/lang/en/help/glossary/casesensitive.html b/lang/en/help/glossary/casesensitive.html index 003a43e160..c0b7801f2b 100644 --- a/lang/en/help/glossary/casesensitive.html +++ b/lang/en/help/glossary/casesensitive.html @@ -1,5 +1,8 @@

Case sensitive matching

-

This setting specify if an entry should be found with the exact case as it is in order to be automatically linked. -

Note that this flag does not limit that a concept could be contained insidee another: Use the Whole Words Matching flag instead. +

This setting specifies whether matching exact upper and lower case is + necessary when performing automatic linking to these entries.

+ +

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".

diff --git a/lang/en/help/glossary/description.html b/lang/en/help/glossary/description.html index cd98ad58f5..dfb3da974a 100644 --- a/lang/en/help/glossary/description.html +++ b/lang/en/help/glossary/description.html @@ -1,3 +1,4 @@

Description

-

It should describe the purpouse of this glossary, who will be able to post new entries, etc. +

This field allows you to describe the purpose of the glossary, and + to possibly provide instructions or background information, links etc.

diff --git a/lang/en/help/glossary/displayformat.html b/lang/en/help/glossary/displayformat.html index ea2a466c25..738c0844a4 100644 --- a/lang/en/help/glossary/displayformat.html +++ b/lang/en/help/glossary/displayformat.html @@ -1,19 +1,28 @@

Display format

-

This setting specify the way the entries will be shown within the glossary. The system has two built-in formats: Default and continuous. -

-

Also, there are three more display formats: -

+

This setting specifies the way that each entry will be shown within the glossary. The default formats are:

+
+
+
Simple Dictionary:
+
looks like a conventional dictionary with separate entries. No authors are displayed and attachments are shown as links.
+
Continuous:
+
shows the entries one after other without any kind of separation but the editing icons.
+
Full with Author:
+
A forum-like display format showing author's data. Attachments are shown as links.
+
Full without Author:
+
A forum-like display format that does not show author's data. Attachments are shown as links.
+
Encyclopedia:
+
Like 'Full with Author' but attached images are shown inline.
+
FAQ:
+
Useful for displaying lists of Frequently Asked Questions. It automatically appends the words QUESTION and ANSWER in the concept and definition respectively.
+
+

-

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. -

Then, create a function called glossary_print_entry_by_format($course, $cm, $glossary, $entry) and dump all your creativity on it. -

The last step is to insert a new entry in every language pack you use called displayformat[number], and give it a short but meaningful description. +

Moodle Administrators can create new formats as follows: +

    +
  1. Look in mod/glossary/formats ... you should see a numbered file for every existing format. +
  2. Copy one of these and call it another number N (note that 0 and 1 are reserved). +
  3. Edit this file accordingly to create your own format (some PHP knowledge required). +
  4. Finally, insert a new entry in every language pack you use called displayformatN, and give it a short but meaningful name. +
diff --git a/lang/en/help/glossary/fullmatch.html b/lang/en/help/glossary/fullmatch.html index 621c390215..c5151812b2 100644 --- a/lang/en/help/glossary/fullmatch.html +++ b/lang/en/help/glossary/fullmatch.html @@ -1,5 +1,6 @@

Whole words matching

-

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. -

Note that this flag does not force the match of the case. Use the Case Sensitive flag instead. \ No newline at end of file +

If automatic linking is enabled, then turning this setting on will force only + whole words to be linked. + +

For example, a glossary entry named "construct" will not create a link inside the word "constructivism".

diff --git a/lang/en/help/glossary/mainglossary.html b/lang/en/help/glossary/mainglossary.html index de29e62db5..b4afe623bc 100644 --- a/lang/en/help/glossary/mainglossary.html +++ b/lang/en/help/glossary/mainglossary.html @@ -1,5 +1,7 @@

Defining the main glossary of the course

-

The system allows to export entries from any secondary glossary to the main one of the course. -

In order to do this, you should specify which glossary is the main one. -

Note: You can have only one main glossary per course and its entries could be updated or deleted by teachers only. +

The glossary system allows you to export entries from any secondary glossary to the main one of the course.

+ +

In order to do this, you should specify which glossary is the main one.

+ +

Note: You can only have one main glossary per course and only teachers are allowed to update it.

diff --git a/lang/en/help/glossary/mods.html b/lang/en/help/glossary/mods.html index a0d0da044c..a2fa13ce0e 100644 --- a/lang/en/help/glossary/mods.html +++ b/lang/en/help/glossary/mods.html @@ -1,6 +1,7 @@

 Glossary

\ No newline at end of file +

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.

+ diff --git a/lang/en/help/glossary/studentcanpost.html b/lang/en/help/glossary/studentcanpost.html index 957d3eaf5d..942b1d35ca 100644 --- a/lang/en/help/glossary/studentcanpost.html +++ b/lang/en/help/glossary/studentcanpost.html @@ -1,5 +1,7 @@

Students can post entries

-

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. -

Note: A teacher can edit or delete any entry at any time. This variable is not used if the glossary is the main one. +

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.

+ +

Note: A teacher can edit or delete any entry at any time.

diff --git a/lang/en/help/glossary/usedynalink.html b/lang/en/help/glossary/usedynalink.html index a34161f3cf..0b735e226d 100644 --- a/lang/en/help/glossary/usedynalink.html +++ b/lang/en/help/glossary/usedynalink.html @@ -1,6 +1,10 @@ -

Linking glossaries' entries with other modules automatically

+

Automatically link glossary entries

-

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). -

If you do not want a specific entry to be linked, you should insert it between the <nolink> and </nolink> tags in the source of the HTML. -

Also, if a category is found, it will also be linked. Note that category linking is case sensitive. +

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.

+ +

If you do not want particular text to be linked (in a forum posting, say) then you should add <nolink> and </nolink> tags around the text.

+ +

Note that category names are also linked.