Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.11.x will end 14 Nov 2022 (12 months plus 6 months extension).
  • Bug fixes for security issues in 3.11.x will end 13 Nov 2023 (18 months plus 12 months extension).
  • PHP version: minimum PHP 7.3.0 Note: minimum PHP version has increased since Moodle 3.10. PHP 7.4.x is supported too.
<?php
// This file is part of Moodle - http://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// Moodle is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with Moodle.  If not, see <http://www.gnu.org/licenses/>.

/**
 * Strings for component 'antivirus', language 'en'
 *
 * @package   core_antivirus
 * @copyright 2015 Ruslan Kabalin, Lancaster University.
 * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
 */

$string['actantivirushdr'] = 'Available antivirus plugins';
$string['antiviruses'] = 'Antivirus plugins';
$string['antiviruscommonsettings'] = 'Common antivirus settings';
$string['antivirussettings'] = 'Manage antivirus plugins';
$string['configantivirusplugins'] = 'Please choose the antivirus plugins you wish to use and arrange them in order of being applied.';
$string['datastream'] = 'Data';
> $string['dataerrordesc'] = 'Data scanner error occurred.'; $string['datainfecteddesc'] = 'Infected data was detected.'; > $string['dataerrorname'] = 'Data scanner error';
$string['datainfectedname'] = 'Data infected'; $string['emailadditionalinfo'] = 'Additional details returned from the virus engine: '; $string['emailauthor'] = 'Uploaded by: '; $string['emailcontenthash'] = 'Content hash: '; $string['emailcontenttype'] = 'Content type: '; $string['emaildate'] = 'Date uploaded: '; $string['emailfilename'] = 'Filename: '; $string['emailfilesize'] = 'File size: '; $string['emailgeoinfo'] = 'Geolocation: '; $string['emailinfectedfiledetected'] = 'Infected file detected'; $string['emailipaddress'] = 'IP address:'; $string['emailreferer'] = 'Referer: '; $string['emailreport'] = 'Report: '; $string['emailscanner'] = 'Scanner: '; $string['emailscannererrordetected'] = 'A scanner error occured'; $string['emailsubject'] = '{$a} :: Antivirus notification';
< $string['enablequarantine'] = 'Enable quarantine';
$string['enablequarantine_help'] = 'If enabled, any files which are detected as viruses will be placed in a quarantine folder ([dataroot]/{$a}) for later inspection. The upload into Moodle will fail. If you have any file system level virus scanning in place, the quarantine folder should be excluded from the antivirus check to avoid detecting the quarantined files.';
> $string['enablequarantine'] = 'Enable quarantine'; $string['fileinfecteddesc'] = 'An infected file was detected.'; > $string['fileerrordesc'] = 'File scanner error occurred.'; $string['fileinfectedname'] = 'File infected'; > $string['fileerrorname'] = 'File scanner error';
< $string['notifyemail'] = 'Antivirus alert notification email';
$string['notifyemail_help'] = 'The email address for notifications of when a virus is detected. If left blank, then all site administrators will be sent notifications.';
> $string['notifyemail'] = 'Antivirus alert notification email'; $string['privacy:metadata'] = 'The Antivirus system does not store any personal data.'; > $string['notifylevel_help'] = 'The different levels of information you want to be notified about'; $string['quarantinedisabled'] = 'Quarantine is disabled. The file is not stored.'; > $string['notifylevel'] = 'Notification level'; $string['quarantinedfiles'] = 'Antivirus quarantined files'; > $string['notifylevelfound'] = 'Detected threats only'; $string['quarantinetime'] = 'Maximum quarantine time'; > $string['notifylevelerror'] = 'Detected threats and scanner errors';
< $string['quarantinedisabled'] = 'Quarantine is disabled. The file is not stored.';
< $string['quarantinetime'] = 'Maximum quarantine time';
> $string['quarantinedisabled'] = 'Quarantine is disabled. The file is not stored.';
$string['unknown'] = 'Unknown';
> $string['quarantinetime'] = 'Maximum quarantine time'; $string['virusfound'] = '{$a->item} has been scanned by a virus checker and found to be infected!'; > $string['threshold_desc'] = 'How far back to check against previous results for errors etc. as reported in {$a}.'; > $string['threshold'] = 'Threshold for status check';
>