RSS should be fully working now
[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';
772c5260 7$string['blogdeleteconfirm'] = 'Delete this blog?';
b37a5f51 8$string['blogs'] = 'Blogs';
25a78406 9$string['blogpreferences'] = 'Blog preferences';
10$string['entrybody'] = 'Blog entry body';
11$string['entrybodyonlydesc'] = 'Entry description';
b37a5f51 12$string['entryerrornotyours'] = 'This entry is not yours';
25a78406 13$string['entrytitle'] = 'Entry title';
14$string['entryupdated'] = 'Blog entry updated';
b37a5f51 15$string['noguestpost'] = 'Guest can not post blogs!';
16$string['notallowedtoedit'] = 'You are not allowed to edit this entry';
25a78406 17$string['otags'] = 'Official tags';
18$string['pagesize'] = 'Number of blog entries per Page';
19$string['ptags'] = 'User defined tags';
20$string['publishto'] = 'Publish to';
21$string['publishtonoone'] = 'Yourself (draft)';
22$string['publishtosite'] = 'Anyone on this site';
23$string['publishtoworld'] = 'Anyone in the world';
24$string['settingsupdatederror'] = 'An error has occurred, blog preference setting could not be updated';
25$string['updateentrywithid'] = 'Updating entry';
772c5260 26$string['viewcourseentries'] = 'View course entries';
25a78406 27$string['viewmyentries'] = 'View my entries';
28$string['viewsiteentries'] = 'View site entries';
b37a5f51 29
30?>