moodle/lang/en_utf8/blog.php
skodak e96f2a77db Code cleanup in blog.
MDL-6805  Fixed redirects in blog; MDL-6807  partially fixed use of capabilitites - it needs more testing and possibly minor fixing, the commit contains other blog bugfixes too. In general it should work exactly the same. The introduction of roles makes proper setup more difficult :-(

Expect some more fixes soon, no other bigger changes...
2006-10-06 10:11:52 +00:00

57 lines
2.7 KiB
PHP
Executable file

<?php // $Id$
$string['addnewentry'] = 'Add a new entry';
$string['addotags'] = 'Add official tags';
$string['addptags'] = 'Add user-defined tags';
$string['blockmenutitle'] = 'Blog Menu';
$string['blocktagstitle'] = 'Blog Tags';
$string['blocktitle'] = 'Blog tags block title';
$string['blog'] = 'Blog';
$string['blogdeleteconfirm'] = 'Delete this blog?';
$string['blogs'] = 'Blogs';
$string['blogtags'] = 'Blog Tags';
$string['blogpreferences'] = 'Blog preferences';
$string['courseblog'] = 'Course blog: $a';
$string['entrybody'] = 'Blog entry body';
$string['entrybodyonlydesc'] = 'Entry description';
$string['entryerrornotyours'] = 'This entry is not yours';
$string['entrysaved'] = 'Your entry has been saved';
$string['entrytitle'] = 'Entry title';
$string['entryupdated'] = 'Blog entry updated';
$string['groupblog'] = 'Group blog: $a';
$string['intro'] = 'This RSS feed was automatically generated from one or more blogs.';
$string['noentriesyet'] = 'No visible entries here';
$string['noguestpost'] = 'Guest can not post blogs!';
$string['norighttodeletetag'] = 'You have no rights to delete this tag - $a';
$string['notallowedtoedit'] = 'You are not allowed to edit this entry';
$string['emptybody'] = 'Blog entry body can not be empty';
$string['emptytitle'] = 'Blog entry title can not be empty';
$string['numberofentries'] = 'Entries: $a';
$string['numberoftags'] = 'Number of tags to display';
$string['otags'] = 'Official tags';
$string['pagesize'] = 'Number of blog entries per Page';
$string['ptags'] = 'User defined tags';
$string['publishto'] = 'Publish to';
$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';
$string['siteblog'] = 'Site blog: $a';
$string['tagdatelastused'] = 'Date tag was last used';
$string['tagsort'] = 'Sort the tag display by';
$string['tagtext'] = 'Tag text';
$string['timewithin'] = 'Display tags used within this many days';
$string['updateentrywithid'] = 'Updating entry';
$string['userblog'] = 'User blog: $a';
$string['viewcourseentries'] = 'View course entries';
$string['viewmyentries'] = 'View my entries';
$string['viewsiteentries'] = 'View site entries';
$string['worldblogs'] = 'The world can read entries set to be world-accessible';
$string['siteblogs'] = 'All site users can see all blog entries';
$string['courseblogs'] = 'Users can only see blogs for people who share a course';
$string['groupblogs'] = 'Users can only see blogs for people who share a group';
$string['personalblogs'] = 'Users can only see their own blog';
$string['disableblogs'] = 'Disable blog system completely';
?>