Commit | Line | Data |
---|---|---|
30c8dd34 | 1 | <?php |
304d08f0 | 2 | |
30c8dd34 DM |
3 | // This file is part of Moodle - http://moodle.org/ |
4 | // | |
5 | // Moodle is free software: you can redistribute it and/or modify | |
6 | // it under the terms of the GNU General Public License as published by | |
7 | // the Free Software Foundation, either version 3 of the License, or | |
8 | // (at your option) any later version. | |
9 | // | |
10 | // Moodle is distributed in the hope that it will be useful, | |
11 | // but WITHOUT ANY WARRANTY; without even the implied warranty of | |
12 | // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
13 | // GNU General Public License for more details. | |
14 | // | |
15 | // You should have received a copy of the GNU General Public License | |
16 | // along with Moodle. If not, see <http://www.gnu.org/licenses/>. | |
17 | ||
18 | /** | |
19 | * Strings for component 'blog', language 'en', branch 'MOODLE_20_STABLE' | |
20 | * | |
21 | * @package blog | |
22 | * @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com} | |
23 | * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later | |
24 | */ | |
b37a5f51 | 25 | |
25a78406 | 26 | $string['addnewentry'] = 'Add a new entry'; |
1c7b8b93 | 27 | $string['addnewexternalblog'] = 'Register an external blog...'; |
b73d1ca4 | 28 | $string['assocdescription'] = 'If you are writing about a course and/or activity modules, select them here.'; |
30c8dd34 DM |
29 | $string['associated'] = 'Associated {$a}'; |
30 | $string['associatewithcourse'] = 'Blog about course {$a->coursename}'; | |
31 | $string['associatewithmodule'] = 'Blog about {$a->modtype}: {$a->modname}'; | |
1c7b8b93 | 32 | $string['association'] = 'Association'; |
cae83708 | 33 | $string['associations'] = 'Associations'; |
34 | $string['associationunviewable'] = 'This entry cannot be viewed by others until a course is associated with it or the \'Publish To\' field is changed'; | |
1c7b8b93 | 35 | $string['autotags'] = 'Tags associated with each imported blog entry'; |
1884fec6 | 36 | $string['autotags_help'] = 'Enter one or more tags (separated by commas) which should be automatically attached to each blog entry copied from your external blog into your Moodle blog.'; |
5a2ae4d0 | 37 | $string['backupblogshelp'] = 'If enabled then blogs will be included in SITE automated backups'; |
1884fec6 | 38 | $string['blockexternalstitle'] = 'External blogs'; |
4852ab88 | 39 | $string['blocktitle'] = 'Blog tags block title'; |
6479f657 | 40 | $string['blog'] = 'Blog'; |
30c8dd34 | 41 | $string['blogaboutthis'] = 'Blog about this {$a->type}'; |
27bad0a6 SH |
42 | $string['blogaboutthiscourse'] = 'Add an entry about this course'; |
43 | $string['blogaboutthismodule'] = 'Add an entry about this {$a}'; | |
23677261 | 44 | $string['blogadministration'] = 'Blog administration'; |
772c5260 | 45 | $string['blogdeleteconfirm'] = 'Delete this blog?'; |
cae83708 | 46 | $string['blogdisable'] = 'Blogging is disabled!'; |
47 | $string['blogentries'] = 'Blog entries'; | |
30c8dd34 DM |
48 | $string['blogentriesabout'] = 'Blog entries about {$a}'; |
49 | $string['blogentriesbygroupaboutcourse'] = 'Blog entries about {$a->course} by {$a->group}'; | |
50 | $string['blogentriesbygroupaboutmodule'] = 'Blog entries about {$a->mod} by {$a->group}'; | |
51 | $string['blogentriesbyuseraboutcourse'] = 'Blog entries about {$a->course} by {$a->user}'; | |
27bad0a6 | 52 | $string['blogentriesbyuseraboutmodule'] = 'Blog entries about this {$a->mod} by {$a->user}'; |
30c8dd34 | 53 | $string['blogentrybyuser'] = 'Blog entry by {$a}'; |
304d08f0 | 54 | $string['blogpreferences'] = 'Blog preferences'; |
b37a5f51 | 55 | $string['blogs'] = 'Blogs'; |
332135ef | 56 | $string['blogtags'] = 'Blog Tags'; |
fd968fb1 | 57 | $string['cannotviewcourseblog'] = 'You do not have the required permissions to view blogs in this course'; |
58 | $string['cannotviewcourseorgroupblog'] = 'You do not have the required permissions to view blogs in this course/group'; | |
cae83708 | 59 | $string['cannotviewsiteblog'] = 'You do not have the required permissions to view all site blogs'; |
60 | $string['cannotviewuserblog'] = 'You do not have the required permissions to read user blogs'; | |
61 | $string['configexternalblogcrontime'] = 'How often Moodle checks the external blogs for new entries.'; | |
cae83708 | 62 | $string['configmaxexternalblogsperuser'] = 'The number of external blogs each user is allowed to link to their Moodle blog.'; |
63 | $string['configuseblogassociations'] = 'Enables the association of blog entries with courses and course modules.'; | |
1c7b8b93 | 64 | $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.'; |
30c8dd34 | 65 | $string['courseblog'] = 'Course blog: {$a}'; |
fd968fb1 | 66 | $string['courseblogdisable'] = 'Course blogs is not enabled'; |
304d08f0 | 67 | $string['courseblogs'] = 'Users can only see blogs for people who share a course'; |
1c7b8b93 | 68 | $string['deleteblogassociations'] = 'Delete blog associations'; |
1884fec6 | 69 | $string['deleteblogassociations_help'] = 'If ticked, blog entries will not be deleted, but they will no longer be associated with this course or any course activities or resources.'; |
8ab91a5b | 70 | $string['deleteotagswarn'] = 'Are you sure you want to remove this / these tags <br />from all blog posts and remove it from the system?'; |
1884fec6 HF |
71 | $string['description'] = 'Description'; |
72 | $string['description_help'] = 'Enter a sentence or two summarising the contents of your external blog. (If no description is supplied, the description recorded in your external blog will be used).'; | |
304d08f0 | 73 | $string['disableblogs'] = 'Disable blog system completely'; |
cae83708 | 74 | $string['donothaveblog'] = 'You do not have your own blog, sorry.'; |
75 | $string['editentry'] = 'Edit a blog entry'; | |
1c7b8b93 | 76 | $string['editexternalblog'] = 'Edit this external blog'; |
304d08f0 | 77 | $string['emptybody'] = 'Blog entry body can not be empty'; |
cae83708 | 78 | $string['emptyrssfeed'] = 'The URL you entered does not point to a valid RSS feed'; |
1c7b8b93 | 79 | $string['emptytitle'] = 'Blog entry title can not be empty'; |
25a78406 | 80 | $string['entrybody'] = 'Blog entry body'; |
81 | $string['entrybodyonlydesc'] = 'Entry description'; | |
b37a5f51 | 82 | $string['entryerrornotyours'] = 'This entry is not yours'; |
4f162918 | 83 | $string['entrysaved'] = 'Your entry has been saved'; |
25a78406 | 84 | $string['entrytitle'] = 'Entry title'; |
85 | $string['entryupdated'] = 'Blog entry updated'; | |
cae83708 | 86 | $string['externalblogcrontime'] = 'External blog cron schedule'; |
1c7b8b93 NC |
87 | $string['externalblogdeleteconfirm'] = 'Unregister this external blog?'; |
88 | $string['externalblogdeleted'] = 'External blog unregistered'; | |
30c8dd34 | 89 | $string['externalblogs'] = 'External blogs'; |
1c7b8b93 NC |
90 | $string['feedisinvalid'] = 'This feed is invalid'; |
91 | $string['feedisvalid'] = 'This feed is valid'; | |
cae83708 | 92 | $string['filterblogsby'] = 'Filter entries by...'; |
1c7b8b93 | 93 | $string['filtertags'] = 'External tags'; |
1884fec6 | 94 | $string['filtertags_help'] = 'Enter a list of tags (separated by commas) used in your external blog for which you would like entries tagged as such to be copied into your Moodle blog.'; |
30c8dd34 | 95 | $string['groupblog'] = 'Group blog: {$a}'; |
fd968fb1 | 96 | $string['groupblogdisable'] = 'Group blog is not enabled'; |
30c8dd34 | 97 | $string['groupblogentries'] = 'Blog entries associated with {$a->coursename} by group {$a->groupname}'; |
304d08f0 | 98 | $string['groupblogs'] = 'Users can only see blogs for people who share a group'; |
fd968fb1 | 99 | $string['incorrectblogfilter'] = 'Incorrect blog filter type specified'; |
cae83708 | 100 | $string['intro'] = 'This RSS feed was automatically generated from one or more blogs.'; |
b73d1ca4 | 101 | $string['invalidgroupid'] = 'Invalid group ID'; |
cae83708 | 102 | $string['invalidurl'] = 'This URL is unreachable'; |
103 | $string['linktooriginalentry'] = 'Link to original blog entry'; | |
104 | $string['maxexternalblogsperuser'] = 'Maximum number of external blogs per user'; | |
1c7b8b93 | 105 | $string['modulename'] = 'Blog'; |
cae83708 | 106 | $string['mustassociatecourse'] = 'If you are publishing to course or group members, you must associate a course with this entry'; |
1884fec6 HF |
107 | $string['name'] = 'Name'; |
108 | $string['name_help'] = 'Enter a descriptive name for your external blog. (If no name is supplied, the title of your external blog will be used).'; | |
6887074b | 109 | $string['noentriesyet'] = 'No visible entries here'; |
b37a5f51 | 110 | $string['noguestpost'] = 'Guest can not post blogs!'; |
1c7b8b93 | 111 | $string['nopermissionstodeleteentry'] = 'You lack the permissions required to delete this blog entry'; |
30c8dd34 | 112 | $string['norighttodeletetag'] = 'You have no rights to delete this tag - {$a}'; |
cae83708 | 113 | $string['nosuchentry'] = 'No such blog entry'; |
b37a5f51 | 114 | $string['notallowedtoedit'] = 'You are not allowed to edit this entry'; |
30c8dd34 | 115 | $string['numberofentries'] = 'Entries: {$a}'; |
4852ab88 | 116 | $string['numberoftags'] = 'Number of tags to display'; |
25a78406 | 117 | $string['pagesize'] = 'Number of blog entries per Page'; |
a814fc66 | 118 | $string['permalink'] = 'Permalink'; |
304d08f0 | 119 | $string['personalblogs'] = 'Users can only see their own blog'; |
23677261 | 120 | $string['preferences'] = 'Preferences'; |
25a78406 | 121 | $string['publishto'] = 'Publish to'; |
1884fec6 HF |
122 | $string['publishto_help'] = 'There are 3 options: |
123 | ||
124 | * Yourself (draft) - Only you and the administrators can see this entry | |
125 | * Anyone on this site - Anyone who is registered on this site can read this entry | |
126 | * Anyone in the world - Anyone, including guests, could read this entry'; | |
cae83708 | 127 | $string['publishtocourse'] = 'Users sharing a course with you'; |
128 | $string['publishtocourseassoc'] = 'Members of the associated course'; | |
30c8dd34 | 129 | $string['publishtocourseassocparam'] = 'Members of {$a}'; |
cae83708 | 130 | $string['publishtogroup'] = 'Users sharing a group with you'; |
131 | $string['publishtogroupassoc'] = 'Your group members in the associated course'; | |
30c8dd34 | 132 | $string['publishtogroupassocparam'] = 'Your group members in {$a}'; |
25a78406 | 133 | $string['publishtonoone'] = 'Yourself (draft)'; |
134 | $string['publishtosite'] = 'Anyone on this site'; | |
135 | $string['publishtoworld'] = 'Anyone in the world'; | |
b73d1ca4 | 136 | $string['readfirst'] = 'Read this first'; |
1c7b8b93 | 137 | $string['relatedblogentries'] = 'Related blog entries'; |
30c8dd34 DM |
138 | $string['retrievedfrom'] = 'Retrieved from'; |
139 | $string['searchterm'] = 'Search: {$a}'; | |
1c7b8b93 | 140 | $string['settingsupdatederror'] = 'An error has occurred, blog preference setting could not be updated'; |
30c8dd34 | 141 | $string['siteblog'] = 'Site blog: {$a}'; |
fd968fb1 | 142 | $string['siteblogdisable'] = 'Site blog is not enabled'; |
304d08f0 | 143 | $string['siteblogs'] = 'All site users can see all blog entries'; |
4852ab88 | 144 | $string['tagdatelastused'] = 'Date tag was last used'; |
30c8dd34 | 145 | $string['tagparam'] = 'Tag: {$a}'; |
cae83708 | 146 | $string['tags'] = 'Tags'; |
4852ab88 | 147 | $string['tagsort'] = 'Sort the tag display by'; |
148 | $string['tagtext'] = 'Tag text'; | |
1c7b8b93 | 149 | $string['timefetched'] = 'Time of last sync'; |
4852ab88 | 150 | $string['timewithin'] = 'Display tags used within this many days'; |
25a78406 | 151 | $string['updateentrywithid'] = 'Updating entry'; |
1884fec6 HF |
152 | $string['url'] = 'URL'; |
153 | $string['url_help'] = 'Enter the RSS feed URL for your external blog.'; | |
cae83708 | 154 | $string['useblogassociations'] = 'Enable blog associations'; |
155 | $string['useexternalblogs'] = 'Enable external blogs'; | |
30c8dd34 DM |
156 | $string['userblog'] = 'User blog: {$a}'; |
157 | $string['userblogentries'] = 'Blog entries by {$a}'; | |
1c7b8b93 | 158 | $string['valid'] = 'Valid'; |
30c8dd34 | 159 | $string['viewallblogentries'] = 'All entries about this {$a}'; |
27bad0a6 SH |
160 | $string['viewallmodentries'] = 'View all entries about this {$a->type}'; |
161 | $string['viewallmyentries'] = 'View all of my entries'; | |
162 | $string['viewentriesbyuseraboutcourse'] = 'View entries about this course by {$a}'; | |
30c8dd34 | 163 | $string['viewblogentries'] = 'Entries about this {$a->type}'; |
cae83708 | 164 | $string['viewblogsfor'] = 'View all entries for...'; |
27bad0a6 | 165 | $string['viewcourseblogs'] = 'View all entries for this course'; |
cae83708 | 166 | $string['viewgroupblogs'] = 'View entries for group...'; |
167 | $string['viewgroupentries'] = 'Group entries'; | |
168 | $string['viewmodblogs'] = 'View entries for module...'; | |
169 | $string['viewmodentries'] = 'Module entries'; | |
170 | $string['viewmyentries'] = 'My entries'; | |
27bad0a6 SH |
171 | $string['viewmyentriesaboutmodule'] = 'View my entries about this {$a}'; |
172 | $string['viewmyentriesaboutcourse'] = 'View my entries about this course'; | |
173 | $string['viewsiteentries'] = 'View all entries'; | |
174 | $string['viewuserentries'] = 'View all entries by {$a}'; | |
44abf704 | 175 | $string['worldblogs'] = 'The world can read entries set to be world-accessible'; |
cae83708 | 176 | $string['wrongpostid'] = 'Wrong blog post id'; |