mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 18:06:51 +02:00
Merged tidy-ups from stable
This commit is contained in:
parent
6dfb22349f
commit
304d08f0c4
76 changed files with 1463 additions and 1525 deletions
|
@ -1,4 +1,6 @@
|
|||
<?php // $Id$
|
||||
<?PHP // $Id$
|
||||
// blog.php - created with Moodle 1.7 beta + (2006101003)
|
||||
|
||||
|
||||
$string['addnewentry'] = 'Add a new entry';
|
||||
$string['addotags'] = 'Add official tags';
|
||||
|
@ -8,10 +10,14 @@ $string['blocktagstitle'] = 'Blog Tags';
|
|||
$string['blocktitle'] = 'Blog tags block title';
|
||||
$string['blog'] = 'Blog';
|
||||
$string['blogdeleteconfirm'] = 'Delete this blog?';
|
||||
$string['blogpreferences'] = 'Blog preferences';
|
||||
$string['blogs'] = 'Blogs';
|
||||
$string['blogtags'] = 'Blog Tags';
|
||||
$string['blogpreferences'] = 'Blog preferences';
|
||||
$string['courseblog'] = 'Course blog: $a';
|
||||
$string['courseblogs'] = 'Users can only see blogs for people who share a course';
|
||||
$string['disableblogs'] = 'Disable blog system completely';
|
||||
$string['emptybody'] = 'Blog entry body can not be empty';
|
||||
$string['emptytitle'] = 'Blog entry title can not be empty';
|
||||
$string['entrybody'] = 'Blog entry body';
|
||||
$string['entrybodyonlydesc'] = 'Entry description';
|
||||
$string['entryerrornotyours'] = 'This entry is not yours';
|
||||
|
@ -19,17 +25,17 @@ $string['entrysaved'] = 'Your entry has been saved';
|
|||
$string['entrytitle'] = 'Entry title';
|
||||
$string['entryupdated'] = 'Blog entry updated';
|
||||
$string['groupblog'] = 'Group blog: $a';
|
||||
$string['groupblogs'] = 'Users can only see blogs for people who share a group';
|
||||
$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['personalblogs'] = 'Users can only see their own blog';
|
||||
$string['ptags'] = 'User defined tags';
|
||||
$string['publishto'] = 'Publish to';
|
||||
$string['publishtonoone'] = 'Yourself (draft)';
|
||||
|
@ -37,6 +43,7 @@ $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['siteblogs'] = 'All site users can see all blog entries';
|
||||
$string['tagdatelastused'] = 'Date tag was last used';
|
||||
$string['tagsort'] = 'Sort the tag display by';
|
||||
$string['tagtext'] = 'Tag text';
|
||||
|
@ -46,12 +53,6 @@ $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';
|
||||
|
||||
?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue