MDL-77794 contentbank: fix plugin type language strings.

AMOS BEGIN
 CPY [type_contentbank,core_plugin],[type_contenttype,core_plugin]
 CPY [type_contentbank_plural,core_plugin],[type_contenttype_plural,core_plugin]
AMOS END
This commit is contained in:
Paul Holden 2023-03-30 09:50:51 +01:00
parent f7a8df253b
commit 2d820b8f28
No known key found for this signature in database
GPG Key ID: A81A96D6045F6164
2 changed files with 8 additions and 2 deletions

View File

@ -88,3 +88,5 @@ showcalculations,core_grades
showcalculations_help,core_grades
studentsperpage,core_grades
studentsperpage_help,core_grades
type_contentbank,core_plugin
type_contentbank_plural,core_plugin

View File

@ -124,8 +124,8 @@ $string['type_cachestore'] = 'Cache store';
$string['type_cachestore_plural'] = 'Cache stores';
$string['type_calendartype'] = 'Calendar type';
$string['type_calendartype_plural'] = 'Calendar types';
$string['type_contentbank'] = 'Content bank';
$string['type_contentbank_plural'] = 'Content bank plugins';
$string['type_contenttype'] = 'Content bank';
$string['type_contenttype_plural'] = 'Content bank plugins';
$string['type_customfield'] = 'Custom field';
$string['type_customfield_plural'] = 'Custom fields';
$string['type_coursereport'] = 'Course report';
@ -256,3 +256,7 @@ $string['validationmsglevel_warning'] = 'Warning';
$string['version'] = 'Version';
$string['versiondb'] = 'Current version';
$string['versiondisk'] = 'New version';
// Deprecated since Moodle 4.2.
$string['type_contentbank'] = 'Content bank';
$string['type_contentbank_plural'] = 'Content bank plugins';