mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
MDL-50887 antivirus: clamav is standard plugin, missing strings
This commit is contained in:
parent
03b8b55f10
commit
d2de503c80
@ -105,6 +105,8 @@ $string['status_upgrade'] = 'To be upgraded';
|
||||
$string['status_uptodate'] = 'Installed';
|
||||
$string['supportedmoodleversions'] = 'Supported Moodle versions';
|
||||
$string['systemname'] = 'Identifier';
|
||||
$string['type_antivirus'] = 'Antivirus plugin';
|
||||
$string['type_antivirus_plural'] = 'Antivirus plugins';
|
||||
$string['type_auth'] = 'Authentication method';
|
||||
$string['type_auth_plural'] = 'Authentication methods';
|
||||
$string['type_availability'] = 'Availability restriction';
|
||||
|
@ -1684,6 +1684,10 @@ class core_plugin_manager {
|
||||
|
||||
$standard_plugins = array(
|
||||
|
||||
'antivirus' => array(
|
||||
'clamav'
|
||||
),
|
||||
|
||||
'atto' => array(
|
||||
'accessibilitychecker', 'accessibilityhelper', 'align',
|
||||
'backcolor', 'bold', 'charmap', 'clear', 'collapse', 'emoticon',
|
||||
|
Loading…
x
Reference in New Issue
Block a user