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['datainfecteddesc'] = 'Infected data was detected.'; $string['emailsubject'] = '{$a} :: Antivirus notification'; > $string['datainfectedname'] = 'Data infected'; $string['privacy:metadata'] = 'The Antivirus system does not store any personal data.'; > $string['emailadditionalinfo'] = 'Additional details returned from the virus engine: '; $string['virusfound'] = '{$a->item} has been scanned by a virus checker and found to be infected!'; > $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['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['fileinfecteddesc'] = 'An infected file was detected.'; > $string['fileinfectedname'] = 'File infected'; > $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['quarantinedisabled'] = 'Quarantine is disabled. The file is not stored.'; > $string['quarantinedfiles'] = 'Antivirus quarantined files'; > $string['quarantinetime'] = 'Maximum quarantine time'; > $string['quarantinetime_desc'] = 'Quarantined files older than the specified period will be removed.'; > $string['taskcleanup'] = 'Clean up quarantined files.'; > $string['unknown'] = 'Unknown';