MDL-21695 adding help strings
This commit is contained in:
+15
-1
@@ -33,8 +33,9 @@ $string['association'] = 'Association';
|
||||
$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['autotags'] = 'Tags associated with each imported blog entry';
|
||||
$string['autotags_help'] = 'Enter one or more tags (separated by commas) which should be automatically attached to each blog entry copied from your external blog into your Moodle blog.';
|
||||
$string['backupblogshelp'] = 'If enabled then blogs will be included in SITE automated backups';
|
||||
$string['blockexternalstitle'] = 'External Blogs';
|
||||
$string['blockexternalstitle'] = 'External blogs';
|
||||
$string['blocktitle'] = 'Blog tags block title';
|
||||
$string['blog'] = 'Blog';
|
||||
$string['blogaboutthis'] = 'Blog about this {$a->type}';
|
||||
@@ -65,7 +66,10 @@ $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';
|
||||
$string['deleteblogassociations'] = 'Delete blog associations';
|
||||
$string['deleteblogassociations_help'] = 'If ticked, blog entries will not be deleted, but they will no longer be associated with this course or any course activities or resources.';
|
||||
$string['deleteotagswarn'] = 'Are you sure you want to remove this / these tags <br />from all blog posts and remove it from the system?';
|
||||
$string['description'] = 'Description';
|
||||
$string['description_help'] = 'Enter a sentence or two summarising the contents of your external blog. (If no description is supplied, the description recorded in your external blog will be used).';
|
||||
$string['disableblogs'] = 'Disable blog system completely';
|
||||
$string['donothaveblog'] = 'You do not have your own blog, sorry.';
|
||||
$string['editentry'] = 'Edit a blog entry';
|
||||
@@ -87,6 +91,7 @@ $string['feedisinvalid'] = 'This feed is invalid';
|
||||
$string['feedisvalid'] = 'This feed is valid';
|
||||
$string['filterblogsby'] = 'Filter entries by...';
|
||||
$string['filtertags'] = 'External tags';
|
||||
$string['filtertags_help'] = 'Enter a list of tags (separated by commas) used in your external blog for which you would like entries tagged as such to be copied into your Moodle blog.';
|
||||
$string['groupblog'] = 'Group blog: {$a}';
|
||||
$string['groupblogdisable'] = 'Group blog is not enabled';
|
||||
$string['groupblogentries'] = 'Blog entries associated with {$a->coursename} by group {$a->groupname}';
|
||||
@@ -99,6 +104,8 @@ $string['linktooriginalentry'] = 'Link to original blog entry';
|
||||
$string['maxexternalblogsperuser'] = 'Maximum number of external blogs per user';
|
||||
$string['modulename'] = 'Blog';
|
||||
$string['mustassociatecourse'] = 'If you are publishing to course or group members, you must associate a course with this entry';
|
||||
$string['name'] = 'Name';
|
||||
$string['name_help'] = 'Enter a descriptive name for your external blog. (If no name is supplied, the title of your external blog will be used).';
|
||||
$string['noentriesyet'] = 'No visible entries here';
|
||||
$string['noguestpost'] = 'Guest can not post blogs!';
|
||||
$string['nopermissionstodeleteentry'] = 'You lack the permissions required to delete this blog entry';
|
||||
@@ -112,6 +119,11 @@ $string['permalink'] = 'Permalink';
|
||||
$string['personalblogs'] = 'Users can only see their own blog';
|
||||
$string['preferences'] = 'Preferences';
|
||||
$string['publishto'] = 'Publish to';
|
||||
$string['publishto_help'] = 'There are 3 options:
|
||||
|
||||
* Yourself (draft) - Only you and the administrators can see this entry
|
||||
* Anyone on this site - Anyone who is registered on this site can read this entry
|
||||
* Anyone in the world - Anyone, including guests, could read this entry';
|
||||
$string['publishtocourse'] = 'Users sharing a course with you';
|
||||
$string['publishtocourseassoc'] = 'Members of the associated course';
|
||||
$string['publishtocourseassocparam'] = 'Members of {$a}';
|
||||
@@ -137,6 +149,8 @@ $string['tagtext'] = 'Tag text';
|
||||
$string['timefetched'] = 'Time of last sync';
|
||||
$string['timewithin'] = 'Display tags used within this many days';
|
||||
$string['updateentrywithid'] = 'Updating entry';
|
||||
$string['url'] = 'URL';
|
||||
$string['url_help'] = 'Enter the RSS feed URL for your external blog.';
|
||||
$string['useblogassociations'] = 'Enable blog associations';
|
||||
$string['useexternalblogs'] = 'Enable external blogs';
|
||||
$string['userblog'] = 'User blog: {$a}';
|
||||
|
||||
Reference in New Issue
Block a user