mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
Now, in topics format, every course can decide about how to
display hidden topics (collapsed or invisible) Some strings and one help file. Please, review it!!
This commit is contained in:
parent
5321d59360
commit
5b044cc120
2 changed files with 13 additions and 0 deletions
10
lang/en/help/coursehiddentopics.html
Normal file
10
lang/en/help/coursehiddentopics.html
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
<p align="center"><b>Course hidden topics</b></p>
|
||||||
|
|
||||||
|
<P>This option allows you to decide how the hidden topics in your course
|
||||||
|
are going to be displayed to students.</p>
|
||||||
|
|
||||||
|
<p>You can select to show them in collapsed form or hiding them
|
||||||
|
at all.</p>
|
||||||
|
|
||||||
|
<p>This setting only has effect in courses using the "Topics" format.</p>
|
||||||
|
|
|
@ -451,6 +451,9 @@ $string['helptext'] = 'How to write text';
|
||||||
$string['helpwiki'] = 'How to write Wiki text';
|
$string['helpwiki'] = 'How to write Wiki text';
|
||||||
$string['helpwriting'] = 'Write carefully';
|
$string['helpwriting'] = 'Write carefully';
|
||||||
$string['hide'] = 'Hide';
|
$string['hide'] = 'Hide';
|
||||||
|
$string['hiddentopics'] = 'Hidden Topics';
|
||||||
|
$string['hiddentopicscollapsed'] = 'are shown in collapsed form';
|
||||||
|
$string['hiddentopicsinvisible'] = 'are completely invisible';
|
||||||
$string['hidepicture'] = 'Hide picture';
|
$string['hidepicture'] = 'Hide picture';
|
||||||
$string['hits'] = 'Hits';
|
$string['hits'] = 'Hits';
|
||||||
$string['hitsoncourse'] = 'Hits on $a->coursename by $a->username';
|
$string['hitsoncourse'] = 'Hits on $a->coursename by $a->username';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue