Merge branch 'MDL-39959-master' of git://github.com/ankitagarwal/moodle

This commit is contained in:
Marina Glancy 2013-09-17 11:08:27 +10:00
commit 4a91055f7c
9 changed files with 723 additions and 47 deletions

View file

@ -665,6 +665,9 @@ $string['eventcoursecategorydeleted'] = 'Category deleted';
$string['eventcoursecontentdeleted'] = 'Course content deleted';
$string['eventcoursecreated'] = 'Course created';
$string['eventcoursedeleted'] = 'Course deleted';
$string['eventcoursemodulecreated'] = 'Course module created';
$string['eventcoursemoduledeleted'] = 'Course module deleted';
$string['eventcoursemoduleupdated'] = 'Course module updated';
$string['eventcourserestored'] = 'Course restored';
$string['eventcourseupdated'] = 'Course updated';
$string['eventcoursesectionupdated'] = ' Course section updated';