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'; |
cae83708 |
6 | $string['addnewexternalblog'] = 'New external blog...'; |
b73d1ca4 |
7 | $string['assocdescription'] = 'If you are writing about a course and/or activity modules, select them here.'; |
cae83708 |
8 | $string['associations'] = 'Associations'; |
9 | $string['associationunviewable'] = 'This entry cannot be viewed by others until a course is associated with it or the \'Publish To\' field is changed'; |
5a2ae4d0 |
10 | $string['backupblogshelp'] = 'If enabled then blogs will be included in SITE automated backups'; |
cae83708 |
11 | $string['blockexternalstitle'] = 'External Blogs'; |
332135ef |
12 | $string['blockmenutitle'] = 'Blog Menu'; |
cae83708 |
13 | $string['blockrecenttitle'] = 'Recent Blog Entries'; |
332135ef |
14 | $string['blocktagstitle'] = 'Blog Tags'; |
4852ab88 |
15 | $string['blocktitle'] = 'Blog tags block title'; |
6479f657 |
16 | $string['blog'] = 'Blog'; |
23677261 |
17 | $string['blogadministration'] = 'Blog administration'; |
772c5260 |
18 | $string['blogdeleteconfirm'] = 'Delete this blog?'; |
cae83708 |
19 | $string['blogdisable'] = 'Blogging is disabled!'; |
20 | $string['blogentries'] = 'Blog entries'; |
21 | $string['blogentriesabout'] = 'Blog entries about $a'; |
22 | $string['blogentriesbygroupaboutcourse'] = 'Blog entries about $a->course by $a->group'; |
23 | $string['blogentriesbygroupaboutmodule'] = 'Blog entries about $a->mod by $a->group'; |
24 | $string['blogentriesbyuseraboutcourse'] = 'Blog entries about $a->course by $a->user'; |
25 | $string['blogentriesbyuseraboutmodule'] = 'Blog entries about $a->mod by $a->user'; |
26 | $string['blogentrybyuser'] = 'Blog entry by $a'; |
304d08f0 |
27 | $string['blogpreferences'] = 'Blog preferences'; |
b37a5f51 |
28 | $string['blogs'] = 'Blogs'; |
332135ef |
29 | $string['blogtags'] = 'Blog Tags'; |
fd968fb1 |
30 | $string['cannotviewcourseblog'] = 'You do not have the required permissions to view blogs in this course'; |
31 | $string['cannotviewcourseorgroupblog'] = 'You do not have the required permissions to view blogs in this course/group'; |
cae83708 |
32 | $string['cannotviewsiteblog'] = 'You do not have the required permissions to view all site blogs'; |
33 | $string['cannotviewuserblog'] = 'You do not have the required permissions to read user blogs'; |
34 | $string['configexternalblogcrontime'] = 'How often Moodle checks the external blogs for new entries.'; |
35 | $string['configuseexternalblogs'] = 'Enables users to add links to external blogs. Moodle regularly checks if these blogs, then copies new entries to the blog of the Moodle user.'; |
36 | $string['configmaxexternalblogsperuser'] = 'The number of external blogs each user is allowed to link to their Moodle blog.'; |
37 | $string['configuseblogassociations'] = 'Enables the association of blog entries with courses and course modules.'; |
ee64892a |
38 | $string['courseblog'] = 'Course blog: $a'; |
fd968fb1 |
39 | $string['courseblogdisable'] = 'Course blogs is not enabled'; |
304d08f0 |
40 | $string['courseblogs'] = 'Users can only see blogs for people who share a course'; |
8ab91a5b |
41 | $string['deleteotagswarn'] = 'Are you sure you want to remove this / these tags <br />from all blog posts and remove it from the system?'; |
304d08f0 |
42 | $string['disableblogs'] = 'Disable blog system completely'; |
cae83708 |
43 | $string['donothaveblog'] = 'You do not have your own blog, sorry.'; |
44 | $string['editentry'] = 'Edit a blog entry'; |
45 | $string['editexternalblog'] = 'Edit an external blog'; |
304d08f0 |
46 | $string['emptybody'] = 'Blog entry body can not be empty'; |
47 | $string['emptytitle'] = 'Blog entry title can not be empty'; |
cae83708 |
48 | $string['emptyrssfeed'] = 'The URL you entered does not point to a valid RSS feed'; |
25a78406 |
49 | $string['entrybody'] = 'Blog entry body'; |
50 | $string['entrybodyonlydesc'] = 'Entry description'; |
b37a5f51 |
51 | $string['entryerrornotyours'] = 'This entry is not yours'; |
4f162918 |
52 | $string['entrysaved'] = 'Your entry has been saved'; |
25a78406 |
53 | $string['entrytitle'] = 'Entry title'; |
54 | $string['entryupdated'] = 'Blog entry updated'; |
cae83708 |
55 | $string['externalblogcrontime'] = 'External blog cron schedule'; |
56 | $string['externalblogs'] = 'External blogs'; |
57 | $string['filterblogsby'] = 'Filter entries by...'; |
ee64892a |
58 | $string['groupblog'] = 'Group blog: $a'; |
fd968fb1 |
59 | $string['groupblogdisable'] = 'Group blog is not enabled'; |
cae83708 |
60 | $string['groupblogentries'] = 'Blog entries associated with $a->coursename by group $a->groupname'; |
304d08f0 |
61 | $string['groupblogs'] = 'Users can only see blogs for people who share a group'; |
fd968fb1 |
62 | $string['incorrectblogfilter'] = 'Incorrect blog filter type specified'; |
cae83708 |
63 | $string['intro'] = 'This RSS feed was automatically generated from one or more blogs.'; |
b73d1ca4 |
64 | $string['invalidgroupid'] = 'Invalid group ID'; |
cae83708 |
65 | $string['invalidurl'] = 'This URL is unreachable'; |
66 | $string['linktooriginalentry'] = 'Link to original blog entry'; |
67 | $string['maxexternalblogsperuser'] = 'Maximum number of external blogs per user'; |
68 | $string['mustassociatecourse'] = 'If you are publishing to course or group members, you must associate a course with this entry'; |
6887074b |
69 | $string['noentriesyet'] = 'No visible entries here'; |
b37a5f51 |
70 | $string['noguestpost'] = 'Guest can not post blogs!'; |
22850841 |
71 | $string['norighttodeletetag'] = 'You have no rights to delete this tag - $a'; |
cae83708 |
72 | $string['nosuchentry'] = 'No such blog entry'; |
b37a5f51 |
73 | $string['notallowedtoedit'] = 'You are not allowed to edit this entry'; |
4852ab88 |
74 | $string['numberofentries'] = 'Entries: $a'; |
75 | $string['numberoftags'] = 'Number of tags to display'; |
25a78406 |
76 | $string['pagesize'] = 'Number of blog entries per Page'; |
a814fc66 |
77 | $string['permalink'] = 'Permalink'; |
304d08f0 |
78 | $string['personalblogs'] = 'Users can only see their own blog'; |
23677261 |
79 | $string['preferences'] = 'Preferences'; |
25a78406 |
80 | $string['publishto'] = 'Publish to'; |
cae83708 |
81 | $string['publishtocourse'] = 'Users sharing a course with you'; |
82 | $string['publishtocourseassoc'] = 'Members of the associated course'; |
83 | $string['publishtocourseassocparam'] = 'Members of $a'; |
84 | $string['publishtogroup'] = 'Users sharing a group with you'; |
85 | $string['publishtogroupassoc'] = 'Your group members in the associated course'; |
86 | $string['publishtogroupassocparam'] = 'Your group members in $a'; |
25a78406 |
87 | $string['publishtonoone'] = 'Yourself (draft)'; |
88 | $string['publishtosite'] = 'Anyone on this site'; |
89 | $string['publishtoworld'] = 'Anyone in the world'; |
b73d1ca4 |
90 | $string['readfirst'] = 'Read this first'; |
25a78406 |
91 | $string['settingsupdatederror'] = 'An error has occurred, blog preference setting could not be updated'; |
cae83708 |
92 | $string['searchterm'] = 'Search: $a'; |
ee64892a |
93 | $string['siteblog'] = 'Site blog: $a'; |
fd968fb1 |
94 | $string['siteblogdisable'] = 'Site blog is not enabled'; |
304d08f0 |
95 | $string['siteblogs'] = 'All site users can see all blog entries'; |
4852ab88 |
96 | $string['tagdatelastused'] = 'Date tag was last used'; |
cae83708 |
97 | $string['tagparam'] = 'Tag: $a'; |
98 | $string['tags'] = 'Tags'; |
4852ab88 |
99 | $string['tagsort'] = 'Sort the tag display by'; |
100 | $string['tagtext'] = 'Tag text'; |
101 | $string['timewithin'] = 'Display tags used within this many days'; |
25a78406 |
102 | $string['updateentrywithid'] = 'Updating entry'; |
ee64892a |
103 | $string['userblog'] = 'User blog: $a'; |
cae83708 |
104 | $string['useblogassociations'] = 'Enable blog associations'; |
105 | $string['useexternalblogs'] = 'Enable external blogs'; |
106 | $string['userblogentries'] = 'Blog entries by $a'; |
107 | $string['viewallblogentries'] = 'All entries about this $a'; |
108 | $string['viewblogentries'] = 'Entries about this $a'; |
109 | $string['viewblogsfor'] = 'View all entries for...'; |
110 | $string['viewcourseblogs'] = 'View entries for course...'; |
111 | $string['viewgroupblogs'] = 'View entries for group...'; |
112 | $string['viewgroupentries'] = 'Group entries'; |
113 | $string['viewmodblogs'] = 'View entries for module...'; |
114 | $string['viewmodentries'] = 'Module entries'; |
115 | $string['viewmyentries'] = 'My entries'; |
116 | $string['viewsiteentries'] = 'All entries'; |
117 | $string['viewuserentries'] = 'User entries'; |
44abf704 |
118 | $string['worldblogs'] = 'The world can read entries set to be world-accessible'; |
cae83708 |
119 | $string['wrongpostid'] = 'Wrong blog post id'; |
b37a5f51 |
120 | ?> |