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'; |
772c5260 |
11 | $string['blogdeleteconfirm'] = 'Delete this blog?'; |
304d08f0 |
12 | $string['blogpreferences'] = 'Blog preferences'; |
b37a5f51 |
13 | $string['blogs'] = 'Blogs'; |
332135ef |
14 | $string['blogtags'] = 'Blog Tags'; |
ee64892a |
15 | $string['courseblog'] = 'Course blog: $a'; |
304d08f0 |
16 | $string['courseblogs'] = 'Users can only see blogs for people who share a course'; |
8ab91a5b |
17 | $string['deleteotagswarn'] = 'Are you sure you want to remove this / these tags <br />from all blog posts and remove it from the system?'; |
304d08f0 |
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'; |
25a78406 |
21 | $string['entrybody'] = 'Blog entry body'; |
22 | $string['entrybodyonlydesc'] = 'Entry description'; |
b37a5f51 |
23 | $string['entryerrornotyours'] = 'This entry is not yours'; |
4f162918 |
24 | $string['entrysaved'] = 'Your entry has been saved'; |
25a78406 |
25 | $string['entrytitle'] = 'Entry title'; |
26 | $string['entryupdated'] = 'Blog entry updated'; |
ee64892a |
27 | $string['groupblog'] = 'Group blog: $a'; |
304d08f0 |
28 | $string['groupblogs'] = 'Users can only see blogs for people who share a group'; |
ee64892a |
29 | $string['intro'] = 'This RSS feed was automatically generated from one or more blogs.'; |
6887074b |
30 | $string['noentriesyet'] = 'No visible entries here'; |
b37a5f51 |
31 | $string['noguestpost'] = 'Guest can not post blogs!'; |
22850841 |
32 | $string['norighttodeletetag'] = 'You have no rights to delete this tag - $a'; |
b37a5f51 |
33 | $string['notallowedtoedit'] = 'You are not allowed to edit this entry'; |
4852ab88 |
34 | $string['numberofentries'] = 'Entries: $a'; |
35 | $string['numberoftags'] = 'Number of tags to display'; |
25a78406 |
36 | $string['pagesize'] = 'Number of blog entries per Page'; |
a814fc66 |
37 | $string['permalink'] = 'Permalink'; |
304d08f0 |
38 | $string['personalblogs'] = 'Users can only see their own blog'; |
25a78406 |
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'; |
ee64892a |
44 | $string['siteblog'] = 'Site blog: $a'; |
304d08f0 |
45 | $string['siteblogs'] = 'All site users can see all blog entries'; |
4852ab88 |
46 | $string['tagdatelastused'] = 'Date tag was last used'; |
47 | $string['tagsort'] = 'Sort the tag display by'; |
48 | $string['tagtext'] = 'Tag text'; |
f07b9627 |
49 | $string['tags'] = 'Tags'; |
4852ab88 |
50 | $string['timewithin'] = 'Display tags used within this many days'; |
25a78406 |
51 | $string['updateentrywithid'] = 'Updating entry'; |
ee64892a |
52 | $string['userblog'] = 'User blog: $a'; |
772c5260 |
53 | $string['viewcourseentries'] = 'View course entries'; |
25a78406 |
54 | $string['viewmyentries'] = 'View my entries'; |
55 | $string['viewsiteentries'] = 'View site entries'; |
44abf704 |
56 | $string['worldblogs'] = 'The world can read entries set to be world-accessible'; |
8d1727ec |
57 | |
b37a5f51 |
58 | ?> |