mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 18:06:51 +02:00
Forum language fixes, and addition of help for separate/connected knowing
This commit is contained in:
parent
f58d18bc83
commit
31d160d3b9
7 changed files with 129 additions and 36 deletions
|
@ -6,7 +6,12 @@ $string[modulenameplural] = "Forums";
|
|||
#------------------------------------------------------------
|
||||
|
||||
$string[addanewdiscussion] = "Add a new discussion topic";
|
||||
$string[allowchoice] = "Allow everyone to choose";
|
||||
$string[allowdiscussions] = "Can a \$a start new discussions?";
|
||||
$string[allowratings] = "Allow posts to be rated?";
|
||||
$string[allowsdiscussions] = "This forum allows each person to start one discussion topic.";
|
||||
$string[bynameondate] = "by \$a->name - \$a->date";
|
||||
$string[canstudentsstart] = "Can a \$a start new discussions?";
|
||||
$string[delete] = "Delete";
|
||||
$string[discussion] = "Discussion";
|
||||
$string[discussions] = "Discussions";
|
||||
|
@ -14,8 +19,15 @@ $string[discussionsstartedby] = "Discussions started by \$a";
|
|||
$string[discussthistopic] = "Discuss this topic";
|
||||
$string[eachuserforum] = "Each person posts one discussion";
|
||||
$string[edit] = "Edit";
|
||||
$string[everyonecanchoose] = "Everyone can choose to be subscribed";
|
||||
$string[everyoneissubscribed] = "Everyone is subscribed to this forum";
|
||||
$string[forcesubscribe] = "Force everyone to be subscribed";
|
||||
$string[forcesubscribeq] = "Force everyone to be subscribed?";
|
||||
$string[forum] = "Forum";
|
||||
$string[forumintro] = "Forum introduction";
|
||||
$string[forumname] = "Forum name";
|
||||
$string[forums] = "Forums";
|
||||
$string[forumtype] = "Forum type";
|
||||
$string[generalforum] = "Standard forum for general use";
|
||||
$string[generalforums] = "General forums";
|
||||
$string[inforum] = "in \$a";
|
||||
|
@ -35,6 +47,8 @@ $string[nameteacher] = "Teacher forum";
|
|||
$string[nodiscussions] = "There are no discussion topics yet in this forum";
|
||||
$string[noposts] = "No posts";
|
||||
$string[nosubscribers] = "There are no subscribers yet for this forum";
|
||||
$string[nownotsubscribed] = "You are now NOT SUBSCRIBED to receive '\$a' by email.";
|
||||
$string[nowsubscribed] = "You are now SUBSCRIBED to receive '\$a' by email.";
|
||||
$string[numposts] = "\$a posts";
|
||||
$string[olderdiscussions] = "Older discussions";
|
||||
$string[parentofthispost] = "Parent of this post";
|
||||
|
@ -68,6 +82,7 @@ $string[reply] = "Reply";
|
|||
$string[search] = "Search";
|
||||
$string[searchforums] = "Search forums";
|
||||
$string[sendinratings] = "Send in my latest ratings";
|
||||
$string[showsubscribers] = "Show subscribers";
|
||||
$string[singleforum] = "A single simple discussion";
|
||||
$string[subject] = "Subject";
|
||||
$string[subscribe] = "Subscribe to this forum";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue