]> git.mjollnir.org Git - moodle.git/commitdiff
Fixed missig string for blog config
authormoodler <moodler>
Tue, 11 Apr 2006 13:16:23 +0000 (13:16 +0000)
committermoodler <moodler>
Tue, 11 Apr 2006 13:16:23 +0000 (13:16 +0000)
lang/en_utf8/admin.php

index 6623e5f8b4d9a36fbfdac221af41e0f73cda28c6..cb9303a02835e7a484e4f7ac2ee043b9b0d743e1 100644 (file)
@@ -26,6 +26,7 @@ $string['configallowusermailcharset'] = 'Enabling this, every user in the site w
 $string['configallowuserthemes'] = 'If you enable this, then users will be allowed to set their own themes.  User themes override site themes (but not course themes)';
 $string['configallusersaresitestudents'] = 'For activities on the front page of the site, should ALL users be considered as students?  If you answer \"Yes\", then any confirmed user account will be allowed to participate as a student in those activities.  If you answer \"No\", then only users who are already a participant in at least one course will be able to take part in those front page activities. Only admins and specially assigned teachers can act as teachers for these front page activities.';
 $string['configautologinguests'] = 'Should visitors be logged in as guests automatically when entering courses with guest access?';
+$string['configbloglevel'] = 'This setting allows you to restrict the level to which user blogs can be viewed on this site.  Note that they specify the maximum context of the VIEWER not the poster or the types of blog posts.  Blogs can also be disabled completely if you don\'t want them at all.';
 $string['configcachetext'] = 'For larger sites or sites that use text filters, this setting can really speed things up.  Copies of texts will be retained in their processed form for the time specified here.  Setting this too small may actually slow things down slightly,  but setting it too large may mean texts take too long to refresh (with new links, for example).';
 $string['configclamactlikevirus'] = 'Treat files like viruses';
 $string['configclamdonothing'] = 'Treat files as OK';