<?php

$string
['sitequota'] = 'Site Quota';
$string['sitequotadefaultsettings'] = 'Default Settings';
$string['sitequotaquota'] = 'Quota: ';
$string['sitequotaunit'] = 'Storage Unit: ';
$string['sitequotacourseid'] = 'Course ID: ';
$string['nodefaultquota'] = 'Default quota does not exist and manual addition of 100 GB quota failed - check that site quota table exists';
$string['newdefaultunitfail'] = 'New default unit of storage was not added - database error';
$string['updatedefaultunitfail'] = 'Unable to update default unit of storage - database error';
$string['invalidstorageunit'] = 'The unit of storage was not valid';
$string['defaultquotazero'] = 'Default quota size cannot be less than 0';
$string['newdefaultquotafail'] = 'New default quota was not added - database error';
$string['updatedefaultquotafail'] = 'Unable to update default quota - database error';
$string['sitequotanocourseid'] = 'Quota update failed - must include course ID';
$string['newunitfail'] = 'New unit of storage for course was not added - database error';
$string['updateunitfail'] = 'Unit of storage was not updated for course - database error';
$string['newquotafail'] = 'New quota for course was not added - database error';
$string['updatequotafail'] = 'Quota was not updated for course - database error';
$string['backupdatasize'] = 'Backupdata Size';
$string['totalsitesize'] = 'Total site size';
$string['sitequotacourseid'] = 'Moodle Course ID';
$string['noinstorsdne'] = '<font color=\'red\'>No instructors or site does not exist</font>';
$string['sitequotainstructors'] = 'Instructor';
?>