]> git.mjollnir.org Git - moodle.git/commitdiff
Some new strings
authormoodler <moodler>
Mon, 20 Mar 2006 12:50:22 +0000 (12:50 +0000)
committermoodler <moodler>
Mon, 20 Mar 2006 12:50:22 +0000 (12:50 +0000)
lang/en_utf8/blog.php

index 580d01625a169ed491c2a542f2b3d62007df154a..855bb8340dc53e3440a5f96ebd8fbd511acdc39c 100755 (executable)
@@ -7,11 +7,14 @@ $string['blockmenutitle'] = 'Blog menu';
 $string['blogdeleteconfirm'] = 'Delete this blog?';
 $string['blogs'] = 'Blogs';
 $string['blogpreferences'] = 'Blog preferences';
+$string['courseblog'] = 'Course blog: $a';
 $string['entrybody'] = 'Blog entry body';
 $string['entrybodyonlydesc'] = 'Entry description';
 $string['entryerrornotyours'] = 'This entry is not yours';
 $string['entrytitle'] = 'Entry title';
 $string['entryupdated'] = 'Blog entry updated';
+$string['groupblog'] = 'Group blog: $a';
+$string['intro'] = 'This RSS feed was automatically generated from one or more blogs.';
 $string['noguestpost'] = 'Guest can not post blogs!';
 $string['notallowedtoedit'] = 'You are not allowed to edit this entry';
 $string['otags'] = 'Official tags';
@@ -22,7 +25,9 @@ $string['publishtonoone'] = 'Yourself (draft)';
 $string['publishtosite'] = 'Anyone on this site';
 $string['publishtoworld'] = 'Anyone in the world';
 $string['settingsupdatederror'] = 'An error has occurred, blog preference setting could not be updated';
+$string['siteblog'] = 'Site blog: $a';
 $string['updateentrywithid'] = 'Updating entry';
+$string['userblog'] = 'User blog: $a';
 $string['viewcourseentries'] = 'View course entries';
 $string['viewmyentries'] = 'View my entries';
 $string['viewsiteentries'] = 'View site entries';