From: moodler Date: Mon, 20 Mar 2006 12:50:22 +0000 (+0000) Subject: Some new strings X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=ee64892aae9bd4d77bb9a8b73aaa6ace0241f002;p=moodle.git Some new strings --- diff --git a/lang/en_utf8/blog.php b/lang/en_utf8/blog.php index 580d01625a..855bb8340d 100755 --- a/lang/en_utf8/blog.php +++ b/lang/en_utf8/blog.php @@ -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';