mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 17:36:38 +02:00
MDL-48029 mod_forum: Check for subscription before enrolling
This commit is contained in:
parent
dc3fab74ae
commit
ddb4a31d54
4 changed files with 14 additions and 3 deletions
|
@ -332,6 +332,7 @@ $string['nodiscussions'] = 'There are no discussion topics yet in this forum';
|
|||
$string['nodiscussionsstartedby'] = '{$a} has not started any discussions';
|
||||
$string['nodiscussionsstartedbyyou'] = 'You haven\'t started any discussions yet';
|
||||
$string['noguestpost'] = 'Sorry, guests are not allowed to post.';
|
||||
$string['noguestsubscribe'] = 'Sorry, guests are not allowed to subscribe.';
|
||||
$string['noguesttracking'] = 'Sorry, guests are not allowed to set tracking options.';
|
||||
$string['nomorepostscontaining'] = 'No more posts containing \'{$a}\' were found';
|
||||
$string['nonews'] = 'No news has been posted yet';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue