From: dongsheng Date: Wed, 23 Apr 2008 08:00:32 +0000 (+0000) Subject: MDL-14129, add new lang string, see tracker X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=fd968fb1b532eefc150c970ae772808ccfd86b6c;p=moodle.git MDL-14129, add new lang string, see tracker --- diff --git a/lang/en_utf8/blog.php b/lang/en_utf8/blog.php index 1802ef612a..d42dcffe77 100755 --- a/lang/en_utf8/blog.php +++ b/lang/en_utf8/blog.php @@ -8,12 +8,19 @@ $string['blockmenutitle'] = 'Blog Menu'; $string['blocktagstitle'] = 'Blog Tags'; $string['blocktitle'] = 'Blog tags block title'; $string['blog'] = 'Blog'; +$string['blogdisable'] = 'Blogging is disabled!'; $string['blogdeleteconfirm'] = 'Delete this blog?'; $string['blogpreferences'] = 'Blog preferences'; $string['blogs'] = 'Blogs'; $string['blogtags'] = 'Blog Tags'; +$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['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'; $string['courseblog'] = 'Course blog: $a'; +$string['courseblogdisable'] = 'Course blogs is not enabled'; $string['courseblogs'] = 'Users can only see blogs for people who share a course'; +$strign['donothaveblog'] = 'You do not have your own blog, sorry.'; $string['deleteotagswarn'] = 'Are you sure you want to remove this / these tags
from all blog posts and remove it from the system?'; $string['disableblogs'] = 'Disable blog system completely'; $string['emptybody'] = 'Blog entry body can not be empty'; @@ -25,8 +32,10 @@ $string['entrysaved'] = 'Your entry has been saved'; $string['entrytitle'] = 'Entry title'; $string['entryupdated'] = 'Blog entry updated'; $string['groupblog'] = 'Group blog: $a'; +$string['groupblogdisable'] = 'Group blog is not enabled'; $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['incorrectblogfilter'] = 'Incorrect blog filter type specified'; $string['noentriesyet'] = 'No visible entries here'; $string['noguestpost'] = 'Guest can not post blogs!'; $string['norighttodeletetag'] = 'You have no rights to delete this tag - $a'; @@ -42,6 +51,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['siteblogdisable'] = 'Site blog is not enabled'; $string['siteblogs'] = 'All site users can see all blog entries'; $string['tagdatelastused'] = 'Date tag was last used'; $string['tagsort'] = 'Sort the tag display by'; diff --git a/lang/en_utf8/error.php b/lang/en_utf8/error.php index 36ec9c632b..dcee94252f 100644 --- a/lang/en_utf8/error.php +++ b/lang/en_utf8/error.php @@ -83,16 +83,20 @@ $string['invalidaction'] = 'Invalid action parameter.'; $string['invalidarguments'] = 'No valid arguments supplied'; $string['invalidaccessparameter'] = 'Invalid access parameter.'; $string['invalidcourse'] = 'Invalid course'; +$string['invalidcourseid'] = 'You are tring to view an invalid course. Id: $a'; $string['invalidcoursemodule'] = 'Bad course module ID'; $string['invalidfieldname'] = '\"$a\" is not a valid field name'; $string['invalidfiletype'] = '\"$a\" is not a valid file type'; +$string['invalidgroupid'] = 'INcorrect group id specified.'; $string['invalidipformat'] = 'Invalid IP address format'; $string['invalidmd5'] = 'Invalid md5'; $string['invalidmodule'] = 'Invalid module ID'; +$string['invalidpagesize'] = 'Invalid page size'; $string['invalidrequest'] = 'Invalid request'; $string['invalidrole'] = 'Invalid role'; $string['invalidurl'] = 'Invalid url'; $string['invaliduser'] = 'Invalid user'; +$string['invaliduserid'] = 'Invalid user id'; $string['iplookupfailed'] = 'Can not find geo information about this IP address $a.'; $string['iplookupprivate'] = 'Can not display lookup of private IP address'; $string['invalidxmlfile'] = '\"$a\" is not a valid XML file'; @@ -128,6 +132,7 @@ $string['nosite'] = 'No sites'; $string['nositeid'] = 'No site ID'; $string['nostatstodisplay'] = 'There is no available data to display, sorry.'; $string['notavailable'] = 'That is not currently available'; +$string['notmemberofgroup'] = 'You are not a member of this course group'; $string['onlyadmins'] = 'Only administrators can do that.'; $string['onlyeditingteachers'] = 'Only editing teachers can do that.'; $string['onlyeditown'] = 'You can only edit your own information';