Added two missing strings for scheduled backups.

Please, check them...
This commit is contained in:
stronk7 2004-05-03 18:25:30 +00:00
parent c05e7d7e53
commit bbe3c5e391

View File

@ -93,6 +93,8 @@ $string['backupfilename'] = 'backup';
$string['backupfinished'] = 'Backup completed successfully';
$string['backupincludemoduleshelp'] = 'Choose whether you want to include course modules, with or without user data, in automated backups';
$string['backupkeephelp'] = 'How many recent backups for each course do you want to keep? (older ones will be deleted automatically)';
$string['backuplogdetailed'] = 'Detailed execution log';
$string['backuploglaststatus'] = 'Last execution log';
$string['backuplogshelp'] = 'If enabled, then course logs will be included in automated backups';
$string['backupnameformat'] = '%%Y%%m%%d-%%H%%M';
$string['backuporiginalname'] = 'Backup Name';