moodle/lang/en_utf8/blog.php

58 lines
2.7 KiB
PHP
Raw Normal View History

2006-03-13 07:54:44 +00:00
<?php // $Id$
2006-03-13 06:10:45 +00:00
2006-03-13 07:54:44 +00:00
$string['addnewentry'] = 'Add a new entry';
$string['addotags'] = 'Add official tags';
$string['addptags'] = 'Add user-defined tags';
2006-05-01 07:49:28 +00:00
$string['blockmenutitle'] = 'Blog Menu';
$string['blocktagstitle'] = 'Blog Tags';
$string['blocktitle'] = 'Blog tags block title';
2006-03-21 07:37:12 +00:00
$string['blog'] = 'Blog';
2006-03-14 07:02:50 +00:00
$string['blogdeleteconfirm'] = 'Delete this blog?';
2006-03-13 06:10:45 +00:00
$string['blogs'] = 'Blogs';
2006-05-01 07:49:28 +00:00
$string['blogtags'] = 'Blog Tags';
2006-03-13 07:54:44 +00:00
$string['blogpreferences'] = 'Blog preferences';
2006-03-20 12:50:22 +00:00
$string['courseblog'] = 'Course blog: $a';
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';
2006-03-20 12:50:22 +00:00
$string['groupblog'] = 'Group blog: $a';
$string['intro'] = 'This RSS feed was automatically generated from one or more blogs.';
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';
2006-03-13 06:10:45 +00:00
$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';
2006-03-13 07:54:44 +00:00
$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';
2006-03-20 12:50:22 +00:00
$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';
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';
2006-03-14 07:02:50 +00:00
$string['viewcourseentries'] = 'View course entries';
2006-03-13 07:54:44 +00:00
$string['viewmyentries'] = 'View my entries';
$string['viewsiteentries'] = 'View site entries';
2006-03-13 06:10:45 +00:00
2006-04-13 06:41:49 +00:00
$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';
2006-04-09 07:47:55 +00:00
$string['disableblogs'] = 'Disable blog system completely';
2006-03-13 06:10:45 +00:00
?>