2010-04-10 14:01:45 +00:00
< ? php
2006-11-01 09:44:01 +00:00
2010-04-10 14:01:45 +00:00
// This file is part of Moodle - http://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// Moodle is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
/**
* Strings for component 'blog' , language 'en' , branch 'MOODLE_20_STABLE'
*
* @ package blog
* @ copyright 1999 onwards Martin Dougiamas { @ link http :// moodle . com }
* @ license http :// www . gnu . org / copyleft / gpl . html GNU GPL v3 or later
*/
2006-03-13 06:10:45 +00:00
2006-03-13 07:54:44 +00:00
$string [ 'addnewentry' ] = 'Add a new entry' ;
2009-10-30 07:25:50 +00:00
$string [ 'addnewexternalblog' ] = 'Register an external blog...' ;
2009-09-16 10:05:34 +00:00
$string [ 'assocdescription' ] = 'If you are writing about a course and/or activity modules, select them here.' ;
2010-04-10 14:01:45 +00:00
$string [ 'associated' ] = 'Associated {$a}' ;
$string [ 'associatewithcourse' ] = 'Blog about course {$a->coursename}' ;
$string [ 'associatewithmodule' ] = 'Blog about {$a->modtype}: {$a->modname}' ;
2009-10-30 07:25:50 +00:00
$string [ 'association' ] = 'Association' ;
2009-09-04 00:36:43 +00:00
$string [ 'associations' ] = 'Associations' ;
$string [ 'associationunviewable' ] = 'This entry cannot be viewed by others until a course is associated with it or the \'Publish To\' field is changed' ;
2009-10-30 07:25:50 +00:00
$string [ 'autotags' ] = 'Tags associated with each imported blog entry' ;
2008-02-20 19:07:59 +00:00
$string [ 'backupblogshelp' ] = 'If enabled then blogs will be included in SITE automated backups' ;
2009-09-04 00:36:43 +00:00
$string [ 'blockexternalstitle' ] = 'External Blogs' ;
2006-03-23 09:53:52 +00:00
$string [ 'blocktitle' ] = 'Blog tags block title' ;
2006-03-21 07:37:12 +00:00
$string [ 'blog' ] = 'Blog' ;
2010-04-10 14:01:45 +00:00
$string [ 'blogaboutthis' ] = 'Blog about this {$a->type}' ;
2009-09-15 07:57:54 +00:00
$string [ 'blogadministration' ] = 'Blog administration' ;
2006-03-14 07:02:50 +00:00
$string [ 'blogdeleteconfirm' ] = 'Delete this blog?' ;
2009-09-04 00:36:43 +00:00
$string [ 'blogdisable' ] = 'Blogging is disabled!' ;
$string [ 'blogentries' ] = 'Blog entries' ;
2010-04-10 14:01:45 +00:00
$string [ 'blogentriesabout' ] = 'Blog entries about {$a}' ;
$string [ 'blogentriesbygroupaboutcourse' ] = 'Blog entries about {$a->course} by {$a->group}' ;
$string [ 'blogentriesbygroupaboutmodule' ] = 'Blog entries about {$a->mod} by {$a->group}' ;
$string [ 'blogentriesbyuseraboutcourse' ] = 'Blog entries about {$a->course} by {$a->user}' ;
$string [ 'blogentriesbyuseraboutmodule' ] = 'Blog entries about {$a->mod} by {$a->user}' ;
$string [ 'blogentrybyuser' ] = 'Blog entry by {$a}' ;
2006-11-01 09:44:01 +00:00
$string [ 'blogpreferences' ] = 'Blog preferences' ;
2006-03-13 06:10:45 +00:00
$string [ 'blogs' ] = 'Blogs' ;
2006-05-01 07:49:28 +00:00
$string [ 'blogtags' ] = 'Blog Tags' ;
2008-04-23 08:00:32 +00:00
$string [ 'cannotviewcourseblog' ] = 'You do not have the required permissions to view blogs in this course' ;
$string [ 'cannotviewcourseorgroupblog' ] = 'You do not have the required permissions to view blogs in this course/group' ;
2009-09-04 00:36:43 +00:00
$string [ 'cannotviewsiteblog' ] = 'You do not have the required permissions to view all site blogs' ;
$string [ 'cannotviewuserblog' ] = 'You do not have the required permissions to read user blogs' ;
$string [ 'configexternalblogcrontime' ] = 'How often Moodle checks the external blogs for new entries.' ;
$string [ 'configmaxexternalblogsperuser' ] = 'The number of external blogs each user is allowed to link to their Moodle blog.' ;
$string [ 'configuseblogassociations' ] = 'Enables the association of blog entries with courses and course modules.' ;
2009-10-30 07:25:50 +00:00
$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.' ;
2010-04-10 14:01:45 +00:00
$string [ 'courseblog' ] = 'Course blog: {$a}' ;
2008-04-23 08:00:32 +00:00
$string [ 'courseblogdisable' ] = 'Course blogs is not enabled' ;
2006-11-01 09:44:01 +00:00
$string [ 'courseblogs' ] = 'Users can only see blogs for people who share a course' ;
2009-10-30 07:25:50 +00:00
$string [ 'deleteblogassociations' ] = 'Delete blog associations' ;
2006-12-29 20:36:05 +00:00
$string [ 'deleteotagswarn' ] = 'Are you sure you want to remove this / these tags <br />from all blog posts and remove it from the system?' ;
2006-11-01 09:44:01 +00:00
$string [ 'disableblogs' ] = 'Disable blog system completely' ;
2009-09-04 00:36:43 +00:00
$string [ 'donothaveblog' ] = 'You do not have your own blog, sorry.' ;
$string [ 'editentry' ] = 'Edit a blog entry' ;
2009-10-30 07:25:50 +00:00
$string [ 'editexternalblog' ] = 'Edit this external blog' ;
2006-11-01 09:44:01 +00:00
$string [ 'emptybody' ] = 'Blog entry body can not be empty' ;
2009-09-04 00:36:43 +00:00
$string [ 'emptyrssfeed' ] = 'The URL you entered does not point to a valid RSS feed' ;
2009-10-30 07:25:50 +00:00
$string [ 'emptytitle' ] = 'Blog entry title can not be empty' ;
2006-03-13 07:54:44 +00:00
$string [ 'entrybody' ] = 'Blog entry body' ;
$string [ 'entrybodyonlydesc' ] = 'Entry description' ;
2006-03-13 06:10:45 +00:00
$string [ 'entryerrornotyours' ] = 'This entry is not yours' ;
2006-05-25 19:24:53 +00:00
$string [ 'entrysaved' ] = 'Your entry has been saved' ;
2006-03-13 07:54:44 +00:00
$string [ 'entrytitle' ] = 'Entry title' ;
$string [ 'entryupdated' ] = 'Blog entry updated' ;
2009-09-04 00:36:43 +00:00
$string [ 'externalblogcrontime' ] = 'External blog cron schedule' ;
2009-10-30 07:25:50 +00:00
$string [ 'externalblogdeleteconfirm' ] = 'Unregister this external blog?' ;
$string [ 'externalblogdeleted' ] = 'External blog unregistered' ;
2010-04-10 14:01:45 +00:00
$string [ 'externalblogs' ] = 'External blogs' ;
2009-10-30 07:25:50 +00:00
$string [ 'feedisinvalid' ] = 'This feed is invalid' ;
$string [ 'feedisvalid' ] = 'This feed is valid' ;
2009-09-04 00:36:43 +00:00
$string [ 'filterblogsby' ] = 'Filter entries by...' ;
2009-10-30 07:25:50 +00:00
$string [ 'filtertags' ] = 'External tags' ;
2010-04-10 14:01:45 +00:00
$string [ 'groupblog' ] = 'Group blog: {$a}' ;
2008-04-23 08:00:32 +00:00
$string [ 'groupblogdisable' ] = 'Group blog is not enabled' ;
2010-04-10 14:01:45 +00:00
$string [ 'groupblogentries' ] = 'Blog entries associated with {$a->coursename} by group {$a->groupname}' ;
2006-11-01 09:44:01 +00:00
$string [ 'groupblogs' ] = 'Users can only see blogs for people who share a group' ;
2008-04-23 08:00:32 +00:00
$string [ 'incorrectblogfilter' ] = 'Incorrect blog filter type specified' ;
2009-09-04 00:36:43 +00:00
$string [ 'intro' ] = 'This RSS feed was automatically generated from one or more blogs.' ;
2009-09-16 10:05:34 +00:00
$string [ 'invalidgroupid' ] = 'Invalid group ID' ;
2009-09-04 00:36:43 +00:00
$string [ 'invalidurl' ] = 'This URL is unreachable' ;
$string [ 'linktooriginalentry' ] = 'Link to original blog entry' ;
$string [ 'maxexternalblogsperuser' ] = 'Maximum number of external blogs per user' ;
2009-10-30 07:25:50 +00:00
$string [ 'modulename' ] = 'Blog' ;
2009-09-04 00:36:43 +00:00
$string [ 'mustassociatecourse' ] = 'If you are publishing to course or group members, you must associate a course with this entry' ;
2006-03-20 13:12:21 +00:00
$string [ 'noentriesyet' ] = 'No visible entries here' ;
2006-03-13 06:10:45 +00:00
$string [ 'noguestpost' ] = 'Guest can not post blogs!' ;
2009-10-30 07:25:50 +00:00
$string [ 'nopermissionstodeleteentry' ] = 'You lack the permissions required to delete this blog entry' ;
2010-04-10 14:01:45 +00:00
$string [ 'norighttodeletetag' ] = 'You have no rights to delete this tag - {$a}' ;
2009-09-04 00:36:43 +00:00
$string [ 'nosuchentry' ] = 'No such blog entry' ;
2006-03-13 06:10:45 +00:00
$string [ 'notallowedtoedit' ] = 'You are not allowed to edit this entry' ;
2010-04-10 14:01:45 +00:00
$string [ 'numberofentries' ] = 'Entries: {$a}' ;
2006-03-23 09:53:52 +00:00
$string [ 'numberoftags' ] = 'Number of tags to display' ;
2006-03-13 07:54:44 +00:00
$string [ 'pagesize' ] = 'Number of blog entries per Page' ;
2008-04-22 05:21:47 +00:00
$string [ 'permalink' ] = 'Permalink' ;
2006-11-01 09:44:01 +00:00
$string [ 'personalblogs' ] = 'Users can only see their own blog' ;
2009-09-15 07:57:54 +00:00
$string [ 'preferences' ] = 'Preferences' ;
2006-03-13 07:54:44 +00:00
$string [ 'publishto' ] = 'Publish to' ;
2009-09-04 00:36:43 +00:00
$string [ 'publishtocourse' ] = 'Users sharing a course with you' ;
$string [ 'publishtocourseassoc' ] = 'Members of the associated course' ;
2010-04-10 14:01:45 +00:00
$string [ 'publishtocourseassocparam' ] = 'Members of {$a}' ;
2009-09-04 00:36:43 +00:00
$string [ 'publishtogroup' ] = 'Users sharing a group with you' ;
$string [ 'publishtogroupassoc' ] = 'Your group members in the associated course' ;
2010-04-10 14:01:45 +00:00
$string [ 'publishtogroupassocparam' ] = 'Your group members in {$a}' ;
2006-03-13 07:54:44 +00:00
$string [ 'publishtonoone' ] = 'Yourself (draft)' ;
$string [ 'publishtosite' ] = 'Anyone on this site' ;
$string [ 'publishtoworld' ] = 'Anyone in the world' ;
2009-09-16 10:05:34 +00:00
$string [ 'readfirst' ] = 'Read this first' ;
2009-10-30 07:25:50 +00:00
$string [ 'relatedblogentries' ] = 'Related blog entries' ;
2010-04-10 14:01:45 +00:00
$string [ 'retrievedfrom' ] = 'Retrieved from' ;
$string [ 'searchterm' ] = 'Search: {$a}' ;
2009-10-30 07:25:50 +00:00
$string [ 'settingsupdatederror' ] = 'An error has occurred, blog preference setting could not be updated' ;
2010-04-10 14:01:45 +00:00
$string [ 'siteblog' ] = 'Site blog: {$a}' ;
2008-04-23 08:00:32 +00:00
$string [ 'siteblogdisable' ] = 'Site blog is not enabled' ;
2006-11-01 09:44:01 +00:00
$string [ 'siteblogs' ] = 'All site users can see all blog entries' ;
2006-03-23 09:53:52 +00:00
$string [ 'tagdatelastused' ] = 'Date tag was last used' ;
2010-04-10 14:01:45 +00:00
$string [ 'tagparam' ] = 'Tag: {$a}' ;
2009-09-04 00:36:43 +00:00
$string [ 'tags' ] = 'Tags' ;
2006-03-23 09:53:52 +00:00
$string [ 'tagsort' ] = 'Sort the tag display by' ;
$string [ 'tagtext' ] = 'Tag text' ;
2009-10-30 07:25:50 +00:00
$string [ 'timefetched' ] = 'Time of last sync' ;
2006-03-23 09:53:52 +00:00
$string [ 'timewithin' ] = 'Display tags used within this many days' ;
2006-03-13 07:54:44 +00:00
$string [ 'updateentrywithid' ] = 'Updating entry' ;
2009-09-04 00:36:43 +00:00
$string [ 'useblogassociations' ] = 'Enable blog associations' ;
$string [ 'useexternalblogs' ] = 'Enable external blogs' ;
2010-04-10 14:01:45 +00:00
$string [ 'userblog' ] = 'User blog: {$a}' ;
$string [ 'userblogentries' ] = 'Blog entries by {$a}' ;
2009-10-30 07:25:50 +00:00
$string [ 'valid' ] = 'Valid' ;
2010-04-10 14:01:45 +00:00
$string [ 'viewallblogentries' ] = 'All entries about this {$a}' ;
$string [ 'viewallmodentries' ] = 'All entries about this {$a->type}' ;
$string [ 'viewblogentries' ] = 'Entries about this {$a->type}' ;
2009-09-04 00:36:43 +00:00
$string [ 'viewblogsfor' ] = 'View all entries for...' ;
$string [ 'viewcourseblogs' ] = 'View entries for course...' ;
$string [ 'viewgroupblogs' ] = 'View entries for group...' ;
$string [ 'viewgroupentries' ] = 'Group entries' ;
$string [ 'viewmodblogs' ] = 'View entries for module...' ;
$string [ 'viewmodentries' ] = 'Module entries' ;
$string [ 'viewmyentries' ] = 'My entries' ;
$string [ 'viewsiteentries' ] = 'All entries' ;
$string [ 'viewuserentries' ] = 'User entries' ;
2006-04-13 06:41:49 +00:00
$string [ 'worldblogs' ] = 'The world can read entries set to be world-accessible' ;
2009-09-04 00:36:43 +00:00
$string [ 'wrongpostid' ] = 'Wrong blog post id' ;