From: koenr Date: Mon, 16 Oct 2006 21:19:26 +0000 (+0000) Subject: strings necessary for 1.6 should not be deleted or altered since translations are... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=3e7c65ab114f5f5e61a419e7c5861ed6b6632a57;p=moodle.git strings necessary for 1.6 should not be deleted or altered since translations are not branched --- diff --git a/lang/en_utf8/forum.php b/lang/en_utf8/forum.php index 4aedd0d1bf..94b49d8edd 100644 --- a/lang/en_utf8/forum.php +++ b/lang/en_utf8/forum.php @@ -127,6 +127,7 @@ $string['movedmarker'] = '(Moved)'; $string['movethisdiscussionto'] = 'Move this discussion to ... '; $string['namenews'] = 'News forum'; $string['namesocial'] = 'Social forum'; +$string['nameteacher'] = 'Teacher forum'; //depreciated after 1.7 $string['newforumposts'] = 'New forum posts'; $string['nodiscussions'] = 'There are no discussion topics yet in this forum'; $string['noguestpost'] = 'Sorry, guests are not allowed to post.';