mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
New feature: Embargoed Announcements
This commit is contained in:
parent
cca4a82f8c
commit
fbc21e82be
7 changed files with 130 additions and 6 deletions
|
@ -46,6 +46,9 @@ $string['discussions'] = 'Discussions';
|
|||
$string['discussionsstartedby'] = 'Discussions started by $a';
|
||||
$string['discussionsstartedbyrecent'] = 'Discussions recently started by $a';
|
||||
$string['discussthistopic'] = 'Discuss this topic';
|
||||
$string['displayend'] = 'Display end';
|
||||
$string['displayperiod'] = 'Display Period';
|
||||
$string['displaystart'] = 'Display start';
|
||||
$string['eachuserforum'] = 'Each person posts one discussion';
|
||||
$string['edit'] = 'Edit';
|
||||
$string['editedby'] = 'Edited by $a->name - $a->date';
|
||||
|
@ -187,6 +190,7 @@ $string['subscribestart'] = 'Send me email copies of posts to this forum';
|
|||
$string['subscribestop'] = 'I don\'t want email copies of posts to this forum';
|
||||
$string['subscription'] = 'Subscription';
|
||||
$string['subscriptions'] = 'Subscriptions';
|
||||
$string['timestartenderror'] = 'Display end date cannot be earlier than the start date';
|
||||
$string['trackforum'] = 'Track unread messages';
|
||||
$string['tracking'] = 'Track';
|
||||
$string['trackingon'] = 'On';
|
||||
|
|
8
lang/en/help/forum/displayperiod.html
Normal file
8
lang/en/help/forum/displayperiod.html
Normal file
|
@ -0,0 +1,8 @@
|
|||
<p align="center"><b>Forum Display Period</b></p>
|
||||
|
||||
<p>You can choose whether your forum posting is displayed from a certain date, expires on a
|
||||
certain date or is only displayed over a given period.</p>
|
||||
|
||||
<p>Deselect the Disable option(s) to activate a display start and/or end date.</p>
|
||||
|
||||
<p>Note that users with Admin access will see messages before their release date and after their expiry date.</p>
|
|
@ -18,5 +18,7 @@
|
|||
|
||||
<li><a href="help.php?module=forum&file=subscription.html">Subscription</a></li>
|
||||
|
||||
<li><a href="help.php?module=forum&file=displayperiod.html">Display Period</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue