f07b9627 |
1 | <?PHP // $Id$ |
304d08f0 |
2 | // blog.php - created with Moodle 1.7 beta + (2006101003) |
3 | |
b37a5f51 |
4 | |
25a78406 |
5 | $string['addnewentry'] = 'Add a new entry'; |
5a2ae4d0 |
6 | $string['backupblogshelp'] = 'If enabled then blogs will be included in SITE automated backups'; |
332135ef |
7 | $string['blockmenutitle'] = 'Blog Menu'; |
8 | $string['blocktagstitle'] = 'Blog Tags'; |
4852ab88 |
9 | $string['blocktitle'] = 'Blog tags block title'; |
6479f657 |
10 | $string['blog'] = 'Blog'; |
fd968fb1 |
11 | $string['blogdisable'] = 'Blogging is disabled!'; |
772c5260 |
12 | $string['blogdeleteconfirm'] = 'Delete this blog?'; |
304d08f0 |
13 | $string['blogpreferences'] = 'Blog preferences'; |
b37a5f51 |
14 | $string['blogs'] = 'Blogs'; |
332135ef |
15 | $string['blogtags'] = 'Blog Tags'; |
fd968fb1 |
16 | $string['cannotviewsiteblog'] = 'You do not have the required permissions to view all site blogs'; |
17 | $string['cannotviewuserblog'] = 'You do not have the required permissions to read user blogs'; |
18 | $string['cannotviewcourseblog'] = 'You do not have the required permissions to view blogs in this course'; |
19 | $string['cannotviewcourseorgroupblog'] = 'You do not have the required permissions to view blogs in this course/group'; |
ee64892a |
20 | $string['courseblog'] = 'Course blog: $a'; |
fd968fb1 |
21 | $string['courseblogdisable'] = 'Course blogs is not enabled'; |
304d08f0 |
22 | $string['courseblogs'] = 'Users can only see blogs for people who share a course'; |
4b3f6d8a |
23 | $string['donothaveblog'] = 'You do not have your own blog, sorry.'; |
8ab91a5b |
24 | $string['deleteotagswarn'] = 'Are you sure you want to remove this / these tags <br />from all blog posts and remove it from the system?'; |
304d08f0 |
25 | $string['disableblogs'] = 'Disable blog system completely'; |
26 | $string['emptybody'] = 'Blog entry body can not be empty'; |
27 | $string['emptytitle'] = 'Blog entry title can not be empty'; |
25a78406 |
28 | $string['entrybody'] = 'Blog entry body'; |
29 | $string['entrybodyonlydesc'] = 'Entry description'; |
b37a5f51 |
30 | $string['entryerrornotyours'] = 'This entry is not yours'; |
4f162918 |
31 | $string['entrysaved'] = 'Your entry has been saved'; |
25a78406 |
32 | $string['entrytitle'] = 'Entry title'; |
33 | $string['entryupdated'] = 'Blog entry updated'; |
ee64892a |
34 | $string['groupblog'] = 'Group blog: $a'; |
fd968fb1 |
35 | $string['groupblogdisable'] = 'Group blog is not enabled'; |
304d08f0 |
36 | $string['groupblogs'] = 'Users can only see blogs for people who share a group'; |
ee64892a |
37 | $string['intro'] = 'This RSS feed was automatically generated from one or more blogs.'; |
fd968fb1 |
38 | $string['incorrectblogfilter'] = 'Incorrect blog filter type specified'; |
6887074b |
39 | $string['noentriesyet'] = 'No visible entries here'; |
9afff849 |
40 | $string['nosuchentry'] = 'No such blog entry'; |
b37a5f51 |
41 | $string['noguestpost'] = 'Guest can not post blogs!'; |
22850841 |
42 | $string['norighttodeletetag'] = 'You have no rights to delete this tag - $a'; |
b37a5f51 |
43 | $string['notallowedtoedit'] = 'You are not allowed to edit this entry'; |
4852ab88 |
44 | $string['numberofentries'] = 'Entries: $a'; |
45 | $string['numberoftags'] = 'Number of tags to display'; |
25a78406 |
46 | $string['pagesize'] = 'Number of blog entries per Page'; |
a814fc66 |
47 | $string['permalink'] = 'Permalink'; |
304d08f0 |
48 | $string['personalblogs'] = 'Users can only see their own blog'; |
25a78406 |
49 | $string['publishto'] = 'Publish to'; |
50 | $string['publishtonoone'] = 'Yourself (draft)'; |
51 | $string['publishtosite'] = 'Anyone on this site'; |
52 | $string['publishtoworld'] = 'Anyone in the world'; |
53 | $string['settingsupdatederror'] = 'An error has occurred, blog preference setting could not be updated'; |
ee64892a |
54 | $string['siteblog'] = 'Site blog: $a'; |
fd968fb1 |
55 | $string['siteblogdisable'] = 'Site blog is not enabled'; |
304d08f0 |
56 | $string['siteblogs'] = 'All site users can see all blog entries'; |
4852ab88 |
57 | $string['tagdatelastused'] = 'Date tag was last used'; |
58 | $string['tagsort'] = 'Sort the tag display by'; |
59 | $string['tagtext'] = 'Tag text'; |
f07b9627 |
60 | $string['tags'] = 'Tags'; |
4852ab88 |
61 | $string['timewithin'] = 'Display tags used within this many days'; |
25a78406 |
62 | $string['updateentrywithid'] = 'Updating entry'; |
ee64892a |
63 | $string['userblog'] = 'User blog: $a'; |
772c5260 |
64 | $string['viewcourseentries'] = 'View course entries'; |
25a78406 |
65 | $string['viewmyentries'] = 'View my entries'; |
66 | $string['viewsiteentries'] = 'View site entries'; |
fae11dca |
67 | $string['wrongpostid'] = 'Wrong blog post id'; |
44abf704 |
68 | $string['worldblogs'] = 'The world can read entries set to be world-accessible'; |
8d1727ec |
69 | |
b37a5f51 |
70 | ?> |