mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
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:
parent
f7a8df253b
commit
2d820b8f28
@ -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
|
||||
|
@ -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';
|
||||
|
Loading…
x
Reference in New Issue
Block a user