mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 16:32:18 +02:00
MDL-21250 Fixed uppercase characters in blog strings
This commit is contained in:
parent
cfa11fd610
commit
b68af0358e
@ -32,7 +32,7 @@ $string['associatewithcourse'] = 'Blog about course {$a->coursename}';
|
||||
$string['associatewithmodule'] = 'Blog about {$a->modtype}: {$a->modname}';
|
||||
$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['associationunviewable'] = 'This entry cannot be viewed by others until a course is associated with it or the \'Publish to\' field is changed';
|
||||
$string['autotags'] = 'Add these tags';
|
||||
$string['autotags_help'] = 'Enter one or more local tags (separated by commas) that you want to automatically add to each blog entry copied from the external blog into your local blog.';
|
||||
$string['backupblogshelp'] = 'If enabled then blogs will be included in SITE automated backups';
|
||||
@ -54,7 +54,7 @@ $string['blogentriesbyuseraboutmodule'] = 'Blog entries about this {$a->mod} by
|
||||
$string['blogentrybyuser'] = 'Blog entry by {$a}';
|
||||
$string['blogpreferences'] = 'Blog preferences';
|
||||
$string['blogs'] = 'Blogs';
|
||||
$string['blogtags'] = 'Blog Tags';
|
||||
$string['blogtags'] = 'Blog tags';
|
||||
$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['cannotviewsiteblog'] = 'You do not have the required permissions to view all site blogs';
|
||||
|
Loading…
x
Reference in New Issue
Block a user