Bug #5612 - language string missing in blog; merged from MOODLE_16_STABLE

This commit is contained in:
skodak 2006-05-25 19:24:53 +00:00
parent 134759fc36
commit 4f162918f5

View File

@ -15,6 +15,7 @@ $string['courseblog'] = 'Course blog: $a';
$string['entrybody'] = 'Blog entry body';
$string['entrybodyonlydesc'] = 'Entry description';
$string['entryerrornotyours'] = 'This entry is not yours';
$string['entrysaved'] = 'Your entry has been saved';
$string['entrytitle'] = 'Entry title';
$string['entryupdated'] = 'Blog entry updated';
$string['groupblog'] = 'Group blog: $a';