diff --git a/admin/tool/log/lang/en/tool_log.php b/admin/tool/log/lang/en/tool_log.php index ef20f859e76..62f4a4816eb 100644 --- a/admin/tool/log/lang/en/tool_log.php +++ b/admin/tool/log/lang/en/tool_log.php @@ -28,3 +28,5 @@ $string['logging'] = 'Logging'; $string['managelogging'] = 'Manage log stores'; $string['reportssupported'] = 'Reports supported'; $string['pluginname'] = 'Log store manager'; +$string['subplugintype_logstore'] = 'Log store'; +$string['subplugintype_logstore_plural'] = 'Log stores'; diff --git a/lib/editor/tinymce/lang/en/editor_tinymce.php b/lib/editor/tinymce/lang/en/editor_tinymce.php index 87bc00aa039..602be9c84eb 100644 --- a/lib/editor/tinymce/lang/en/editor_tinymce.php +++ b/lib/editor/tinymce/lang/en/editor_tinymce.php @@ -34,6 +34,7 @@ $string['customtoolbar_desc'] = 'Each line contains a list of comma separated bu $string['fontselectlist'] = 'Available fonts list'; $string['pluginname'] = 'TinyMCE HTML editor'; $string['settings'] = 'General settings'; +$string['subplugintype_tinymce'] = 'Plugin'; $string['subplugintype_tinymce_plural'] = 'Plugins'; diff --git a/mod/assign/lang/en/assign.php b/mod/assign/lang/en/assign.php index 62ce6981a61..21cc345d449 100644 --- a/mod/assign/lang/en/assign.php +++ b/mod/assign/lang/en/assign.php @@ -401,6 +401,10 @@ $string['submittedearly'] = 'Assignment was submitted {$a} early'; $string['submittedlate'] = 'Assignment was submitted {$a} late'; $string['submittedlateshort'] = '{$a} late'; $string['submitted'] = 'Submitted'; +$string['subplugintype_assignsubmission'] = 'Submission plugin'; +$string['subplugintype_assignsubmission_plural'] = 'Submission plugins'; +$string['subplugintype_assignfeedback'] = 'Feedback plugin'; +$string['subplugintype_assignfeedback_plural'] = 'Feedback plugins'; $string['teamsubmission'] = 'Students submit in groups'; $string['teamsubmission_help'] = 'If enabled students will be divided into groups based on the default set of groups or a custom grouping. A group submission will be shared among group members and all members of the group will see each others changes to the submission.'; $string['teamsubmissiongroupingid'] = 'Grouping for student groups'; diff --git a/mod/lti/lang/en/lti.php b/mod/lti/lang/en/lti.php index da8bf221dfd..10ed43a1c94 100644 --- a/mod/lti/lang/en/lti.php +++ b/mod/lti/lang/en/lti.php @@ -394,6 +394,8 @@ $string['size'] = 'Size parameters'; $string['submission'] = 'Submission'; $string['submissions'] = 'Submissions'; $string['submissionsfor'] = 'Submissions for {$a}'; +$string['subplugintype_ltisource'] = 'LTI source'; +$string['subplugintype_ltisource_plural'] = 'LTI sources'; $string['toggle_debug_data'] = 'Toggle Debug Data'; $string['tool_config_not_found'] = 'Tool configuration not found for this URL.'; $string['tool_settings'] = 'Tool Settings';