mirror of
https://github.com/moodle/moodle.git
synced 2025-01-23 16:48:36 +01:00
058eec1868
This should make it easier on translators.
34 lines
870 B
PHP
34 lines
870 B
PHP
<?
|
|
|
|
$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";
|
|
|
|
?>
|