strings necessary for 1.6 should not be deleted or altered since translations are not branched

This commit is contained in:
koenr 2006-10-16 21:19:26 +00:00
parent 96901f3a67
commit 3e7c65ab11

View file

@ -127,6 +127,7 @@ $string['movedmarker'] = '(Moved)';
$string['movethisdiscussionto'] = 'Move this discussion to ... '; $string['movethisdiscussionto'] = 'Move this discussion to ... ';
$string['namenews'] = 'News forum'; $string['namenews'] = 'News forum';
$string['namesocial'] = 'Social forum'; $string['namesocial'] = 'Social forum';
$string['nameteacher'] = 'Teacher forum'; //depreciated after 1.7
$string['newforumposts'] = 'New forum posts'; $string['newforumposts'] = 'New forum posts';
$string['nodiscussions'] = 'There are no discussion topics yet in this forum'; $string['nodiscussions'] = 'There are no discussion topics yet in this forum';
$string['noguestpost'] = 'Sorry, guests are not allowed to post.'; $string['noguestpost'] = 'Sorry, guests are not allowed to post.';