moodle/lang/en/forum.php

34 lines
870 B
PHP
Raw Normal View History

<?
$string[description] = "Description";
$string[discussion] = "Discussion";
$string[discussions] = "Discussions";
$string[forum] = "Forum";
$string[forums] = "Forums";
$string[generalforums] = "General forums";
$string[learningforums] = "Learning forums";
$string[message] = "Message";
$string[postingtip] = "<B>Posting tips:</B>
When replying:
<UL>
<LI>read their post carefully and empathically
<LI>look for things you can comment on
</UL>
While writing:
<UL>
<LI>keep your posts short and on-topic
<LI>explain your own ideas clearly
<LI>think of questions you can ask
</UL>";
$string[search] = "Search";
$string[subject] = "Subject";
$string[subscribe] = "Subscribe to this forum";
$string[subscribed] = "Subscribed";
$string[subscribers] = "Subscribers";
$string[subscribersto] = "Subscribers to '\$a'";
$string[unsubscribe] = "Unsubscribe from this forum";
?>