moodle/lang/en_utf8/blog.php

118 lines
7.0 KiB
PHP
Raw Normal View History

<?PHP // $Id$
2006-11-01 09:44:01 +00:00
// blog.php - created with Moodle 1.7 beta + (2006101003)
2006-03-13 06:10:45 +00:00
2006-03-13 07:54:44 +00:00
$string['addnewentry'] = 'Add a new entry';
2009-09-04 00:36:43 +00:00
$string['addnewexternalblog'] = 'New external blog...';
$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';
$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-05-01 07:49:28 +00:00
$string['blockmenutitle'] = 'Blog Menu';
2009-09-04 00:36:43 +00:00
$string['blockrecenttitle'] = 'Recent Blog Entries';
2006-05-01 07:49:28 +00:00
$string['blocktagstitle'] = 'Blog Tags';
$string['blocktitle'] = 'Blog tags block title';
2006-03-21 07:37:12 +00:00
$string['blog'] = 'Blog';
$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';
$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';
$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['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.';
$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.';
2006-03-20 12:50:22 +00:00
$string['courseblog'] = 'Course blog: $a';
$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';
$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';
$string['editexternalblog'] = 'Edit an external blog';
2006-11-01 09:44:01 +00:00
$string['emptybody'] = 'Blog entry body can not be empty';
$string['emptytitle'] = 'Blog entry title 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';
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';
$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';
$string['externalblogs'] = 'External blogs';
$string['filterblogsby'] = 'Filter entries by...';
2006-03-20 12:50:22 +00:00
$string['groupblog'] = 'Group blog: $a';
$string['groupblogdisable'] = 'Group blog is not enabled';
2009-09-04 00:36:43 +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';
$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.';
$string['invalidurl'] = 'This URL is unreachable';
$string['linktooriginalentry'] = 'Link to original blog entry';
$string['maxexternalblogsperuser'] = 'Maximum number of external blogs per user';
$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!';
$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';
$string['numberofentries'] = 'Entries: $a';
$string['numberoftags'] = 'Number of tags to display';
2006-03-13 07:54:44 +00:00
$string['pagesize'] = 'Number of blog entries per Page';
$string['permalink'] = 'Permalink';
2006-11-01 09:44:01 +00:00
$string['personalblogs'] = 'Users can only see their own blog';
$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';
$string['publishtocourseassocparam'] = 'Members of $a';
$string['publishtogroup'] = 'Users sharing a group with you';
$string['publishtogroupassoc'] = 'Your group members in the associated course';
$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';
$string['settingsupdatederror'] = 'An error has occurred, blog preference setting could not be updated';
2009-09-04 00:36:43 +00:00
$string['searchterm'] = 'Search: $a';
2006-03-20 12:50:22 +00:00
$string['siteblog'] = 'Site blog: $a';
$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';
$string['tagdatelastused'] = 'Date tag was last used';
2009-09-04 00:36:43 +00:00
$string['tagparam'] = 'Tag: $a';
$string['tags'] = 'Tags';
$string['tagsort'] = 'Sort the tag display by';
$string['tagtext'] = 'Tag text';
$string['timewithin'] = 'Display tags used within this many days';
2006-03-13 07:54:44 +00:00
$string['updateentrywithid'] = 'Updating entry';
2006-03-20 12:50:22 +00:00
$string['userblog'] = 'User blog: $a';
2009-09-04 00:36:43 +00:00
$string['useblogassociations'] = 'Enable blog associations';
$string['useexternalblogs'] = 'Enable external blogs';
$string['userblogentries'] = 'Blog entries by $a';
$string['viewallblogentries'] = 'All entries about this $a';
$string['viewblogentries'] = 'Entries about this $a';
$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';
2006-03-13 06:10:45 +00:00
?>