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'; |
4852ab88 |
7 | $string['blocktagstitle'] = 'Blog tags'; |
8 | $string['blocktitle'] = 'Blog tags block title'; |
6479f657 |
9 | $string['blog'] = 'Blog'; |
772c5260 |
10 | $string['blogdeleteconfirm'] = 'Delete this blog?'; |
b37a5f51 |
11 | $string['blogs'] = 'Blogs'; |
6479f657 |
12 | $string['blogtags'] = 'Blog tags'; |
25a78406 |
13 | $string['blogpreferences'] = 'Blog preferences'; |
ee64892a |
14 | $string['courseblog'] = 'Course blog: $a'; |
25a78406 |
15 | $string['entrybody'] = 'Blog entry body'; |
16 | $string['entrybodyonlydesc'] = 'Entry description'; |
b37a5f51 |
17 | $string['entryerrornotyours'] = 'This entry is not yours'; |
25a78406 |
18 | $string['entrytitle'] = 'Entry title'; |
19 | $string['entryupdated'] = 'Blog entry updated'; |
ee64892a |
20 | $string['groupblog'] = 'Group blog: $a'; |
21 | $string['intro'] = 'This RSS feed was automatically generated from one or more blogs.'; |
6887074b |
22 | $string['noentriesyet'] = 'No visible entries here'; |
b37a5f51 |
23 | $string['noguestpost'] = 'Guest can not post blogs!'; |
24 | $string['notallowedtoedit'] = 'You are not allowed to edit this entry'; |
4852ab88 |
25 | $string['numberofentries'] = 'Entries: $a'; |
26 | $string['numberoftags'] = 'Number of tags to display'; |
25a78406 |
27 | $string['otags'] = 'Official tags'; |
28 | $string['pagesize'] = 'Number of blog entries per Page'; |
29 | $string['ptags'] = 'User defined tags'; |
30 | $string['publishto'] = 'Publish to'; |
31 | $string['publishtonoone'] = 'Yourself (draft)'; |
32 | $string['publishtosite'] = 'Anyone on this site'; |
33 | $string['publishtoworld'] = 'Anyone in the world'; |
34 | $string['settingsupdatederror'] = 'An error has occurred, blog preference setting could not be updated'; |
ee64892a |
35 | $string['siteblog'] = 'Site blog: $a'; |
4852ab88 |
36 | $string['tagdatelastused'] = 'Date tag was last used'; |
37 | $string['tagsort'] = 'Sort the tag display by'; |
38 | $string['tagtext'] = 'Tag text'; |
39 | $string['timewithin'] = 'Display tags used within this many days'; |
25a78406 |
40 | $string['updateentrywithid'] = 'Updating entry'; |
ee64892a |
41 | $string['userblog'] = 'User blog: $a'; |
772c5260 |
42 | $string['viewcourseentries'] = 'View course entries'; |
25a78406 |
43 | $string['viewmyentries'] = 'View my entries'; |
44 | $string['viewsiteentries'] = 'View site entries'; |
b37a5f51 |
45 | |
8d1727ec |
46 | $string['worldblogs'] = 'Users can create world-accessible blogs'; |
47 | $string['siteblogs'] = 'Users can create blog posts to be read site-wide'; |
48 | $string['courseblogs'] = 'Users can create blog posts to be read course-wide only'; |
49 | $string['groupblogs'] = 'Users can create blog posts to be read group-wide only'; |
50 | $string['personalblogs'] = 'Users can create personal blog posts only'; |
51 | $string['disableblogs'] = 'Disable blog system completely'; |
52 | |
b37a5f51 |
53 | ?> |