$string['registertermsdescription']="Force users to agree to the terms and conditions before registration. You should edit your site's terms and conditions page before enabling this option.";
<p>The file system path to <code>clamscan</code> or <code>clamdscan</code> for virus checking. It is assumed that a failure of clam to run will mean that a file should be treated as a virus, and a quarantine directory will be automatically set up by your Mahara installation.</p>
<p>The file system path to <code>clamscan</code> or <code>clamdscan</code> for
virus checking. It is assumed that a failure of clam to run will mean that a file
should be treated as a virus, and a quarantine directory will be automatically set
up by your Mahara installation.</p>
<p>For security reasons this setting cannot be changed via the web. You will need to
set it in your <tt>config.php</tt> file, as follows:<p>
<p>We recommend you save the contents of your portfolio using the export tool. Instructions on using this feature may be found within the user guide.</p>
...
...
@@ -689,6 +689,7 @@ $string['clamdeletedfilefailed'] = 'The file could not be deleted.';
$string['clambroken']='Your administrator has enabled virus checking for file uploads but has misconfigured something. Your file upload was NOT successful. Your administrator was notified so they can fix it. Maybe try uploading this file later.';
$string['clamlost']='ClamAV is configured to run on file upload, but the path supplied to ClamAV, %s, is invalid.';
$string['clamnotset']='You have activated virus checking, but have not set a "Path to ClamAV" value. Virus checking will not take effect until you configure the path to ClamAV by adding a $cfg->pathtoclam value to your config.php file.';
$string['clamfailed']='ClamAV has failed to run. The return error message was %s. Here is the output from ClamAV:';
$string['clamunknownerror']='There was an unknown error with ClamAV.';