MDL-14624:
[moodle-linuxchix.git] / lang / en_utf8 / blog.php
blob1802ef612a024e8ee93b001231f17cbb2610aee2
1 <?PHP // $Id$
2 // blog.php - created with Moodle 1.7 beta + (2006101003)
5 $string['addnewentry'] = 'Add a new entry';
6 $string['backupblogshelp'] = 'If enabled then blogs will be included in SITE automated backups';
7 $string['blockmenutitle'] = 'Blog Menu';
8 $string['blocktagstitle'] = 'Blog Tags';
9 $string['blocktitle'] = 'Blog tags block title';
10 $string['blog'] = 'Blog';
11 $string['blogdeleteconfirm'] = 'Delete this blog?';
12 $string['blogpreferences'] = 'Blog preferences';
13 $string['blogs'] = 'Blogs';
14 $string['blogtags'] = 'Blog Tags';
15 $string['courseblog'] = 'Course blog: $a';
16 $string['courseblogs'] = 'Users can only see blogs for people who share a course';
17 $string['deleteotagswarn'] = 'Are you sure you want to remove this / these tags <br />from all blog posts and remove it from the system?';
18 $string['disableblogs'] = 'Disable blog system completely';
19 $string['emptybody'] = 'Blog entry body can not be empty';
20 $string['emptytitle'] = 'Blog entry title can not be empty';
21 $string['entrybody'] = 'Blog entry body';
22 $string['entrybodyonlydesc'] = 'Entry description';
23 $string['entryerrornotyours'] = 'This entry is not yours';
24 $string['entrysaved'] = 'Your entry has been saved';
25 $string['entrytitle'] = 'Entry title';
26 $string['entryupdated'] = 'Blog entry updated';
27 $string['groupblog'] = 'Group blog: $a';
28 $string['groupblogs'] = 'Users can only see blogs for people who share a group';
29 $string['intro'] = 'This RSS feed was automatically generated from one or more blogs.';
30 $string['noentriesyet'] = 'No visible entries here';
31 $string['noguestpost'] = 'Guest can not post blogs!';
32 $string['norighttodeletetag'] = 'You have no rights to delete this tag - $a';
33 $string['notallowedtoedit'] = 'You are not allowed to edit this entry';
34 $string['numberofentries'] = 'Entries: $a';
35 $string['numberoftags'] = 'Number of tags to display';
36 $string['pagesize'] = 'Number of blog entries per Page';
37 $string['permalink'] = 'Permalink';
38 $string['personalblogs'] = 'Users can only see their own blog';
39 $string['publishto'] = 'Publish to';
40 $string['publishtonoone'] = 'Yourself (draft)';
41 $string['publishtosite'] = 'Anyone on this site';
42 $string['publishtoworld'] = 'Anyone in the world';
43 $string['settingsupdatederror'] = 'An error has occurred, blog preference setting could not be updated';
44 $string['siteblog'] = 'Site blog: $a';
45 $string['siteblogs'] = 'All site users can see all blog entries';
46 $string['tagdatelastused'] = 'Date tag was last used';
47 $string['tagsort'] = 'Sort the tag display by';
48 $string['tagtext'] = 'Tag text';
49 $string['tags'] = 'Tags';
50 $string['timewithin'] = 'Display tags used within this many days';
51 $string['updateentrywithid'] = 'Updating entry';
52 $string['userblog'] = 'User blog: $a';
53 $string['viewcourseentries'] = 'View course entries';
54 $string['viewmyentries'] = 'View my entries';
55 $string['viewsiteentries'] = 'View site entries';
56 $string['worldblogs'] = 'The world can read entries set to be world-accessible';