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'; |
5a2ae4d0 | 36 | $string['backupblogshelp'] = 'If enabled then blogs will be included in SITE automated backups'; |
cae83708 | 37 | $string['blockexternalstitle'] = 'External Blogs'; |
4852ab88 | 38 | $string['blocktitle'] = 'Blog tags block title'; |
6479f657 | 39 | $string['blog'] = 'Blog'; |
30c8dd34 | 40 | $string['blogaboutthis'] = 'Blog about this {$a->type}'; |
23677261 | 41 | $string['blogadministration'] = 'Blog administration'; |
772c5260 | 42 | $string['blogdeleteconfirm'] = 'Delete this blog?'; |
cae83708 | 43 | $string['blogdisable'] = 'Blogging is disabled!'; |
44 | $string['blogentries'] = 'Blog entries'; | |
30c8dd34 DM |
45 | $string['blogentriesabout'] = 'Blog entries about {$a}'; |
46 | $string['blogentriesbygroupaboutcourse'] = 'Blog entries about {$a->course} by {$a->group}'; | |
47 | $string['blogentriesbygroupaboutmodule'] = 'Blog entries about {$a->mod} by {$a->group}'; | |
48 | $string['blogentriesbyuseraboutcourse'] = 'Blog entries about {$a->course} by {$a->user}'; | |
49 | $string['blogentriesbyuseraboutmodule'] = 'Blog entries about {$a->mod} by {$a->user}'; | |
50 | $string['blogentrybyuser'] = 'Blog entry by {$a}'; | |
304d08f0 | 51 | $string['blogpreferences'] = 'Blog preferences'; |
b37a5f51 | 52 | $string['blogs'] = 'Blogs'; |
332135ef | 53 | $string['blogtags'] = 'Blog Tags'; |
fd968fb1 | 54 | $string['cannotviewcourseblog'] = 'You do not have the required permissions to view blogs in this course'; |
55 | $string['cannotviewcourseorgroupblog'] = 'You do not have the required permissions to view blogs in this course/group'; | |
cae83708 | 56 | $string['cannotviewsiteblog'] = 'You do not have the required permissions to view all site blogs'; |
57 | $string['cannotviewuserblog'] = 'You do not have the required permissions to read user blogs'; | |
58 | $string['configexternalblogcrontime'] = 'How often Moodle checks the external blogs for new entries.'; | |
cae83708 | 59 | $string['configmaxexternalblogsperuser'] = 'The number of external blogs each user is allowed to link to their Moodle blog.'; |
60 | $string['configuseblogassociations'] = 'Enables the association of blog entries with courses and course modules.'; | |
1c7b8b93 | 61 | $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 | 62 | $string['courseblog'] = 'Course blog: {$a}'; |
fd968fb1 | 63 | $string['courseblogdisable'] = 'Course blogs is not enabled'; |
304d08f0 | 64 | $string['courseblogs'] = 'Users can only see blogs for people who share a course'; |
1c7b8b93 | 65 | $string['deleteblogassociations'] = 'Delete blog associations'; |
8ab91a5b | 66 | $string['deleteotagswarn'] = 'Are you sure you want to remove this / these tags <br />from all blog posts and remove it from the system?'; |
304d08f0 | 67 | $string['disableblogs'] = 'Disable blog system completely'; |
cae83708 | 68 | $string['donothaveblog'] = 'You do not have your own blog, sorry.'; |
69 | $string['editentry'] = 'Edit a blog entry'; | |
1c7b8b93 | 70 | $string['editexternalblog'] = 'Edit this external blog'; |
304d08f0 | 71 | $string['emptybody'] = 'Blog entry body can not be empty'; |
cae83708 | 72 | $string['emptyrssfeed'] = 'The URL you entered does not point to a valid RSS feed'; |
1c7b8b93 | 73 | $string['emptytitle'] = 'Blog entry title can not be empty'; |
25a78406 | 74 | $string['entrybody'] = 'Blog entry body'; |
75 | $string['entrybodyonlydesc'] = 'Entry description'; | |
b37a5f51 | 76 | $string['entryerrornotyours'] = 'This entry is not yours'; |
4f162918 | 77 | $string['entrysaved'] = 'Your entry has been saved'; |
25a78406 | 78 | $string['entrytitle'] = 'Entry title'; |
79 | $string['entryupdated'] = 'Blog entry updated'; | |
cae83708 | 80 | $string['externalblogcrontime'] = 'External blog cron schedule'; |
1c7b8b93 NC |
81 | $string['externalblogdeleteconfirm'] = 'Unregister this external blog?'; |
82 | $string['externalblogdeleted'] = 'External blog unregistered'; | |
30c8dd34 | 83 | $string['externalblogs'] = 'External blogs'; |
1c7b8b93 NC |
84 | $string['feedisinvalid'] = 'This feed is invalid'; |
85 | $string['feedisvalid'] = 'This feed is valid'; | |
cae83708 | 86 | $string['filterblogsby'] = 'Filter entries by...'; |
1c7b8b93 | 87 | $string['filtertags'] = 'External tags'; |
30c8dd34 | 88 | $string['groupblog'] = 'Group blog: {$a}'; |
fd968fb1 | 89 | $string['groupblogdisable'] = 'Group blog is not enabled'; |
30c8dd34 | 90 | $string['groupblogentries'] = 'Blog entries associated with {$a->coursename} by group {$a->groupname}'; |
304d08f0 | 91 | $string['groupblogs'] = 'Users can only see blogs for people who share a group'; |
fd968fb1 | 92 | $string['incorrectblogfilter'] = 'Incorrect blog filter type specified'; |
cae83708 | 93 | $string['intro'] = 'This RSS feed was automatically generated from one or more blogs.'; |
b73d1ca4 | 94 | $string['invalidgroupid'] = 'Invalid group ID'; |
cae83708 | 95 | $string['invalidurl'] = 'This URL is unreachable'; |
96 | $string['linktooriginalentry'] = 'Link to original blog entry'; | |
97 | $string['maxexternalblogsperuser'] = 'Maximum number of external blogs per user'; | |
1c7b8b93 | 98 | $string['modulename'] = 'Blog'; |
cae83708 | 99 | $string['mustassociatecourse'] = 'If you are publishing to course or group members, you must associate a course with this entry'; |
6887074b | 100 | $string['noentriesyet'] = 'No visible entries here'; |
b37a5f51 | 101 | $string['noguestpost'] = 'Guest can not post blogs!'; |
1c7b8b93 | 102 | $string['nopermissionstodeleteentry'] = 'You lack the permissions required to delete this blog entry'; |
30c8dd34 | 103 | $string['norighttodeletetag'] = 'You have no rights to delete this tag - {$a}'; |
cae83708 | 104 | $string['nosuchentry'] = 'No such blog entry'; |
b37a5f51 | 105 | $string['notallowedtoedit'] = 'You are not allowed to edit this entry'; |
30c8dd34 | 106 | $string['numberofentries'] = 'Entries: {$a}'; |
4852ab88 | 107 | $string['numberoftags'] = 'Number of tags to display'; |
25a78406 | 108 | $string['pagesize'] = 'Number of blog entries per Page'; |
a814fc66 | 109 | $string['permalink'] = 'Permalink'; |
304d08f0 | 110 | $string['personalblogs'] = 'Users can only see their own blog'; |
23677261 | 111 | $string['preferences'] = 'Preferences'; |
25a78406 | 112 | $string['publishto'] = 'Publish to'; |
cae83708 | 113 | $string['publishtocourse'] = 'Users sharing a course with you'; |
114 | $string['publishtocourseassoc'] = 'Members of the associated course'; | |
30c8dd34 | 115 | $string['publishtocourseassocparam'] = 'Members of {$a}'; |
cae83708 | 116 | $string['publishtogroup'] = 'Users sharing a group with you'; |
117 | $string['publishtogroupassoc'] = 'Your group members in the associated course'; | |
30c8dd34 | 118 | $string['publishtogroupassocparam'] = 'Your group members in {$a}'; |
25a78406 | 119 | $string['publishtonoone'] = 'Yourself (draft)'; |
120 | $string['publishtosite'] = 'Anyone on this site'; | |
121 | $string['publishtoworld'] = 'Anyone in the world'; | |
b73d1ca4 | 122 | $string['readfirst'] = 'Read this first'; |
1c7b8b93 | 123 | $string['relatedblogentries'] = 'Related blog entries'; |
30c8dd34 DM |
124 | $string['retrievedfrom'] = 'Retrieved from'; |
125 | $string['searchterm'] = 'Search: {$a}'; | |
1c7b8b93 | 126 | $string['settingsupdatederror'] = 'An error has occurred, blog preference setting could not be updated'; |
30c8dd34 | 127 | $string['siteblog'] = 'Site blog: {$a}'; |
fd968fb1 | 128 | $string['siteblogdisable'] = 'Site blog is not enabled'; |
304d08f0 | 129 | $string['siteblogs'] = 'All site users can see all blog entries'; |
4852ab88 | 130 | $string['tagdatelastused'] = 'Date tag was last used'; |
30c8dd34 | 131 | $string['tagparam'] = 'Tag: {$a}'; |
cae83708 | 132 | $string['tags'] = 'Tags'; |
4852ab88 | 133 | $string['tagsort'] = 'Sort the tag display by'; |
134 | $string['tagtext'] = 'Tag text'; | |
1c7b8b93 | 135 | $string['timefetched'] = 'Time of last sync'; |
4852ab88 | 136 | $string['timewithin'] = 'Display tags used within this many days'; |
25a78406 | 137 | $string['updateentrywithid'] = 'Updating entry'; |
cae83708 | 138 | $string['useblogassociations'] = 'Enable blog associations'; |
139 | $string['useexternalblogs'] = 'Enable external blogs'; | |
30c8dd34 DM |
140 | $string['userblog'] = 'User blog: {$a}'; |
141 | $string['userblogentries'] = 'Blog entries by {$a}'; | |
1c7b8b93 | 142 | $string['valid'] = 'Valid'; |
30c8dd34 DM |
143 | $string['viewallblogentries'] = 'All entries about this {$a}'; |
144 | $string['viewallmodentries'] = 'All entries about this {$a->type}'; | |
145 | $string['viewblogentries'] = 'Entries about this {$a->type}'; | |
cae83708 | 146 | $string['viewblogsfor'] = 'View all entries for...'; |
147 | $string['viewcourseblogs'] = 'View entries for course...'; | |
148 | $string['viewgroupblogs'] = 'View entries for group...'; | |
149 | $string['viewgroupentries'] = 'Group entries'; | |
150 | $string['viewmodblogs'] = 'View entries for module...'; | |
151 | $string['viewmodentries'] = 'Module entries'; | |
152 | $string['viewmyentries'] = 'My entries'; | |
153 | $string['viewsiteentries'] = 'All entries'; | |
154 | $string['viewuserentries'] = 'User entries'; | |
44abf704 | 155 | $string['worldblogs'] = 'The world can read entries set to be world-accessible'; |
cae83708 | 156 | $string['wrongpostid'] = 'Wrong blog post id'; |