added sesskey and confirmation for deletion of blog entries
[moodle.git] / lang / en_utf8 / blog.php
CommitLineData
25a78406 1<?php // $Id$
b37a5f51 2
25a78406 3$string['addnewentry'] = 'Add a new entry';
4$string['addotags'] = 'Add official tags';
5$string['addptags'] = 'Add user-defined tags';
6$string['blockmenutitle'] = 'Blog menu';
b37a5f51 7$string['blogs'] = 'Blogs';
25a78406 8$string['blogpreferences'] = 'Blog preferences';
9$string['entrybody'] = 'Blog entry body';
10$string['entrybodyonlydesc'] = 'Entry description';
b37a5f51 11$string['entryerrornotyours'] = 'This entry is not yours';
25a78406 12$string['entrytitle'] = 'Entry title';
13$string['entryupdated'] = 'Blog entry updated';
b37a5f51 14$string['noguestpost'] = 'Guest can not post blogs!';
15$string['notallowedtoedit'] = 'You are not allowed to edit this entry';
25a78406 16$string['otags'] = 'Official tags';
17$string['pagesize'] = 'Number of blog entries per Page';
18$string['ptags'] = 'User defined tags';
19$string['publishto'] = 'Publish to';
20$string['publishtonoone'] = 'Yourself (draft)';
21$string['publishtosite'] = 'Anyone on this site';
22$string['publishtoworld'] = 'Anyone in the world';
23$string['settingsupdatederror'] = 'An error has occurred, blog preference setting could not be updated';
24$string['updateentrywithid'] = 'Updating entry';
25$string['viewcourseentries'] = 'View my entries';
26$string['viewmyentries'] = 'View my entries';
27$string['viewsiteentries'] = 'View site entries';
b37a5f51 28
29?>